Seungheon Oh
3ef534f310
More comments
2022-04-25 09:01:40 -04:00
Seungheon Oh
9394b2f70b
Now makeEffect boilerplate requires datum to implemt PTryFrom
...
It will free `makeEffect` from using `unsafeCoerce` and force each
effect datums to implement their own "parsers".
2022-04-22 23:34:33 -05:00
Emily
0ace0406d8
Merge pull request #65 from Liqwid-Labs/emiflake/drop-allInputs
...
drop `allInputs`, fix `authorityTokensValidIn`
2022-04-21 11:22:46 +02:00
Emily Martins
4c265e081c
improve trace error message
2022-04-21 11:09:07 +02:00
Emily Martins
956dbb4b53
add tests for authority token function 'singleAuthorityTokenBurned'
2022-04-20 20:26:32 +02:00
Emily Martins
27f5b5de16
drop allInputs, fix authorityTokensValidIn
2022-04-20 18:36:45 +02:00
Emily
bb54cd6a18
Merge pull request #63 from Liqwid-Labs/emiflake/haddock-ci
...
Publish haddock in CI
2022-04-19 16:46:31 +02:00
Emily Martins
a3274a0f91
publish haddock in CI
...
- set correct subdirectory for docs
- add elucidating comment about deployment target
2022-04-19 16:19:14 +02:00
Emily
b739e2a4ca
Merge pull request #60 from Liqwid-Labs/seungheonoh/testDocumentation
...
Little guidance for `agora-test`
2022-04-19 14:10:28 +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
3971e3a390
Merge pull request #58 from Liqwid-Labs/seunghoenoh/util
...
New utility functions
2022-04-15 17:54:59 +02:00
Seungheon Oh
aba51c91e7
fixes
2022-04-15 09:02:16 -05:00
Seungheon Oh
339e28fc15
Emily's suggestions & fixed building
2022-04-15 08:52:42 -05:00
Emily Martins
476bf48649
format agora.cabal, flake.nix
2022-04-15 13:41:07 +02:00
fanghr
fccac702b8
break make format into sub-targets
...
...so that the the nix env won't reload when one just want to format the haskell code
now we have:
* `format_haskell` target
* `format_nix` target
2022-04-15 13:39:35 +02:00
Seungheon Oh
744316a5a6
Connor's suggestions
2022-04-14 23:23:50 -05:00
Seungheon Oh
0090299146
More utility functions
...
functions that I missed from Conner's governor branch...
2022-04-14 17:19:18 -05:00
Seungheon Oh
458ce8b453
New utility functions
...
added `pisScriptAddress`, `pfindEffectInput`, and
`pfindEffectAddress`. These functions are commonly used by effects.
2022-04-14 11:38:06 -04:00
Emily
87f900ccba
Merge pull request #57 from Liqwid-Labs/emiflake/fix-ci
...
Fix CI format checks
2022-04-14 16:36:36 +02:00
Emily Martins
623e45c6ba
don't use plutarch.tools
2022-04-14 15:24:09 +02:00
Emily Martins
1610f95763
use 'formatCheck' in CI instead of the two manual format checks
2022-04-14 14:20:37 +02:00
Emily
4ed01cf9ee
Merge pull request #55 from Liqwid-Labs/seungheonoh/utiloptimization
...
`pmapUnionWith` optimization
2022-04-14 10:30:17 +02:00
Seungheon Oh
d5d39e0078
pmapUnionWith optimization
...
There is no reason to have `ps` unless the current key is a duplicate
entry.
2022-04-13 14:25:10 -04:00
Emily
6347a7b569
Merge pull request #54 from Liqwid-Labs/connor/use-the-correct-nixfmt
...
Use the right nixfmt
2022-04-12 13:56:17 +02:00
fanghr
45f7e92a5f
fix #53
...
Thanks @emiflake !
2022-04-12 18:33:12 +08:00
Emily
1667fbf357
Merge pull request #52 from Liqwid-Labs/emiflake/docs
...
Various documentation additions
2022-04-12 10:43:14 +02:00
Emily Martins
a9682cc0c2
apply suggestions
2022-04-11 19:48:12 +02:00
Emily Martins
516f7d1c30
some more guidelines and off-chain notes
2022-04-11 13:17:23 +02:00
Emily Martins
772810ca5d
rename ProposalTag to ProposalId, add docs for result tags
2022-04-11 11:04:38 +02:00
Jack Hodgkinson
0d3a8bda95
Merge pull request #51 from Liqwid-Labs/emiflake/agora-how-to
...
add Using Agora document
2022-04-08 13:20:44 +01:00
Jack Hodgkinson
dd03224f89
couple of fixes to changes
2022-04-08 13:20:30 +01:00
Emily Martins
0aca191f11
apply / fix comments
2022-04-08 13:28:15 +02:00
Jack Hodgkinson
9b6ba9e6c1
initial review
2022-04-08 09:07:56 +01:00
Emily Martins
300276eb1c
add Using Agora document
2022-04-06 16:02:04 +02:00
Emily
f395b3d90b
Merge pull request #50 from Liqwid-Labs/jhodgdev/contributing-md
...
Add `CONTRIBUTING.md`
2022-04-06 11:42:28 +02:00
Jack Hodgkinson
a2564e9dab
Pointed contributing towards plutarch and mlabs style guide
2022-04-06 10:39:59 +01:00
Jack Hodgkinson
049b2ce523
First stab
2022-04-05 14:02:25 +01:00
Emily
1cc907cefc
Merge pull request #48 from Liqwid-Labs/emiflake/stake-locking
...
Various changes & stake lock datum
2022-04-05 12:46:16 +02:00
Emily Martins
1004951ef6
apply Jack's PR suggestions
2022-04-05 12:20:56 +02:00
Jack Hodgkinson
3ef466f567
inited contributing md
2022-04-05 11:16:22 +01:00
Emily Martins
6e1726de30
PTryFrom comment, README badge
2022-04-04 16:03:25 +02:00
Emily Martins
5d01dfb642
fix typo, add stubs on Governor
2022-04-04 13:37:06 +02:00
Emily Martins
94383b33ca
add locks in datums, add documentation, ClosedTerm on scripts
...
Also added more lifting instances
2022-04-04 13:11:01 +02:00
Emily Martins
d064e14c8b
Merge branch 'master' into emiflake/stake-locking
2022-04-01 13:08:01 +02:00
Emily
9a214d118d
Merge pull request #47 from Liqwid-Labs/jhodgdev/fix-apropos-dep
...
Jhodgdev/fix apropos dep
2022-04-01 12:12:55 +02:00
Jack Hodgkinson
9e94366b70
Fixed problems
2022-04-01 10:59:52 +01:00
Jack Hodgkinson
e1bc999674
Merge branch 'master' of github.com:Liqwid-Labs/agora into jhodgdev/fix-apropos-dep
2022-04-01 10:51:51 +01:00