Commit graph

849 commits

Author SHA1 Message Date
Hongrui Fang
70ad5c9c06
update benchmark 2022-10-05 00:14:02 +08:00
Hongrui Fang
971d258ad5
check minimum stake amount while voting 2022-10-05 00:13:11 +08:00
Hongrui Fang
90c1e6b076
avoid #>>> 2022-10-05 00:13:10 +08:00
Hongrui Fang
aff8658790
prevent ambiguous stake inputs while creating proposals 2022-10-05 00:12:54 +08:00
Hongrui Fang
b840380a91
fix documentation 2022-10-03 19:14:07 +08:00
Hongrui Fang
77414b86c4
fix sample tests for unlocking stakes 2022-10-03 17:20:42 +08:00
Hongrui Fang
68f7f82e8a
fix sample tests for voting 2022-10-03 17:20:41 +08:00
Hongrui Fang
52c9a11428
explicitly check no proposal when necessary 2022-10-03 17:20:40 +08:00
Hongrui Fang
17dec87c9e
allow voting/retracting votes with multiple stakes 2022-10-03 17:20:36 +08:00
Hongrui Fang
eed8065b16
remove redundant checks from the governor validator 2022-09-30 08:17:33 +08:00
Hongrui Fang
b7a7d6c505
check stake locks in stake validator 2022-09-30 08:17:32 +08:00
Hongrui Fang
dd05ab45ca
allow spending more than one stakes in one tx 2022-09-30 08:17:31 +08:00
Hongrui Fang
b876774921
bump PCB 2022-09-30 08:17:30 +08:00
emiflake
1bfdd28d0a
Merge pull request #188 from Liqwid-Labs/adamczykm/target-script-export-main
Target p script export main branch back.
2022-09-27 12:44:40 +02:00
adamczykm
66a09435e0 Target p script export main branch back. 2022-09-26 21:33:36 +02:00
emiflake
d0420782e2
Merge pull request #187 from Liqwid-Labs/adamczykm/bump-lpe
Bump LPE and update use sites.
2022-09-26 15:27:23 +02:00
adamczykm
274d16ab6c Refresh benchmarks 2022-09-26 14:24:18 +02:00
adamczykm
5ebdc04498 Bump LPE and update use sites. 2022-09-26 13:18:59 +02:00
方泓睿
16f3a610bb
Merge pull request #181 from Liqwid-Labs/connor/cleanup/governor
Clean up governor scripts
2022-09-21 20:56:03 +08:00
方泓睿
d92c062ef5
update changelog 2022-09-21 16:56:00 +08:00
方泓睿
d06c09fbd9
clean up governor scripts 2022-09-21 16:55:56 +08:00
emiflake
3c007327aa
Merge pull request #180 from Liqwid-Labs/emiflake/no-field-selectors
add NoFieldSelectors flag globally
2022-09-19 09:09:50 +02:00
emiflake
ef837d1b4d
apply suggestions 2022-09-18 00:15:05 +02:00
Emily Martins
e3eab7de7e add NoFieldSelectors flag globally 2022-09-17 15:18:01 +02:00
方泓睿
3c2ea60273
Merge pull request #178 from Liqwid-Labs/connor/cleanup/proposal-validator 2022-09-16 23:58:30 +08:00
方泓睿
423516f4ff
clean up proposal validator 2022-09-16 23:36:06 +08:00
emiflake
3bc957e3e0
Merge pull request #179 from Liqwid-Labs/emiflake/cleanup-docs
get rid of redundant docs, update README a little
2022-09-16 17:34:34 +02:00
Emily Martins
8d06e8b93e get rid of redundant docs, update README a little 2022-09-16 16:13:27 +02:00
方泓睿
27a2a2d802
Merge pull request #176 from Liqwid-Labs/connor/fix-175 2022-09-16 17:45:33 +08:00
emiflake
831ec90390
Merge pull request #177 from Liqwid-Labs/connor/workaround-ctl-validity-interval-inclusiveness
Ignore the inclusiveness of the upper bound of `txInfo.validRange` in `currentProposalTime`
2022-09-15 20:05:25 +02:00
方泓睿
0fc33bd4eb
update changelog 2022-09-15 22:38:56 +08:00
方泓睿
c7edb9047c
workaround CTL validity range inclusiveness issue 2022-09-15 22:30:30 +08:00
方泓睿
d949e804de
check only PST is minted while creating proposals 2022-09-15 21:49:54 +08:00
方泓睿
0be28ba452
Merge pull request #175 from Liqwid-Labs/connor/fix-174 2022-09-15 21:08:53 +08:00
方泓睿
147920fa5f
update changelog 2022-09-15 20:02:02 +08:00
方泓睿
58653f8f47
fix #174
and also modify test cases to reflect real onchain environment
2022-09-15 20:01:06 +08:00
emiflake
2f4474c9cf
Merge pull request #173 from Liqwid-Labs/emiflake/bump-pse
bump plutarch-script-export for correct V2 scripts
2022-09-14 15:17:18 +02:00
Emily Martins
f758f8c641 bump plutarch-script-export for correct V2 scripts 2022-09-14 13:28:47 +02:00
emiflake
ae22339cb1
Merge pull request #172 from Liqwid-Labs/connor/standalone-stake-redeemers
Standalone stake redeemers
2022-09-14 13:27:09 +02:00
方泓睿
fd5ee11c15
update changelog 2022-09-13 22:21:22 +08:00
Hongrui Fang
01cacc9721
standalone stake redeemers 2022-09-13 22:21:18 +08:00
方泓睿
de4e2ec7eb
Merge pull request #168 from Liqwid-Labs/connor/witness-ref-stake
Witness stakes with reference input
2022-09-13 21:08:54 +08:00
Hongrui Fang
68a1360f86
update changelog 2022-09-13 20:24:33 +08:00
Hongrui Fang
4d49a17531
apply review suggestions 2022-09-13 20:24:32 +08:00
Hongrui Fang
0db0abbe49
document newly added validation context types 2022-09-13 20:24:31 +08:00
Hongrui Fang
e5dc29f98b
make use of LPE's time module 2022-09-13 20:24:30 +08:00
Hongrui Fang
1f71f30e52
fix tests 2022-09-13 20:24:29 +08:00
Hongrui Fang
131fab271f
derive list encoded types with PlutusTypeDataList 2022-09-13 20:24:28 +08:00
Hongrui Fang
57082eb106
witnessing stakes in reference inputs 2022-09-13 20:24:27 +08:00
Hongrui Fang
02dd95aceb
bump plutarch/LPE/PCB; point plutarch to master branch 2022-09-13 20:24:20 +08:00