fanghr
|
fb6f2085c6
|
move governor scripts from Agora.Governor to Agora.Governor.Scripts
|
2022-05-06 17:09:39 +08:00 |
|
fanghr
|
18dce71f72
|
doc string for util functions
|
2022-05-06 17:09:27 +08:00 |
|
fanghr
|
cda1edeffc
|
rewrite the doc for governor components
... also explain what GST is
|
2022-05-06 17:09:26 +08:00 |
|
Emily Martins
|
438ed872e3
|
move Stake to Scripts, fix tests
|
2022-04-27 12:55:37 +02:00 |
|
Emily Martins
|
4411dba717
|
move Proposal impl. to Agora.Proposal.Scripts to avoid cyclic deps
|
2022-04-27 12:55:37 +02:00 |
|
Emily Martins
|
eb4dc2c654
|
add shared Sample values module
- add Proposal validator testing
- add some Agora.Record improvements
|
2022-04-27 12:55:12 +02:00 |
|
Emily Martins
|
eba9ce452e
|
fix linter errors
|
2022-04-27 12:53:53 +02:00 |
|
Emily Martins
|
f79f85b2c0
|
add proposalCreation Sample test
|
2022-04-27 12:53:53 +02:00 |
|
Emily Martins
|
faf326f9c3
|
implement Agora.Record, implement Agora.Proposal.Time
|
2022-04-27 12:53:37 +02:00 |
|
Seungheon Oh
|
e262395556
|
format
|
2022-04-25 11:17:15 -04:00 |
|
SeungheonOh
|
19c9cd06c8
|
Merge branch 'master' into seungheonoh/treasurywithdrawaleffect
|
2022-04-25 10:57:41 -04:00 |
|
Seungheon Oh
|
04b57dce85
|
Now makeEffect boilerplate requires datum to implemt PTryFrom
It will free `makeEffect` from using `unsafeCoerce` and force each
effect datums to implement their own "parsers".
|
2022-04-22 23:34:33 -05:00 |
|
Seungheon Oh
|
9866845f04
|
formatting
|
2022-04-21 19:03:14 -05:00 |
|
Seungheon Oh
|
82dd53efcf
|
Restructured Testings
Separated the samples and test sets
|
2022-04-21 16:44:59 -05:00 |
|
Seungheon Oh
|
5584a47528
|
format...
|
2022-04-21 16:16:50 -05:00 |
|
Seungheon Oh
|
c52b65a335
|
first step to the Test for Treasury Withdrawal Effect
|
2022-04-21 16:16:50 -05:00 |
|
Seungheon Oh
|
f9d7db9323
|
Rebase master to Treasury Withdrawal Effect
Liqwid-Labs/agora#46
|
2022-04-21 16:16:35 -05:00 |
|
Emily Martins
|
a6ef476beb
|
add tests for authority token function 'singleAuthorityTokenBurned'
|
2022-04-20 20:26:32 +02:00 |
|
Emily Martins
|
96dbefc4ef
|
format agora.cabal, flake.nix
|
2022-04-15 13:41:07 +02:00 |
|
Emily Martins
|
097e055f19
|
use plutarch-safemoney instead of local Agora.SafeMoney
|
2022-03-30 15:32:50 +02:00 |
|
Emily Martins
|
522051657c
|
apply docs suggestions
|
2022-03-28 18:01:27 +02:00 |
|
Emily Martins
|
a02005c86a
|
Merge branch 'master' into emiflake/stub-everything
|
2022-03-28 15:48:02 +02:00 |
|
Jack Hodgkinson
|
2e312599e5
|
Bumped apropos
|
2022-03-28 14:20:34 +01:00 |
|
Emily Martins
|
ae5c18aa00
|
add vote tally to Proposal datum
|
2022-03-26 16:07:21 +01:00 |
|
Emily Martins
|
15d25f314b
|
migrate Haskell-level datums to use Discrete
|
2022-03-26 15:08:11 +01:00 |
|
Emily Martins
|
87ff8ba343
|
stub out Proposal, Governor. kill hoogle before starting a new one.
|
2022-03-26 10:37:32 +01:00 |
|
Emily Martins
|
99db5fbada
|
Merge branch 'master' into flake-update
|
2022-03-25 14:16:44 +01:00 |
|
Peter Dragos
|
a9e8f43ca5
|
upstream Agora extras
|
2022-03-24 19:15:10 -04:00 |
|
Emily Martins
|
a0ed939175
|
flake: run tests in flake check, actually check fourmolu
|
2022-03-22 16:27:20 +01:00 |
|
Emily Martins
|
f7721f13eb
|
remove Int apropos-tx example, move Model.* to Spec.Model.*
|
2022-03-21 15:39:38 +01:00 |
|
Emily Martins
|
7ef5606cd7
|
add HasParameterisedGenerator and wire tests up
|
2022-03-18 15:23:07 +01:00 |
|
Jack Hodgkinson
|
f417f32f4e
|
paired programming work
|
2022-03-18 12:19:45 +00:00 |
|
Emily Martins
|
611e6fa2a6
|
move scriptTest to Util module
|
2022-03-15 17:25:44 +01:00 |
|
Emily Martins
|
7003c4556e
|
bump plutarch to staging rev
|
2022-03-11 18:05:30 +01:00 |
|
Emily Martins
|
93dcd14847
|
Merge branch 'master' into emiflake/sample-tests
|
2022-03-11 13:34:29 +01:00 |
|
Emily
|
c27d9e6871
|
Merge pull request #33 from Liqwid-Labs/rkilgore/multisig
Added a multi-sig validator at Agora.MultiSig
|
2022-03-10 16:36:09 +01:00 |
|
Emily Martins
|
8b98324cee
|
WIP simple sample test for Stake policy
|
2022-03-09 22:00:02 +01:00 |
|
Emily Martins
|
5bae354268
|
apropos-tx setup
|
2022-03-09 19:32:13 +01:00 |
|
Riley Kilgore
|
b67a992278
|
Added a multi-sig validator at Agora.MultiSig
|
2022-03-05 05:31:11 -08:00 |
|
Jack Hodgkinson
|
43cd0c4507
|
Added These data types
|
2022-03-04 09:27:41 +00:00 |
|
Jack Hodgkinson
|
86182ced25
|
Removed redundant Plutarch Extra files
|
2022-03-04 06:26:53 +00:00 |
|
Jack Hodgkinson
|
346c08afc9
|
Added Utils.Value
|
2022-03-03 17:00:14 +00:00 |
|
Jack Hodgkinson
|
d143ec87b5
|
Began applying Emily's suggestions
|
2022-03-02 16:46:09 +00:00 |
|
Jack Hodgkinson
|
507a4b2247
|
Merge branch 'master' of github.com:Liqwid-Labs/agora into jhodgdev/treasury
|
2022-03-02 14:28:05 +00:00 |
|
Jack Hodgkinson
|
9ab736c24d
|
Initialised skeleton for treasury
|
2022-03-01 12:53:39 +00:00 |
|
Emily Martins
|
8bf96802b7
|
apply suggestions
|
2022-02-28 20:08:42 +01:00 |
|
Emily Martins
|
b905d86d88
|
add missing asserts to Stake policy
|
2022-02-18 23:11:43 +01:00 |
|
Emily Martins
|
2a6ed6d19e
|
Merge branch 'master' into emiflake/stake
|
2022-02-18 21:26:51 +01:00 |
|
Emily Martins
|
99af5e26fa
|
add Utils module, fix stake policy missing ST
|
2022-02-18 17:21:05 +01:00 |
|
Emily Martins
|
e9a0d453cf
|
Merge branch 'master' into emiflake/stake
|
2022-02-16 16:41:33 +01:00 |
|