方泓睿
6116fe0bb3
Merge pull request #106 from Liqwid-Labs/connor/run-tests
...
Run tests in CI
2022-05-30 16:16:13 +08:00
fanghr
5cfd28d2af
run tests in CI
2022-05-28 23:53:47 +08:00
Emily
9c93fa4c1c
Merge pull request #105 from Liqwid-Labs/emiflake/git-policy-link
...
Add git policy link and update dead links in README.md/CONTRIBUTING.md
2022-05-27 21:24:44 +02:00
Emily Martins
a3d0d95610
add links to git policy in README and CONTRIBUTING
...
Additionally, this commit links the README to CONTRIBUTING. I'd love to
get rid of "governance concepts" too. But I'll do that once the
"conceptual spec" has been reviewed.
2022-05-27 21:16:32 +02:00
Emily Martins
183ae4fc01
update dead link to old ./docs directory
2022-05-27 21:16:32 +02:00
Emily
45095ffc8a
Merge pull request #104 from Liqwid-Labs/seungheonoh/newPlutarchCleanTree
...
Liqwid-Labs/Plutarch
2022-05-27 21:03:03 +02:00
Seungheon Oh
d7a235f010
CI using deploy keys of plutarch-*
...
Simplified workflow using `strategy.matrix`
2022-05-27 13:54:33 -05:00
Seungheon Oh
55defea912
Use Liqwid-Labs/plutarch
...
- Removed `Utils.Value` -- not being used/better is provided with
liqwid-plutarch-extra
- uses `Liqwid-Labs/plutarch`
- uses `Liqwid-Labs/plutarch-numeric`
- uses `Liqwid-Labs/plutarch-safemoney`
- uses `Liqwid-Labs/liqwid-plutarch-extra`
2022-05-27 13:43:55 -05:00
Emily
eae430b7d9
Merge pull request #102 from Liqwid-Labs/connor/bench-check
...
ci: check benchmark report is up-to-date
2022-05-27 11:28:43 +02:00
fanghr
bdc887b6f6
add check-bench workflow
2022-05-27 04:46:41 +08:00
fanghr
ab60e7701d
add checks.x86_64-linux.benchCheck
2022-05-27 04:46:41 +08:00
fanghr
60b9819fea
add make subcommands to run and check bench
2022-05-27 04:46:39 +08:00
fanghr
bbc9953b9a
allow saving the bench report to an arbitrary location
2022-05-27 04:45:48 +08:00
SeungheonOh
ae91b9157b
Merge pull request #94 from Liqwid-Labs/seungheonoh/genericSpecInterface
...
Specs for benchmarking
2022-05-26 10:25:02 -05:00
Seungheon Oh
53e48843c9
bench update
2022-05-26 09:53:41 -05:00
Seungheon Oh
35d758fcde
pretty printer
2022-05-26 09:50:48 -05:00
Seungheon Oh
7457c6334b
pretty print
2022-05-26 09:50:47 -05:00
Seungheon Oh
15d58323a9
better queries
2022-05-26 09:50:47 -05:00
Seungheon Oh
cde96df6a3
removed redundant codes
2022-05-26 09:50:47 -05:00
Seungheon Oh
32f6db5a66
rename/temp print
2022-05-26 09:50:47 -05:00
Seungheon Oh
fa77b809b8
rename/docstrings
2022-05-26 09:50:47 -05:00
Seungheon Oh
e84b67306c
format
2022-05-26 09:50:46 -05:00
Seungheon Oh
a74a98c206
CSV would be better than JSON
2022-05-26 09:50:46 -05:00
Seungheon Oh
ad957d6b02
export benchmark to json
2022-05-26 09:50:46 -05:00
Seungheon Oh
5c438f0062
benchmarking
2022-05-26 09:50:46 -05:00
Seungheon Oh
eda12644e5
emacs backups are sneaking into commits
2022-05-26 09:50:46 -05:00
Seungheon Oh
424ad15894
agora-spec made independent from agora-test
2022-05-26 09:50:46 -05:00
Seungheon Oh
16115d54e6
forgot one file
2022-05-26 09:50:45 -05:00
Seungheon Oh
ff91432a68
Specs use generalized format so that it can be used for benchmarking
2022-05-26 09:50:43 -05:00
Emily
c51b8fa9de
Merge pull request #98 from Liqwid-Labs/emiflake/relink-docs-to-notion
...
relink all tech-design docs to Notion
2022-05-26 11:57:32 +02:00
Emily Martins
8435552ab1
relink all tech-design docs to Notion
2022-05-26 11:57:09 +02:00
方泓睿
49871ae350
Merge pull request #97 from Liqwid-Labs/connor/bridge-update
...
Update purescript bridge
2022-05-26 16:02:23 +08:00
方泓睿
2819faf7f6
Merge branch 'main' into connor/bridge-update
2022-05-26 15:58:40 +08:00
Emily
547f5c6317
Merge pull request #93 from Liqwid-Labs/connor/proposal-timing-conf
...
Proposal Timings
2022-05-26 09:48:19 +02:00
fanghr
c319169bea
update purescript bridge
2022-05-25 21:43:07 +08:00
fanghr
ff4eb9cf27
make 'PProposalTime' scott-encoded
2022-05-25 21:36:56 +08:00
fanghr
a85b066a05
apply Emily's suggestions
...
* add `PMaxTimeRangeWidth`
* several `Default` instances for testing
* a bunch of docstrings
* fix the tests/samples
2022-05-25 21:07:09 +08:00
fanghr
55435d601f
fix broken tests/samples
2022-05-25 20:08:45 +08:00
fanghr
355f838417
calculate the starting time of a proposal upon creation
2022-05-25 20:08:45 +08:00
fanghr
d9732fe814
add createProposalStartingTime to compute the starting time of proposals
2022-05-25 20:08:44 +08:00
fanghr
fbe3edc45a
store proposal timing conf in the governor datum
2022-05-25 20:08:39 +08:00
方泓睿
50bf78aae8
Merge pull request #92 from Liqwid-Labs/connor/#87
2022-05-25 18:45:22 +08:00
方泓睿
0885f2bdfa
Merge branch 'main' into connor/#87
2022-05-25 18:42:50 +08:00
fanghr
297ccc91d9
use nested pmatches instead of laziness
2022-05-24 21:48:32 +08:00
方泓睿
9dff9bbf57
Merge pull request #62 from Liqwid-Labs/connor/mutate-governor
...
Mutate Governor Settings Effect Implementation
2022-05-24 12:41:25 +08:00
方泓睿
4bffc1005d
Merge branch 'main' into connor/mutate-governor
2022-05-24 12:38:46 +08:00
fanghr
fce27a2e3c
fix a typo
2022-05-24 01:27:04 +08:00
fanghr
ab12406f3d
remove anyOutput
2022-05-23 23:18:18 +08:00
Emily
95a23ef787
Merge pull request #91 from Liqwid-Labs/emiflake/script-export
...
Export Scripts into JSON file for CTL consumption.
2022-05-23 15:25:33 +02:00
fanghr
75c236db01
remove allOutputs
2022-05-23 18:20:49 +08:00