Commit graph

11 commits

Author SHA1 Message Date
Santiago Carmuega
2e95b7b33a
feat(primitives): Enable serde of ledger structs (#169) 2022-08-12 19:43:56 -03:00
Santiago Carmuega
266df0fc18
fix(primitives): Fix overflow on cost model (#168) 2022-08-08 09:11:57 -03:00
Santiago Carmuega
69644d4a0e
fix(primitives): Make cost models optional (#167) 2022-08-07 21:39:04 -03:00
Santiago Carmuega
ea2368bf49
chore: Fix lint warnings (#166) 2022-08-07 12:18:43 -03:00
Santiago Carmuega
22b74673f7
fix(primitives): Handle alonzo headers without prev-hash (#164) 2022-08-06 19:19:31 -03:00
Sebastien Guillemot
865b25b58b
feat(traverse): Add missing getters on output (#162) 2022-08-06 15:48:32 -03:00
Sebastien Guillemot
a4873c404e
feat(primitives): Add ToHash to DatumOption (#163) 2022-08-06 15:29:17 -03:00
Santiago Carmuega
60a6e99189
fix(primitives): Force CBOR null primitive for missing aux data (#159) 2022-08-05 07:26:06 -03:00
Santiago Carmuega
45a0889036
feat(traverse): Introduce more new accessor methods (#153) 2022-07-17 16:40:49 -03:00
Santiago Carmuega
ad5ff362ad
fix(primitives): Handle bytes indef in Plutus data (#143) 2022-07-01 21:01:39 -03:00
Santiago Carmuega
f67d36e7fa
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