Commit graph

495 commits

Author SHA1 Message Date
Andrew Westberg
0c36f3803e
feat(traverse): Decode Conway block headers properly (#466) 2024-05-24 17:25:24 -03:00
Santiago Carmuega
69de222dbe
chore(traverse): make era enum serializable (#467) 2024-05-24 17:21:17 -03:00
Santiago Carmuega
e64b4a0f2b
docs: define security policy (#464)
Signed-off-by: Santiago Carmuega <santiago@carmuega.me>
2024-05-22 10:53:39 -03:00
Santiago Carmuega
51a81241d3
Release 0.26.0
pallas@0.26.0
pallas-addresses@0.26.0
pallas-applying@0.26.0
pallas-codec@0.26.0
pallas-configs@0.26.0
pallas-crypto@0.26.0
pallas-hardano@0.26.0
pallas-network@0.26.0
pallas-primitives@0.26.0
pallas-rolldb@0.26.0
pallas-traverse@0.26.0
pallas-txbuilder@0.26.0
pallas-utxorpc@0.26.0
pallas-wallet@0.26.0

Generated by cargo-workspaces
2024-05-21 08:32:18 -03:00
Santiago Carmuega
a59fe53ae2
fix(primitives): handle conway extreme param updates (#462) 2024-05-21 08:29:09 -03:00
Santiago Carmuega
6387897ad3
refactor(interop): use stateful mapper for u5 (#460) 2024-05-17 20:54:33 -03:00
Santiago Carmuega
0bb407d691
chore: apply lint recommendations (#458) 2024-05-14 21:14:19 -03:00
Santiago Carmuega
ed38adc0ce
test(hardano): contemplate skip of last chunk in immutable read (#457) 2024-05-14 20:18:35 -03:00
Maico Leberle
f18af0b9b0
fix(applying): fix tx size calculation (#443) 2024-05-14 07:40:52 -03:00
aleksandar
810088a378
feat(interop): add ledger context for utxorpc mapping logic (#450)
Co-authored-by: Aleksandar Djuric <aleksandardjuric@alethea.io>
2024-05-14 07:19:04 -03:00
Alex Pozhylenkov
525417d660
fix(hardano): exclude last chunk file during immutable db read (#454) 2024-05-14 07:10:14 -03:00
Pi Lanningham
e1504a2463
feat: add a simple Crawler example (#453)
While working on Amaru, we'll likely want to grab lots of example data. This adds a small utility to easily grab one block, one tx, or blocks/txs matching some predicate
2024-05-08 20:11:13 -03:00
Vincent Hanquez
954e99db9e
chore(deps): use cryptoxide sha3 instead of depending on sha3 crate (#452) 2024-04-29 14:51:47 -03:00
Santiago Carmuega
9a405f22ee
chore: move txbuilder to stable feature (#451) 2024-04-21 04:12:25 -03:00
Santiago Carmuega
8fde4a5e11
feat(interop): re-export utxorpc spec to unify downstream versions (#448) 2024-04-18 22:40:40 -03:00
Santiago Carmuega
92da124247
feat(traverse): track original era for tx outputs (#447) 2024-04-18 22:36:19 -03:00
Santiago Carmuega
1b2616256f
feat(primitives): derive Eq on relevant structs (#446) 2024-04-18 22:25:02 -03:00
Pi Lanningham
1724f6acf0
feat(network): add an extra ergonomic method for n2c chainsync (#439) 2024-04-16 19:04:07 -03:00
Alexsander Falcucci
97a32c9af5
feat(network): implement GetChainBlockNo local state query (#441) 2024-04-16 09:27:23 -03:00
Santiago Carmuega
2d6b6fda1e
chore(applying): prepare pparams for folding logic (#438) 2024-04-15 21:53:33 -03:00
Santiago Carmuega
7cf861fc5e
fix(configs): parse directly into rational numbers (#437) 2024-04-15 18:54:53 -03:00
Santiago Carmuega
7ff70f4020
feat(configs): add serde for Alonzo genesis file (#436) 2024-04-15 16:41:09 -03:00
Maico Leberle
a0c409b65e
refactor(applying): unify approach for protocol params access (#432) 2024-04-11 21:41:27 -03:00
Santiago Carmuega
619cb8290b
feat(network): implement background keep-alive loop (#427) 2024-04-02 21:27:33 -03:00
Santiago Carmuega
d5fd8f1e20
Release 0.25.0
pallas@0.25.0
pallas-addresses@0.25.0
pallas-applying@0.25.0
pallas-codec@0.25.0
pallas-configs@0.25.0
pallas-crypto@0.25.0
pallas-hardano@0.25.0
pallas-network@0.25.0
pallas-primitives@0.25.0
pallas-rolldb@0.25.0
pallas-traverse@0.25.0
pallas-txbuilder@0.25.0
pallas-utxorpc@0.25.0
pallas-wallet@0.25.0

Generated by cargo-workspaces
2024-04-02 09:50:58 -03:00
Santiago Carmuega
1d29798ca2
test(hardano): fix failing tests on CI context (#429) 2024-04-02 09:49:22 -03:00
Santiago Carmuega
b6f537abba
test(hardano): discover snapshots by inspecting test_data dir (#428) 2024-04-02 09:18:53 -03:00
Harper
c31e773ce2
feat: add Conway 2024-03 CDDL conformity (#424) 2024-04-01 14:02:52 -03:00
Maico Leberle
1a0fc322fa
feat(applying): add support for preview / preprod networks (#422) 2024-04-01 13:49:14 -03:00
dependabot[bot]
97d3a2467c
build(deps): update utxorpc-spec requirement from 0.3.0 to 0.4.4 (#425)
Updates the requirements on [utxorpc-spec](https://github.com/utxorpc/spec) to permit the latest version.
- [Commits](https://github.com/utxorpc/spec/compare/v0.3.0...v0.4.4)

---
updated-dependencies:
- dependency-name: utxorpc-spec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 13:42:08 -03:00
Santiago Carmuega
00ece5d300
Release 0.24.0
pallas@0.24.0
pallas-addresses@0.24.0
pallas-applying@0.24.0
pallas-codec@0.24.0
pallas-configs@0.24.0
pallas-crypto@0.24.0
pallas-hardano@0.24.0
pallas-network@0.24.0
pallas-primitives@0.24.0
pallas-rolldb@0.24.0
pallas-traverse@0.24.0
pallas-txbuilder@0.24.0
pallas-utxorpc@0.24.0
pallas-wallet@0.24.0

Generated by cargo-workspaces
2024-03-09 08:09:42 -03:00
dependabot[bot]
1c83e44ab9
build(deps): update base64 requirement from 0.21.2 to 0.22.0 (#417)
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.2...v0.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-08 20:32:02 -03:00
Harper
87ff44b32e
feat(rolldb): allow optionally overlap of WAL over immutable chain (#419) 2024-03-08 20:31:31 -03:00
Harper
00086aa6ff
fix: allow extra bytes when decoding base address (#420) 2024-03-08 20:27:09 -03:00
Santiago Carmuega
54997daf66
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
Alexsander Falcucci
655efad6c2
feat: implement GetCBOR local state query (#413) 2024-03-04 15:25:17 -03:00
Santiago Carmuega
94b37fd798
feat(crypto): add Blake2b hasher for 20-bytes digests (#416) 2024-03-03 16:38:28 -03:00
Alexsander Falcucci
b6d6e56f4f
feat(network): implement GetGenesisConfig local state query (#407) 2024-02-26 08:44:37 -03:00
dependabot[bot]
edbf446188
build(deps): update rocksdb requirement from 0.21.0 to 0.22.0 (#403)
Updates the requirements on [rocksdb](https://github.com/rust-rocksdb/rust-rocksdb) to permit the latest version.
- [Release notes](https://github.com/rust-rocksdb/rust-rocksdb/releases)
- [Changelog](https://github.com/rust-rocksdb/rust-rocksdb/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-rocksdb/rust-rocksdb/compare/v0.21.0...v0.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-20 20:31:03 -03:00
Maico Leberle
181a13c3d6
feat: add Babbage phase-1 validations (#405) 2024-02-20 20:30:09 -03:00
Santiago Carmuega
ab1fd882d6
feat(rolldb): allow crawl from intersect options (#404) 2024-02-13 21:34:10 -03:00
Santiago Carmuega
5a44f38e7a
Release 0.23.0
pallas@0.23.0
pallas-addresses@0.23.0
pallas-applying@0.23.0
pallas-codec@0.23.0
pallas-configs@0.23.0
pallas-crypto@0.23.0
pallas-hardano@0.23.0
pallas-network@0.23.0
pallas-primitives@0.23.0
pallas-rolldb@0.23.0
pallas-traverse@0.23.0
pallas-txbuilder@0.23.0
pallas-utxorpc@0.23.0
pallas-wallet@0.23.0

Generated by cargo-workspaces
2024-02-11 18:02:33 -03:00
Santiago Carmuega
3dd00ad3cd
chore: fix new lint warnings (#400) 2024-02-11 17:56:22 -03:00
Santiago Carmuega
78414b6ce8
chore: update utxorpc-spec to 0.3.0 (#399) 2024-02-11 14:38:26 -03:00
dependabot[bot]
4cebe1271e
build(deps): update itertools requirement from 0.10.5 to 0.12.1 (#390)
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.5...v0.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-11 13:19:42 -03:00
Clark Alesna
6fc4074c02
fix(utxorpc): map missing struct values (#387)
Tx hash and block height are now correctly mapped into the corresponding utxorpc structures.
2024-02-11 13:19:13 -03:00
Harper
4088c2dfcb
fix(addresses): check length before decoding (#377) 2024-02-11 12:55:01 -03:00
Ale Gadea
009e846ecb
fix(traverse): add missing tx field getters for Conway (#392) 2024-02-11 12:53:33 -03:00
Alexsander Falcucci
4362341b43
fix: support multiple pools in stake snapshot query (#396) 2024-02-11 12:51:35 -03:00
Alexsander Falcucci
43cdb74ee0
feat(network): implement stake snapshot local state query (#394) 2024-02-06 09:17:44 -03:00