-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PlutusData cardano-node JSON encoding/decoding (#277)
* Bring over json_serialize.rs + plutus json code from old CML * PlutusData cardano-node JSON encoding/decoding Brought over from old CML's code. JSON parsing code is brought over as well to new format. PlutusData::BigInt -> PlutusData::Integer rename to match old CML's API as the big part probably isn't particularly important * PlutusData JSON wasm bindings * fix clippy in tests
- Loading branch information
1 parent
98e0383
commit 98c9f14
Showing
14 changed files
with
1,816 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.