Commit graph

  • 6b7ff69988 Merge pull request #140 from Liqwid-Labs/emiflake/add-support-channel-info Emily 2022-06-30 18:07:11 +02:00
  • 3dad67a46e add Discord link to README Emily Martins 2022-06-30 18:02:49 +02:00
  • edbaeffa52 Merge pull request #139 from Liqwid-Labs/emiflake/use-pse Emily 2022-06-30 18:01:58 +02:00
  • afff408348 use plutarch-script-export library Emily Martins 2022-06-30 16:52:23 +02:00
  • 9780409a30 Merge pull request #138 from Liqwid-Labs/connor/improve-script-size 方泓睿 2022-06-29 19:21:31 +08:00
  • fe6dc677bc update Makefile fanghr 2022-06-29 19:16:02 +08:00
  • ce7d5d2214 encode ProposalThresholds/ProposalTimingConfig normally Hongrui Fang 2022-06-29 16:26:54 +08:00
  • 73fc473ca6 Merge pull request #129 from Liqwid-Labs/emiflake/scripts-api Emily 2022-06-29 12:25:01 +02:00
  • 375759f164 add agora-scripts explainer in README.md Emily Martins 2022-06-29 11:36:13 +02:00
  • 519eed07b6 update command line options Emily Martins 2022-06-29 10:35:34 +02:00
  • bc501f291c use Capture to make API more neat, update bench Emily Martins 2022-06-28 21:08:13 +02:00
  • 910416f4ab add better server error messages, cbor vs raw hex Emily Martins 2022-06-27 13:30:27 +02:00
  • a7ed7989f1 restructure agora-scripts modules Emily Martins 2022-06-23 19:54:34 +02:00
  • c7869fe701 format and fix Werror compile error Emily Martins 2022-06-23 15:05:35 +02:00
  • 6a4b945375 add granular script querying support Emily Martins 2022-06-21 20:53:20 +02:00
  • bea444f7d6 create initial POC script generating API Emily Martins 2022-06-21 14:48:31 +02:00
  • 33cb76079f init servant-based API for script exporting Emily Martins 2022-06-20 15:59:35 +02:00
  • bbbb6ecc6b Merge pull request #128 from Liqwid-Labs/connor/enum-opt Emily 2022-06-28 21:10:11 +02:00
  • f30b75cc4e efficiently encode proposal datum on chain Hongrui Fang 2022-06-25 16:14:42 +08:00
  • 962d40d93f apply Emily's suggestions Hongrui Fang 2022-06-23 22:36:49 +08:00
  • 516f6bacda encode some enum types as integer on chain Hongrui Fang 2022-06-23 19:24:36 +08:00
  • 6fe5e2b78a bump liqwid-plutarch-extra Hongrui Fang 2022-06-23 18:27:24 +08:00
  • dedcc0dcbc Restore GH actions as Hydra fails Seungheon Oh 2022-06-28 09:06:30 -05:00
  • f01351f952 Merge pull request #135 from Liqwid-Labs/emiflake/backport-134 Emily 2022-06-28 12:43:18 +02:00
  • 8f60a07faa Merge branch 'staging' into emiflake/backport-134 Emily 2022-06-28 12:42:51 +02:00
  • 567ee70eee Merge pull request #134 from Liqwid-Labs/connor/hot-fix 方泓睿 2022-06-28 18:38:19 +08:00
  • 5ce76885fc fix broken test cases Hongrui Fang 2022-06-28 17:58:18 +08:00
  • 89e9196983 fix threshold check (VotingReady -> Locked) Hongrui Fang 2022-06-28 17:48:11 +08:00
  • 435050f204 create credentials using blake2b_224 Hongrui Fang 2022-06-23 21:51:26 +08:00
  • 69db63185e Hydra Seungheon Oh 2022-06-27 14:57:14 -05:00
  • 6fd20816a6 Hydra Seungheon Oh 2022-06-27 14:46:02 -05:00
  • 74c82de189 Merge pull request #127 from Liqwid-Labs/connor/pletFieldsC Emily 2022-06-23 14:10:25 +02:00
  • 2ab6c180b7 replace all tcont $ pletFields with pletFieldsC Hongrui Fang 2022-06-23 18:40:41 +08:00
  • 54cad6b915 Merge pull request #125 from Liqwid-Labs/staging Emily 2022-06-22 22:02:28 +02:00
  • f048f9f5c0 remove agora-scripts.json file Emily Martins 2022-06-22 21:26:23 +02:00
  • 0f48870f89 update bench.csv Emily Martins 2022-06-22 20:22:55 +02:00
  • 84f124a8b6 fix Agora's PTryFrom instances through orphans Emily Martins 2022-06-22 20:21:09 +02:00
  • 58cdfa4545 rid ourselves of old component docs Emily Martins 2022-06-22 19:21:26 +02:00
  • c9ec0d05c4 add @since tags to everything Emily Martins 2022-06-22 18:15:20 +02:00
  • 9f98653ca6 remove purescript-bridge generated files Emily Martins 2022-06-22 17:08:17 +02:00
  • b354145116 Merge pull request #123 from Liqwid-Labs/seungheonoh/governorProperties Emily 2022-06-22 21:32:22 +02:00
  • 4d6f8154a5 Governor policy property Seungheon Oh 2022-06-21 14:34:48 -05:00
  • b9b78271a3 Merge pull request #122 from Liqwid-Labs/connor/lf-bench SeungheonOh 2022-06-21 12:23:00 -04:00
  • ff4f6aadb4 use LF as record separator in bench.csv Hongrui Fang 2022-06-22 00:14:37 +08:00
  • 25686e9645 Merge pull request #110 from Liqwid-Labs/connor/retract-votes 方泓睿 2022-06-20 21:54:13 +08:00
  • 1508bcb5b9 improve readability of test code Hongrui Fang 2022-06-20 21:49:39 +08:00
  • fb061de36b use PCB to simplify samples Hongrui Fang 2022-06-20 20:53:59 +08:00
  • 2f46594fe7 fix some typo Hongrui Fang 2022-06-17 23:36:44 +08:00
  • dd2fae059f forgot to remove some upstreamed utils for some reason :) Hongrui Fang 2022-06-17 23:26:18 +08:00
  • 36a558bf30 allow multiple proposals in the samples of unlocking stake Hongrui Fang 2022-06-17 23:01:44 +08:00
  • 76a9cf79ba apply Emily's suggestions fanghr 2022-06-06 21:19:51 +08:00
  • 8f9d9521c2 add samples and tests for unlocking stakes fanghr 2022-06-01 21:35:57 +08:00
  • 9b88d5c099 add validation logic for unlocking stakes fanghr 2022-05-31 18:15:59 +08:00
  • 13dff0db43 share stake check code among redeemers fanghr 2022-05-31 13:52:17 +08:00
  • e745a051ce Merge pull request #115 from Liqwid-Labs/seungheonoh/govSamplesToPCB Emily 2022-06-17 23:12:23 +02:00
  • a8699bf992 Remove either error id pattern in Samples Seungheon Oh 2022-06-17 14:29:00 -05:00
  • 071a6ca7cc governorDatumValid property Seungheon Oh 2022-06-16 13:07:45 -05:00
  • e037f3f5f0 Moved samples to PCB Seungheon Oh 2022-06-17 12:35:33 -05:00
  • 2d9bf1733e Merge pull request #118 from Liqwid-Labs/connor/use-upstreamed-utils 方泓睿 2022-06-17 21:24:41 +08:00
  • adcf6e6347 update benchmark Hongrui Fang 2022-06-17 21:17:49 +08:00
  • 448e9e2c1d fix the broken test case Hongrui Fang 2022-06-15 19:30:07 +08:00
  • 12ab066e23 remove upstreamed utils; fix compilation errors Hongrui Fang 2022-06-14 22:59:53 +08:00
  • 2aa891d53f remove plutarch-extra from build dependencies Hongrui Fang 2022-06-14 21:25:26 +08:00
  • f31305929e bump liqwid-plutarch-extra and plutarch-safe-money Hongrui Fang 2022-06-14 21:22:57 +08:00
  • 25f7f58880 Merge pull request #120 from Liqwid-Labs/seungheonoh/renameProposalThreshold Emily 2022-06-16 20:49:02 +02:00
  • 8e9dd16613 countingVote,create,startVoting to execute,create,vote Seungheon Oh 2022-06-16 13:28:55 -05:00
  • 014ef050d2 Merge pull request #117 from Liqwid-Labs/connor/fix-ci Emily 2022-06-16 18:20:05 +02:00
  • 7742f05f86 update flake lock Hongrui Fang 2022-06-16 23:46:30 +08:00
  • ac7cba9825 don't need to add ssh key in ci workflow anymore Hongrui Fang 2022-06-14 20:37:21 +08:00
  • ae55ebba5e reference dependent repos without ssh in flake Hongrui Fang 2022-06-14 20:36:01 +08:00
  • b44681f77f correct branch name: master -> main Hongrui Fang 2022-06-14 18:36:32 +08:00
  • 0cc5684482 Merge pull request #116 from Liqwid-Labs/connor/export-scripts-rev 方泓睿 2022-06-16 20:56:25 +08:00
  • ca9ce08fa1 update scripts Hongrui Fang 2022-06-16 20:49:33 +08:00
  • eea5910359 add command make scripts Hongrui Fang 2022-06-10 01:15:11 +08:00
  • 980e17a53d export commit hash/branch along side with scripts Hongrui Fang 2022-06-10 01:08:40 +08:00
  • fe088c2d55 Merge pull request #119 from Liqwid-Labs/nini-faroux/update-scripts Emily 2022-06-16 13:00:41 +02:00
  • 8392659288 Add new scripts nini-faroux 2022-06-15 11:03:29 +00:00
  • d597aee8b2 Add new UTXO parameter nini-faroux 2022-06-15 11:03:04 +00:00
  • 7b65700b4b Merge pull request #113 from Liqwid-Labs/emiflake/update-fix-docs Emily 2022-06-04 12:51:27 +02:00
  • 4a76447336 flake: use main/staging for various Liqwid libs after PR merges Emily Martins 2022-06-04 00:04:46 +02:00
  • b05550a41d flake: simplify flake.nix Emily Martins 2022-06-03 23:52:41 +02:00
  • 2818c36e98 flake: allow building on M1 Emily Martins 2022-06-03 23:36:25 +02:00
  • 5049441dfc flake: bump plutarch, fix resulting issues Emily Martins 2022-06-02 20:30:28 +02:00
  • 0348f72499 add and fix haddock doc comments Emily Martins 2022-06-02 15:24:58 +02:00
  • 721c632b34 update dead link in docs/README.md Emily Martins 2022-06-02 13:27:26 +02:00
  • 744ad97830 Merge pull request #112 from Liqwid-Labs/seungheonoh/deprecateApropos SeungheonOh 2022-06-02 06:05:59 -05:00
  • 632ac6dc47 Use native expected function Seungheon Oh 2022-06-01 12:28:21 -05:00
  • 00bc19bf80 added Docstrings Seungheon Oh 2022-06-01 10:34:51 -05:00
  • 9b95e61400 Merge branch 'main' into seungheonoh/deprecateApropos SeungheonOh 2022-06-01 09:11:48 -05:00
  • d3e45b1c1f Added agora targets variable to Makefile Jack Hodgkinson 2022-05-31 16:55:04 +01:00
  • c7aa59b514 Updated tag command in Makefile Jack Hodgkinson 2022-05-31 15:09:53 +01:00
  • 339dad0165 Removed Apropos Seungheon Oh 2022-05-31 12:32:12 -05:00
  • 8c312a46bd Replaced Apropos Property testing with PQ and PCB for MultiSig Seungheon Oh 2022-05-31 12:09:19 -05:00
  • cb9974324b Merge pull request #109 from Liqwid-Labs/seungheonoh/pcbsetup SeungheonOh 2022-05-31 08:32:21 -05:00
  • 738fa26c0f Made PQ and PCB available to Agora Seungheon Oh 2022-05-30 11:54:46 -05:00
  • bafd79fa8b Merge pull request #108 from Liqwid-Labs/seungheonoh/restructure SeungheonOh 2022-05-30 13:37:07 -05:00
  • b65bc5a20d Restructure Seungheon Oh 2022-05-30 09:53:55 -05:00
  • e3031ed0aa Merge pull request #100 from Liqwid-Labs/connor/advance-proposals 方泓睿 2022-05-31 00:37:34 +08:00
  • 4c97341acf fix winner outcome selection logic and timing fanghr 2022-05-30 21:56:33 +08:00
  • 042c18a382 add tests and samples of advancing proposals fanghr 2022-05-28 22:11:23 +08:00