Commit graph

16 commits

Author SHA1 Message Date
Emily Martins
ad9da8e6b3 flake: bump plutarch, fix resulting issues
Collection of things fixed:
- `agora-test`: Fix compile resulting from some changes to hackage.
- `agora-benchmark`: Switched to `plutarch`-style `evalScript`.
- CI: Ported over new flake changes.

This is quite a mess.
2022-06-03 23:23:00 +02:00
Seungheon Oh
20e4f56e10
Moved Agora.Record to Plutarch.Extra.Record
Since `Agora.Record` provides a general utility for easy construction
of Plutarch record types, they can be moved to `liqwid-plutarch-extra`
to be used abroad.
2022-05-30 09:02:07 -05: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
fanghr
297ccc91d9
use nested pmatches instead of laziness 2022-05-24 21:48:32 +08:00
fanghr
ab12406f3d
remove anyOutput 2022-05-23 23:18:18 +08:00
fanghr
02bf6f49cc
remove anyInput 2022-05-23 18:11:32 +08:00
fanghr
9549fae0df
fix misleading assert messages && add some comments 2022-05-20 21:51:02 +08:00
fanghr
dfe4bba15f
ensure the new proposal lock is placed on the stake 2022-05-20 03:35:31 +08:00
Emily Martins
1bd6030855 remove all instances of P.do in favour of TermCont. 2022-05-12 13:54:31 +02:00
fanghr
a14d98e077
add PlutusTX validatorHashToTokenName 2022-05-06 13:22:28 +08:00
Emily Martins
be3b8ea5af fix formatting
fourmolu breaks weirdly on some spacing
2022-04-28 17:22:40 +02:00
Emily Martins
5ec74e86b8 apply suggestions 2022-04-28 16:21:16 +02:00
Emily Martins
9dd5bed05e reduce use of unjustified punsafeCoerce 2022-04-27 12:55:37 +02:00
Emily Martins
8cbdbeb2fe fix haddock errors 2022-04-27 12:55:37 +02:00
Emily Martins
438ed872e3 move Stake to Scripts, fix tests 2022-04-27 12:55:37 +02:00