pallas/pallas-codec
Karol Ochman-Milarski 6fa936a998
fix: Match CBOR encoding of plutus data with the haskell implementation. (#212)
* Add failing cbor rountrip test
* Encode lists like haskell does
* Encode plutus data bytestrings as haskell does

That is:
 - as bytestring for up to 64 bytes length
 - as an indefinite bytestring made of 64 byte chunks, last one can be shorter
2022-12-14 21:20:11 -03:00
..
src fix: Match CBOR encoding of plutus data with the haskell implementation. (#212) 2022-12-14 21:20:11 -03:00
Cargo.toml Release 0.15.0 2022-11-13 11:38:17 -03:00
README.md feat: Introduce shared codec lib (#71) 2022-03-13 09:37:08 -03:00

Pallas Codec