Commit graph

68 commits

Author SHA1 Message Date
Harper
afa397f4ea
fix: return witness objects for conway era multieratx (#346) 2024-01-02 07:17:40 -03:00
Santiago Carmuega
408a41a9ea
feat(traverse): improve protocol update access (#360) 2023-12-14 18:54:01 -03:00
Harper
bd4ff8a7fd
feat: introduce wallet crate for ed25519-bip32 key management (#342)
Co-authored-by: Santiago Carmuega <santiago@carmuega.me>
2023-12-03 11:31:27 -03:00
Santiago Carmuega
f26b9bd591
chore: fix lint warnings (#330) 2023-11-13 17:00:00 -03:00
Harper
93c978b0e3
feat: introduce conway primitives (#290)
Co-authored-by: lisicky <lisicky@inbox.ru>
2023-11-03 12:22:06 -03:00
Harper
e7bee68d3c
feat(traverse): expose tx update field (#313) 2023-10-24 09:59:36 +00:00
Maico Leberle
986ee75761
feat: scaffold Byron phase-1 validations (#300)
Co-authored-by: Santiago Carmuega <santiago@carmuega.me>
2023-10-10 17:16:26 -03:00
Santiago Carmuega
56df1c429c
fix(traverse): fix well-known genesis values for preprod / preview (#284) 2023-09-09 10:18:35 -03:00
Santiago Carmuega
1f870cac66
chore: fix lint warning (#283) 2023-09-07 09:39:18 -03:00
Cainã Costa
384afa284b
feat(traverse): add network id to genesis values (#272) 2023-09-01 09:18:51 -03:00
Olof Blomqvist
31a87032ca
fix: fix builds on windows platform (#263) 2023-06-21 13:39:43 -03:00
Santiago Carmuega
c74255fd10
chore: fix clippy warnings (#262) 2023-06-11 21:41:23 -03:00
Santiago Carmuega
35dda4d40f
feat: introduce UTxO RPC interop (#260) 2023-06-10 22:52:48 -03:00
Santiago Carmuega
7539e17dfc
feat(traverse): improve native asset access (#259) 2023-06-03 20:46:41 -03:00
Harper
36df92f8ad
fix: ignore duplicate consumed inputs (#257) 2023-05-12 09:01:44 -03:00
Santiago Carmuega
381a46f2cf
chore: Fix lint warnings for all targets (#240) 2023-03-24 06:59:49 -03:00
Santiago Carmuega
2243acfff9
feat(upstream): Make output generic by adapter (#236) 2023-03-16 16:21:06 -03:00
Santiago Carmuega
8cdde5e9a8
feat(traverse): Introduce time helpers (#234) 2023-03-13 18:55:44 -03:00
Santiago Carmuega
2612bb1038
chore(traverse): Improve API ergonomics (#233) 2023-03-13 15:19:40 -03:00
Santiago Carmuega
4133268e99
feat(traverse): Expose aux data scripts (#232) 2023-03-11 18:07:09 -03:00
Santiago Carmuega
9740dc0560
refactor(traverse): Unify mint and output asset artifacts (#231) 2023-03-11 14:12:31 -03:00
Pi Lanningham
4915d14cd5
feat: Add constants for known miniprotocols
* Add constants for known miniprotocols

Now consumers of the crate don't have to memorize what channel number means what

* Add myself to the crate authors
2023-02-05 06:13:55 -05:00
Santiago Carmuega
16d0211c5b
feat(miniprotocols): Implement tx submission client (#220)
* feat(miniprotocols): Implement tx submission client

* Match CDDL specs

* Fix build errors

* Add server implementation for txsubmission

Also includes some documentation for how to use both the client and the server

* cargo fmt

* clippy suggestions

clippy pls

* Fail explicitly on missing n2c unix socket

---------

Co-authored-by: Pi Lanningham <pi@sundaeswap.finance>
2023-02-03 20:38:12 -05:00
Santiago Carmuega
e600190107
fix: Provide original hash for inline datum (#221) 2023-02-03 14:58:39 -03:00
Santiago Carmuega
9d8ca617ef
chore: Fix lint issues (#222) 2023-02-02 21:07:14 -03:00
Santiago Carmuega
fb72e05b52
chore: Fix lint warnings (#205) 2022-11-13 10:53:19 -03:00
Harper
1e18603ed2
feat(traverse): produces_at method for MultiEraTx (#200) 2022-11-03 20:12:39 +00:00
Santiago Carmuega
47a5c52a9b
feat(traverse): Add helper methods to Asset data (#195) 2022-09-28 11:45:37 -03:00
Santiago Carmuega
d74c49c0c3
chore: Fix linter warnings (#194) 2022-09-21 18:44:03 -03:00
Harper
dc41f7b212
feat: return indexes along with outputs returned by produces() (#193) 2022-09-20 19:39:44 -03:00
Lucas
bfc5a0a312
feat: Provide access to all assets at a tx out (#180) 2022-09-16 17:53:45 -03:00
Santiago Carmuega
6b2f23059f
chore: Fix lint warnings (#190)
* apply code formatting
* fix clippy warnings
2022-09-13 08:41:43 -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
38262213e8
fix(traverse): Make ToHash trait public outside crate (#186) 2022-09-11 20:06:09 -03:00
Santiago Carmuega
835df97c13
feat(traverse): Introduce new MultiEraTx helpers (#184) 2022-09-11 13:28:10 -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
dependabot[bot]
9100884270
build(deps): update minicbor requirement from 0.17 to 0.18 (#134)
* build(deps): update minicbor requirement from 0.17 to 0.18

Updates the requirements on [minicbor](https://gitlab.com/twittner/minicbor) to permit the latest version.
- [Release notes](https://gitlab.com/twittner/minicbor/tags)
- [Changelog](https://gitlab.com/twittner/minicbor/blob/develop/CHANGELOG.md)
- [Commits](https://gitlab.com/twittner/minicbor/compare/minicbor-v0.17.0...minicbor-v0.18.0)

---
updated-dependencies:
- dependency-name: minicbor
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix build errors

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Santiago Carmuega <santiago@carmuega.me>
2022-08-20 06:53:07 -03:00
Santiago Carmuega
57f9aac662
chore: Move fee logic out of primitives (#174) 2022-08-13 15:45:16 -03:00
Santiago Carmuega
aab58480a6
chore: Move time logic out of primitives (#173) 2022-08-13 14:37:02 -03:00
Santiago Carmuega
d72f9e42de
chore: Move hash logic out of primitives (#172) 2022-08-13 12:24:35 -03:00
Santiago Carmuega
2e95b7b33a
feat(primitives): Enable serde of ledger structs (#169) 2022-08-12 19:43:56 -03:00
Santiago Carmuega
ea2368bf49
chore: Fix lint warnings (#166) 2022-08-07 12:18:43 -03:00
Santiago Carmuega
3e8314e8f2
chore: Fix trailing comma lint issue (#165) 2022-08-06 18:47:07 -03:00
Sebastien Guillemot
865b25b58b
feat(traverse): Add missing getters on output (#162) 2022-08-06 15:48:32 -03:00
Sebastien Guillemot
74d5731118
feat(traverse): Add missing getters for witness fields (#160) 2022-08-06 15:46:33 -03:00
Sebastien Guillemot
dde9f96595
feat(traverse): Add reference inputs to Tx (#161) 2022-08-06 15:28:25 -03:00
Santiago Carmuega
60a6e99189
fix(primitives): Force CBOR null primitive for missing aux data (#159) 2022-08-05 07:26:06 -03:00
Sebastien Guillemot
737b0eee21
feat(traverse): Expose collateral return (#158) 2022-08-03 16:14:00 -03:00
Santiago Carmuega
5b0ab8d9af
chore: Add test for output traverse (#157) 2022-08-02 22:45:21 -03:00