Commit graph

49 commits

Author SHA1 Message Date
Santiago Carmuega
ac66eb9473 chore(utxorpc): update spec to v0.14 and update redeemer mapper (#559)
Co-authored-by: ricomiles <ricoquiblat@gmail.com>
2024-12-14 16:16:42 -03:00
Santiago Carmuega
3adc16b798 fix(txbuilder): sign transactions using Conway era (#531) 2024-10-24 16:17:34 -03:00
Santiago Carmuega
a29a6cf50f feat(txbuilder): compute ScriptDataHash including edge cases (#525)
Co-authored-by: kalomaaan <kalomaaan@gmail.com>
2024-10-22 22:20:58 -03:00
Santiago Carmuega
19b0ac3072 feat: add support for Conway config and params traverse (#521)
Co-authored-by: Clark Alesna <clark_alesna@hotmail.com>
Co-authored-by: johnquinnvictaboada <quinnvictaboada@gmail.com>
2024-10-16 21:43:23 -03:00
Pedro Sánchez Terraf
7c7a3c25ab feat(applying): add cert and native script validation for ShelleyMA (#510)
BREAKING CHANGE: the `validate` fn signature has changed to support these changes

---------

Co-authored-by: Ale Gadea <ale.gadea@txpipe.io>
2024-09-23 13:24:32 -03:00
Santiago Carmuega
46dff24c3e chore(interop): update u5c spec to v0.8.0 (#493) 2024-07-28 19:48:43 -03:00
Lucas
60e07e2f00 fix(interop): map missing u5c redeemers (#490) 2024-07-15 21:47:25 -03:00
Santiago Carmuega
9f9e088091 fix(interop): use correct input order to match redeemers (#487) 2024-07-14 13:48:05 -03:00
Alex Pozhylenkov
9d7fda86ba chore: improve ImmutableDB error handling (#426)
Co-authored-by: Steven Johnson <stevenj@users.noreply.github.com>
2024-06-29 14:25:40 -03:00
Santiago Carmuega
ab8bd49701 fix: relax CBOR decoding of Conway protocol params update (#473) 2024-06-18 13:03:07 -03:00
Santiago Carmuega
17022b5f07 fix(primitives): handle conway extreme param updates (#462) 2024-05-21 08:29:09 -03:00
Santiago Carmuega
5ca773f8a7 feat(configs): add serde for Alonzo genesis file (#436) 2024-04-15 16:41:09 -03:00
Maico Leberle
fb8b7402fe refactor(applying): unify approach for protocol params access (#432) 2024-04-11 21:41:27 -03:00
Santiago Carmuega
4168332f20 test(hardano): discover snapshots by inspecting test_data dir (#428) 2024-04-02 09:18:53 -03:00
Harper
0c84dc4983 feat: add Conway 2024-03 CDDL conformity (#424) 2024-04-01 14:02:52 -03:00
Maico Leberle
f1fca9f445 feat(applying): add support for preview / preprod networks (#422) 2024-04-01 13:49:14 -03:00
Santiago Carmuega
ce8eac735b fix(primitives): contemplate Conway's CBOR set tag (#421)
Co-authored-by: jmhrpr <25673452+jmhrpr@users.noreply.github.com>
2024-03-08 19:32:03 -03:00
Maico Leberle
eade9eca82 feat: add Babbage phase-1 validations (#405) 2024-02-20 20:30:09 -03:00
Maico Leberle
da3e636759 feat(applying): implement Alonzo phase-1 validations (#380) 2024-01-19 22:19:46 -03:00
Harper
4c651c0c3a fix(network): use correct client state transition for n2n txsub (#348) 2023-12-15 13:28:36 -03:00
Santiago Carmuega
6175a53fec feat(traverse): improve protocol update access (#360) 2023-12-14 18:54:01 -03:00
Santiago Carmuega
35254bb8c4 feat(configs): add Shelley config structs (#359) 2023-12-13 21:27:31 -03:00
Maico Leberle
4e1eb79ef4 feat(applying): implement ShelleyMA phase-1 validations (#354) 2023-12-12 07:53:10 -03:00
Santiago Carmuega
4504dd4f1d feat(hardano): implement immutable db chunk parsing (#328) 2023-12-10 11:28:27 -03:00
Maico Leberle
99b4c1fa4e fix(applying): contemplate fee rules for genesis UTxOs (#332) 2023-11-14 17:42:59 -03:00
Maico Leberle
85d4470ddd feat(applying): add remaining validations for Byron era (#325) 2023-11-09 14:50:46 -03:00
Harper
bf973dff3c feat: introduce conway primitives (#290)
Co-authored-by: lisicky <lisicky@inbox.ru>
2023-11-03 12:22:06 -03:00
Santiago Carmuega
cc671d2480 feat: generate genesis utxos from genesis file (#59)
Co-authored-by: rvcas <x@rvcas.dev>
Co-authored-by: jmhrpr <harper.jme@gmail.com>
2023-10-04 06:45:59 -03:00
Harper
2dd9a98808 fix: use u64 instead of i64 for unit interval and rational numerator (#268) 2023-07-18 09:21:35 -03:00
Harper
a0cc1a5e47 fix: ignore duplicate consumed inputs (#257) 2023-05-12 09:01:44 -03:00
Santiago Carmuega
a4bf887f28 fix: back-merge v0.18.1 hotfix (#254) 2023-04-27 21:24:09 -03:00
Santiago Carmuega
cd0212e5dc fix: Provide original hash for inline datum (#221) 2023-02-03 14:58:39 -03:00
Harper
8480c4502f fix: use PlutusBytes to encode BigUInt/BigNInt (#216) 2023-01-25 21:15:55 -03:00
Santiago Carmuega
b59eb563d3 fix(primitives): Handle generic int in Plutus data (#202) 2022-11-12 16:16:26 -03:00
Santiago Carmuega
62f7c84df0 Back-merge v0.13 hotfix 2022-10-13 16:14:20 -03:00
Santiago Carmuega
10c684a805 fix: Handle undefined CBOR maps in Plutus data (#196) 2022-10-13 15:51:49 -03:00
Santiago Carmuega
2495903434 feat(traverse): Provide access to original Datum hash (#189) 2022-09-13 07:52:35 -03:00
Harper
e3d9d8f9a3 fix: Stop double CBOR encoding of Plutus script used for hashing (#188) 2022-09-12 16:47:20 -03:00
Santiago Carmuega
9a79a85f0d Back-merge v0.13 hotfix (#185) 2022-09-11 16:01:02 -03:00
Harper
f826bd1021 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
ce6c13b5f5 fix(addresses): Skip error on pointer address overflow (#178) 2022-08-19 22:15:35 -03:00
Santiago Carmuega
1ed3a19f8d fix(primitives): Fix overflow on cost model (#168) 2022-08-08 09:11:57 -03:00
Santiago Carmuega
623eaa60ec fix(primitives): Make cost models optional (#167) 2022-08-07 21:39:04 -03:00
Santiago Carmuega
c7852a17c2 fix(primitives): Handle alonzo headers without prev-hash (#164) 2022-08-06 19:19:31 -03:00
Santiago Carmuega
d77019618e chore: Add test for output traverse (#157) 2022-08-02 22:45:21 -03:00
Santiago Carmuega
2b54eda487 chore(primitives): Add Plutus script hash test (#147) 2022-07-04 14:40:19 -03:00
Santiago Carmuega
1bd2c49155 fix(primitives): Handle bytes indef in Plutus data (#143) 2022-07-01 21:01:39 -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
c9489c3ddf feat(primitives): Introduce MintedBlock concept (#116) 2022-06-12 10:44:16 -03:00