fanghr
e6516e21e3
fix seralization issues
2022-05-06 17:11:14 +08:00
fanghr
e15e0bbe84
add the rest of the tests
...
They won't pass for some reasons, unfortunately.
2022-05-06 17:11:13 +08:00
fanghr
07ff2168b8
run formatter and linter
2022-05-06 17:11:13 +08:00
fanghr
0baf79924f
add proposal creation test
2022-05-06 17:11:12 +08:00
fanghr
0651c19ca6
add a sample for GST minting policy
2022-05-06 17:11:10 +08:00
fanghr
6a96d68e01
run formatter and linter
2022-05-06 17:11:08 +08:00
fanghr
c404cef850
add samples: proposalCreation, mutateState and mintGAT
2022-05-06 17:11:07 +08:00
fanghr
63c87667c3
add templates for samples and tests of governor
2022-05-06 17:11:07 +08:00
fanghr
89dd30b1d8
fix broken tests
2022-05-06 17:11:05 +08:00
fanghr
f62189c38d
refactor Spec.Sample.Shared with bridges
2022-05-06 17:11:03 +08:00
fanghr
62bd2dee28
parameterize PST policy only with assetclass of GST
...
...to resolve the cyclic reference between SST and PST
2022-05-06 17:11:03 +08:00
fanghr
86877236de
fix compilation errors :)
2022-05-06 17:11:01 +08:00
Emily Martins
9ccc481272
remove infinities in ProposalTime, fix test build
2022-04-28 17:00:19 +02:00
Emily Martins
ec835b48c9
remove pfindDatum', in favour of ptryFindDatum
2022-04-28 16:25:40 +02:00
Emily Martins
18622c76d2
apply suggestions
2022-04-28 16:21:16 +02:00
Emily Martins
731ef4e42c
be more consistent in use of "period", "state", etc wrt. proposals
...
- specify maximum cosigners requirement in spec.
- remove silly qualified names in Proposal impl.
2022-04-27 14:43:55 +02:00
Emily Martins
82ce3ab717
move Stake to Scripts, fix tests
2022-04-27 12:55:37 +02:00
Emily Martins
4ea9255a6b
add shared Sample values module
...
- add Proposal validator testing
- add some Agora.Record improvements
2022-04-27 12:55:12 +02:00
Emily Martins
1e972f1402
add checks to cosign
2022-04-27 12:54:36 +02:00
Emily Martins
5649f27d24
fix linter errors
2022-04-27 12:53:53 +02:00
Emily Martins
862e9b6079
add proposalCreation Sample test
2022-04-27 12:53:53 +02:00
Emily Martins
265d8f25c7
add ProposalRedeemer, bump plutarch-safemoney PR revision
2022-04-27 12:51:01 +02:00
Seungheon Oh
5ff09ee207
format
2022-04-25 08:48:22 -04:00
Seungheon Oh
5a688262c3
take collaterals into account
2022-04-25 08:46:58 -04:00
Seungheon Oh
bf13fd926e
stricter constraints over inputs
...
It will only allow treasuries given in the datum as input. It prevents
unwanted change in the system.
2022-04-22 19:01:36 -05:00
Seungheon Oh
ec46273b5b
Now it checks specific treasury
...
Emily's suggestion on the review
2022-04-22 11:18:38 -04:00
Seungheon Oh
17817ba68b
simple fixes suggested from review
2022-04-22 08:23:54 -04:00
Seungheon Oh
df8baf4f4f
Yeah! Treasury Withdrawal Effect works with good tests
2022-04-21 19:02:10 -05:00
Seungheon Oh
0d99e36541
Restructured Testings
...
Separated the samples and test sets
2022-04-21 16:44:59 -05:00
Seungheon Oh
bed2f37c2f
withdrawal effect that actually passes tests
2022-04-21 16:17:54 -05:00
Seungheon Oh
6c02b94e16
more testings
2022-04-21 16:17:54 -05:00
Seungheon Oh
54e95364ea
added test entree
...
Something is wrong. It does not work.
2022-04-21 16:17:49 -05:00
Seungheon Oh
c96ac583db
now proper a proper script context..
...
and some formatting fixes
2022-04-21 16:16:50 -05:00
Seungheon Oh
774702f255
TWE test
2022-04-21 16:16:50 -05:00
Seungheon Oh
aa4d198e9f
format...
2022-04-21 16:16:50 -05:00
Seungheon Oh
c90cd94c59
first step to the Test for Treasury Withdrawal Effect
2022-04-21 16:16:50 -05:00
Emily Martins
956dbb4b53
add tests for authority token function 'singleAuthorityTokenBurned'
2022-04-20 20:26:32 +02:00
Seungheon Oh
a59c6fd55d
fixes
2022-04-19 08:04:39 -04:00
Seungheon Oh
4ac6e1c081
fix misleading information
2022-04-19 08:03:17 -04:00
SeungheonOh
a92f41a356
removed random line break
2022-04-18 22:57:04 +00:00
Seungheon Oh
374fa2ee1a
Little guidance for agora-test
...
I noticed `agora-test` is quote poorly documented... While it will
receive a restructure when we migrate to `plutarch-test`, these are
small notes in the meantime.
2022-04-18 17:52:30 -05:00
Emily Martins
c0fa200d8d
lock field in Stake datum, singleAuthorityTokenBurned helper
2022-03-31 16:48:59 +02:00
Emily Martins
8c9225c1f1
use plutarch-safemoney instead of local Agora.SafeMoney
2022-03-30 15:32:50 +02:00
Emily Martins
7a3e62a401
Merge branch 'master' into emiflake/stub-everything
2022-03-28 15:48:02 +02:00
Jack Hodgkinson
868d72634b
Bumped apropos
2022-03-28 14:20:34 +01:00
Emily Martins
449dd3f87e
fix docs, hlint errors
2022-03-28 14:59:53 +02:00
Emily Martins
4469671da0
migrate Haskell-level datums to use Discrete
2022-03-26 15:08:11 +01:00
Emily Martins
dee3de0a73
rework SafeMoney to use tags instead of MoneyClass
2022-03-26 11:52:52 +01:00
Emily Martins
c087123262
rename LBS to ByteString.Lazy
2022-03-24 16:11:03 +01:00
Emily Martins
4feaaf1e06
more docs
2022-03-24 16:09:39 +01:00