Commit graph

747 commits

Author SHA1 Message Date
emiflake
4eb5fe2dee
Merge pull request #155 from Liqwid-Labs/staging
Release 0.2.0
2022-08-13 21:41:13 +02:00
Emily Martins
a6ad4c7f5f bump version in agora.cabal 2022-08-13 15:02:43 +02:00
emiflake
e4f07bb1ff
Merge pull request #154 from Liqwid-Labs/emiflake/changelog-0.2.0
add changelog entry for 0.2.0
2022-08-13 15:01:03 +02:00
Emily Martins
93d41deba3 add changelog entry for 0.2.0 2022-08-13 15:00:04 +02:00
emiflake
8516dec99c
Merge pull request #150 from Liqwid-Labs/connor/liqwid-nix
Use `liqwid-nix`; Bump plutarch
2022-08-12 14:38:22 +02:00
Hongrui Fang
4d7fa7901c
remove unused development flag 2022-08-12 19:13:28 +08:00
Hongrui Fang
47d9e69298
update benchmark 2022-08-12 05:01:36 +08:00
Hongrui Fang
7424a96a2d
remove pvalidatorHashToTokenName 2022-08-12 05:01:35 +08:00
Hongrui Fang
651b7ef631
remove unused SOP.Generic derivations 2022-08-12 05:01:35 +08:00
Hongrui Fang
638dc2d0c6
speed up test execution by precompiling scripts
x250 faster!
2022-08-12 05:01:35 +08:00
Hongrui Fang
91f7118ec3
parameterize scripts over AgoraScripts 2022-08-12 05:01:34 +08:00
Hongrui Fang
f248dbab49
fix compilation errors 2022-08-12 04:56:19 +08:00
Hongrui Fang
14aacf206f
refactor makefile 2022-08-12 04:56:18 +08:00
Hongrui Fang
ed98172d04
use liqwid-nix; enable checks for CI
add extra command line tool `hasktags`
2022-08-12 04:56:14 +08:00
Hongrui Fang
968409cf34
pipe benchmark result to diff directly 2022-08-07 21:39:07 +08:00
Peter Dragos
8f3423c451
Update README.md 2022-08-06 12:35:16 -04:00
Emily
e49fadbcff
Merge pull request #151 from Liqwid-Labs/nini-faroux/comment-fix
Update ProposalRedeemer comment
2022-08-05 13:20:00 +02:00
Emily
b607aea5f4
Merge branch 'staging' into nini-faroux/comment-fix 2022-08-05 13:05:55 +02:00
方泓睿
58b1598581
Merge pull request #147 from Liqwid-Labs/seungheonoh/lpeUtility
Putting things in LPE
2022-08-04 00:10:20 +08:00
SeungheonOh
b21135af9e
update CHANGELOG 2022-08-03 23:46:17 +08:00
SeungheonOh
309c8775ed
use utilities from LPE 2022-08-03 23:46:15 +08:00
Seungheon Oh
3af4a7438a
remove Agora.MultiSig 2022-08-03 23:42:21 +08:00
nini-faroux
9a42ac8b5c Update ProposalRedeemer comment 2022-08-02 10:16:30 +01:00
Emily
01f055d923
Merge pull request #149 from Liqwid-Labs/connor/stake-delegation
Stake delegation
2022-07-28 12:18:05 +02:00
Hongrui Fang
f2ec8b0e1e
update CHANGELOG 2022-07-26 22:37:35 +08:00
Hongrui Fang
95fd75399f
add pdjust and pdnothing 2022-07-26 22:37:35 +08:00
Hongrui Fang
53160efbeb
allows delegate to retract votes 2022-07-26 22:37:35 +08:00
Hongrui Fang
a355482fea
tests for delegate voting 2022-07-26 22:37:35 +08:00
Hongrui Fang
be1eabc261
simple tests for setting delegate 2022-07-26 22:37:35 +08:00
Hongrui Fang
2d6e8b4c4e
allow delegating stake for voting 2022-07-26 22:37:35 +08:00
Hongrui Fang
7c36cd95ae
add pmaybe and pmaybeData utils 2022-07-26 22:37:34 +08:00
Emily
d858799588
Merge pull request #146 from Liqwid-Labs/connor/governor-negative-tests
governor: redo tests; bug fixes; perf improvements
2022-07-26 16:33:08 +02:00
Hongrui Fang
fc81025796
update CHANGELOG 2022-07-26 22:15:01 +08:00
Hongrui Fang
a6280b05a7
fix typos 2022-07-26 21:47:15 +08:00
Hongrui Fang
fec3b2f13b
add docstrings for some crucial test facilities 2022-07-22 21:15:09 +08:00
Hongrui Fang
23cc230968
fix broken tests; utilizing new PCB APIs 2022-07-21 22:41:28 +08:00
Hongrui Fang
43db5ee2ce
bump PCB 2022-07-21 22:41:28 +08:00
Hongrui Fang
38654da80a
get rid of Sample.Governor 2022-07-21 22:41:27 +08:00
Hongrui Fang
eb407b98c4
add tests for governor mutation 2022-07-21 22:41:22 +08:00
Hongrui Fang
c450e1252d
add tests for GAT minting
no more propsoal T_T
2022-07-21 22:29:18 +08:00
Hongrui Fang
f6cf4f01db
add withBuiltinPairAsData 2022-07-19 22:48:03 +08:00
Hongrui Fang
51c4955a37
add tests for minting GST 2022-07-19 22:48:02 +08:00
Hongrui Fang
4317987964
check GST while moving from Locked 2022-07-19 22:48:02 +08:00
Hongrui Fang
3ec1645f5a
utilize pletAll wherever make sense 2022-07-19 22:48:02 +08:00
Hongrui Fang
2155e59508
fix governor datum validation 2022-07-19 22:48:02 +08:00
Hongrui Fang
b6fb23975c
improve performance of the governor validator 2022-07-19 22:48:02 +08:00
Hongrui Fang
a19bbce198
bump liqwid-plutarch-extra 2022-07-19 22:48:02 +08:00
Hongrui Fang
6d7bee611a
check the amount of cosigners while cosigning 2022-07-19 22:48:01 +08:00
Emily
ff22083968
Merge pull request #144 from Liqwid-Labs/seungheonoh/ci
Deprecate Github CI; using Hydra instead
2022-07-18 19:28:55 +02:00
SeungheonOh
915e772c62
Removed GH action bedge 2022-07-14 14:37:18 -05:00