Commit graph

20 commits

Author SHA1 Message Date
Harper
36df92f8ad
fix: ignore duplicate consumed inputs (#257) 2023-05-12 09:01:44 -03:00
Santiago Carmuega
c9119e4925
fix: back-merge v0.18.1 hotfix (#254) 2023-04-27 21:24:09 -03:00
Santiago Carmuega
e600190107
fix: Provide original hash for inline datum (#221) 2023-02-03 14:58:39 -03:00
Harper
c6730340d0
fix: use PlutusBytes to encode BigUInt/BigNInt (#216) 2023-01-25 21:15:55 -03:00
Santiago Carmuega
c647e51510
fix(primitives): Handle generic int in Plutus data (#202) 2022-11-12 16:16:26 -03:00
Santiago Carmuega
f5052241ac Back-merge v0.13 hotfix 2022-10-13 16:14:20 -03:00
Santiago Carmuega
7a73ebc5b2
fix: Handle undefined CBOR maps in Plutus data (#196) 2022-10-13 15:51:49 -03:00
Santiago Carmuega
85cf02dec4
feat(traverse): Provide access to original Datum hash (#189) 2022-09-13 07:52:35 -03:00
Harper
1850bfe86e
fix: Stop double CBOR encoding of Plutus script used for hashing (#188) 2022-09-12 16:47:20 -03:00
Santiago Carmuega
070b33114f
Back-merge v0.13 hotfix (#185) 2022-09-11 16:01:02 -03:00
Harper
4b2de75f69
fix: use correct prefix when hashing plutus v2 script (#182)
* fix: use correct prefix when hashing plutus v2 script

* chore: remove debug print
2022-09-04 08:42:25 -03:00
Santiago Carmuega
d94262a3f0
fix(addresses): Skip error on pointer address overflow (#178) 2022-08-19 22:15:35 -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
22b74673f7
fix(primitives): Handle alonzo headers without prev-hash (#164) 2022-08-06 19:19:31 -03:00
Santiago Carmuega
5b0ab8d9af
chore: Add test for output traverse (#157) 2022-08-02 22:45:21 -03:00
Santiago Carmuega
4d2950db0b
chore(primitives): Add Plutus script hash test (#147) 2022-07-04 14:40:19 -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
Santiago Carmuega
fe80ff7800
feat(primitives): Introduce MintedBlock concept (#116) 2022-06-12 10:44:16 -03:00