Santiago Carmuega
8cfc6129b2
feat(miniprotocols): Introduce tracing ( #214 )
2022-12-20 14:31:43 -03:00
Karol Ochman-Milarski
dadb39de43
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
Lucas
32c05c6ff7
feat: Provide access to all assets at a tx out ( #180 )
2022-09-16 17:53:45 -03:00
Santiago Carmuega
4dc373335f
feat(primitives): Preserve order of map structures ( #192 )
2022-09-14 15:00:53 -03:00
Santiago Carmuega
f75d9aff9f
fix(codec): Make Int struct copy ( #170 )
2022-08-13 10:51:03 -03:00
Santiago Carmuega
9845fc4040
feat(primitives): Enable serde of ledger structs ( #169 )
2022-08-12 19:43:56 -03:00
Santiago Carmuega
8f38834a1d
fix(primitives): Force CBOR null primitive for missing aux data ( #159 )
2022-08-05 07:26:06 -03:00
Santiago Carmuega
e42341c653
fix(addresses): Fix Byron cbor structure ( #155 )
...
* Use correct CBOR struct for Byron addresses
* Implement universal to / from string that works across all eras
2022-07-23 08:18:53 -03:00
Santiago Carmuega
33c6152f19
feat(traverse): Introduce new accessor methods ( #152 )
2022-07-16 19:31:27 -03:00
Santiago Carmuega
9e22c842cd
feat(traverse): Integrate address library ( #149 )
2022-07-04 18:06:14 -03:00
Santiago Carmuega
4e08620bc4
feat: Add Vasil / Babbage compatibility ( #126 )
...
* feat: Bump n2n protocol versions for Babbage (#125 )
* feat: Allow a specified timeout on tcp connection (#127 )
* feat: Add Babbage primitives (#128 )
* fix: Inaccurate header-body CDDL (#129 )
* fix: Babbage CBOR codec issues (#130 )
* feat: Include Babbage in traverse lib
* Parse Babbage headers (#131 )
* Add Babbage nonce/leader vrf extension (#132 )
Co-authored-by: Andrew Westberg <andrewwestberg@gmail.com>
2022-06-20 22:09:42 -03:00
Santiago Carmuega
e67da5e7ef
feat: Implement common traverse iterators ( #119 )
2022-06-14 13:47:11 -03:00
Santiago Carmuega
6913efef78
feat: Introduce 'traverse' library ( #117 )
2022-06-12 19:09:33 -03:00
Santiago Carmuega
4ea3e134c0
feat: Add mechanism to retain original CBOR ( #110 )
2022-06-03 21:43:18 -03:00
Santiago Carmuega
3260abcb98
chore(deps): Upgrade to minicbor 0.17 (breaking changes) ( #109 )
2022-06-02 09:49:55 -03:00
Santiago Carmuega
1c214ac72f
feat: Implement Plutus Data hashing / JSON ( #100 )
2022-04-29 10:36:02 -03:00
Santiago Carmuega
5c6979d3e5
fix: Use correct struct for metadatum labels ( #96 )
2022-04-27 20:19:56 -03:00
Santiago Carmuega
7fb7860602
feat(primitives): Implement length-preserving uints ( #92 )
2022-04-25 23:04:07 -03:00
Santiago Carmuega
3234523c83
fix(miniprotocols): Handle regression related to multi-msg payloads ( #76 )
2022-03-16 18:17:10 -03:00
Santiago Carmuega
f543e9828c
fix(primitives): Handle very BigInt in plutus data ( #75 )
2022-03-16 09:20:22 -03:00
Santiago Carmuega
3eb064502c
feat: Use DecodeOwned for improved ergonomic ( #74 )
2022-03-14 18:27:00 -03:00
Santiago Carmuega
43c3cbd457
feat: Introduce shared codec lib ( #71 )
...
closes #65
2022-03-13 09:37:08 -03:00