Commit graph

11 commits

Author SHA1 Message Date
Ben Cross
ba6d8ad229 Add the effect validator to the API 2022-09-02 15:58:58 +02:00
Emily Martins
e572516918 allow disabling tracing in script export 2022-08-30 19:09:46 +02:00
Emily Martins
255c38db67 explicit imports for core agora modules 2022-08-18 16:52:53 +02: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
Emily Martins
731011d084 add unreleased section to CHANGELOG.md 2022-07-13 17:56:16 +02:00
Emily Martins
d3db5552ff add trivial scripts to export 2022-07-13 17:56:16 +02:00
Emily Martins
835e04e049 use plutarch-script-export library 2022-06-30 16:52:23 +02:00
Emily Martins
8ce030cf24 use Capture to make API more neat, update bench 2022-06-28 21:17:44 +02:00
Emily Martins
6a7e8369fd add better server error messages, cbor vs raw hex 2022-06-28 21:13:56 +02:00
Emily Martins
a5765a355d restructure agora-scripts modules
In order to allow reusing this code in the future, I've made it so that
Agora-specific code all lives in `Main`, and everything else lives in
`ScriptExport` or other non-Agora modules.
2022-06-28 21:13:56 +02:00