Commit graph

577 commits

Author SHA1 Message Date
dependabot[bot]
caef9d9c34
build(deps): update minicbor requirement from 0.19 to 0.20 (#337)
Updates the requirements on [minicbor](https://gitlab.com/twittner/minicbor) to permit the latest version.
- [Changelog](https://gitlab.com/twittner/minicbor/blob/develop/CHANGELOG.md)
- [Commits](https://gitlab.com/twittner/minicbor/compare/minicbor-v0.19.0...minicbor-v0.20.0)

---
updated-dependencies:
- dependency-name: minicbor
  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-01-02 07:20:08 -03:00
Harper
b78cedaf43
fix: correct datum kind for set_datum_hash (#350) 2024-01-02 07:18:12 -03:00
Harper
afa397f4ea
fix: return witness objects for conway era multieratx (#346) 2024-01-02 07:17:40 -03:00
Alex Pozhylenkov
35e0d5459c
chore: fix code formatting (#363) 2024-01-02 07:15:38 -03:00
Santiago Carmuega
59909f2ddc
fix(network): relax connect args lifetime (#367) 2023-12-23 15:31:24 -03:00
Harper
550eac147b
feat(wallet): implement HD private keys & encrypted wrapper (#358) 2023-12-23 13:24:32 -03:00
Santiago Carmuega
8b13646680
fix(network): demux using one mpsc channel per miniprotocol (#366) 2023-12-21 19:56:44 -03:00
Santiago Carmuega
4f598ebc31
refactor(network): split bearer into read/write (#364) 2023-12-21 18:08:29 -03:00
Andrew Westberg
d1e40907c6
fix(network): add tcp_nodelay to bearer (#365) 2023-12-20 21:50:03 -03:00
Andrew Westberg
1ed2161a43
feat(network): update n2n handshake versions & add keepalive miniprotocol (#362) 2023-12-19 07:56:10 -03:00
Harper
ef086375bf
fix(network): use correct client state transition for n2n txsub (#348) 2023-12-15 13:28:36 -03:00
Santiago Carmuega
408a41a9ea
feat(traverse): improve protocol update access (#360) 2023-12-14 18:54:01 -03:00
Santiago Carmuega
b4b7b93db2
feat(configs): add Shelley config structs (#359) 2023-12-13 21:27:31 -03:00
Maico Leberle
ccef8795f1
doc(applying): add ShelleyMA tests description (#356) 2023-12-13 17:07:37 -03:00
Santiago Carmuega
49238890e0
feat(network): add sanchonet compatibility (#355) 2023-12-12 10:14:00 -03:00
Alexsander Falcucci
6f1b15269c
feat(network): implement GetUTxOByAddress local state query (#341) 2023-12-12 09:31:46 -03:00
Maico Leberle
04232c6a4c
feat(applying): implement ShelleyMA phase-1 validations (#354) 2023-12-12 07:53:10 -03:00
Santiago Carmuega
472692c4fa
feat(rolldb): add method to check if db is empty (#352) 2023-12-11 14:06:01 -03:00
Santiago Carmuega
049f424581
fix(hardano): remove panics from immutable db parsing (#351) 2023-12-11 13:08:02 -03:00
Santiago Carmuega
f698e26969
fix: add txbuilder to unstable feature gate (#349) 2023-12-10 14:08:58 -03:00
Santiago Carmuega
fa913e4799
feat(hardano): implement immutable db chunk parsing (#328) 2023-12-10 11:28:27 -03:00
Santiago Carmuega
fcbaf4ed97
fix: fix unable to build and sign txs (#345) 2023-12-04 09:22:56 -03:00
Santiago Carmuega
f7a2c8e786
chore(wallet): fix lint warnings (#344) 2023-12-04 09:19:02 -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
b13d3b6688
chore(txbuilder): fix lint warnings (#343) 2023-12-03 10:29:27 -03:00
Harper
f3d9719b5d
feat: introduce transaction builder crate (#338) 2023-12-03 09:51:06 -03:00
Alexsander Falcucci
645989465d
feat(network): implement stake distribution local state query (#340) 2023-11-24 06:43:25 -03:00
Santiago Carmuega
a77efa2adc
fix(network): add missing rt feature for tokio 2023-11-20 21:48:43 -03:00
Santiago Carmuega
107738a981
fix(applying): define specific dependency versions 2023-11-20 21:26:44 -03:00
Santiago Carmuega
25b552c6a9
Release 0.20.0
pallas@0.20.0
pallas-addresses@0.20.0
pallas-applying@0.20.0
pallas-codec@0.20.0
pallas-configs@0.20.0
pallas-crypto@0.20.0
pallas-network@0.20.0
pallas-primitives@0.20.0
pallas-rolldb@0.20.0
pallas-traverse@0.20.0
pallas-utxorpc@0.20.0

Generated by cargo-workspaces
2023-11-20 19:53:17 -03:00
Santiago Carmuega
3d15fce191
chore: fix lint warnings (#339) 2023-11-20 19:46:14 -03:00
Santiago Carmuega
7d0de0b494
chore(deps): update NamedPipes related deps (#336) 2023-11-20 08:28:35 -03:00
Alexsander Falcucci
9b57b0f53d
feat(network): add cbor decoder for HardForkQuery (#335) 2023-11-20 08:02:02 -03:00
Santiago Carmuega
155139e166
fix: fix conditional code for windows builds (#334) 2023-11-16 13:36:49 -03:00
Olof Blomqvist
d6bcffe1b5
feat(network): implement windows named pipes connections (#279) 2023-11-16 10:06:34 -03:00
Alexsander Falcucci
6963dd9698
fix(network): add missing feature gate flag to tokio dependency (#333) 2023-11-16 09:58:05 -03:00
Maico Leberle
317e23fb45
fix(applying): contemplate fee rules for genesis UTxOs (#332) 2023-11-14 17:42:59 -03:00
Santiago Carmuega
f26b9bd591
chore: fix lint warnings (#330) 2023-11-13 17:00:00 -03:00
Santiago Carmuega
c772da69ec
fix: make rolldb an optional dependency (#329) 2023-11-12 22:47:31 -03:00
Santiago Carmuega
e0f9f14dea
refactor(network): simplify local state mini-protocol implementation (#326) 2023-11-09 21:47:24 -03:00
Santiago Carmuega
aae7d92b44
feat(codec): add utility for untyped CBOR fragments (#327) 2023-11-09 18:22:42 -03:00
Maico Leberle
68b46c36a8
feat(applying): add remaining validations for Byron era (#325) 2023-11-09 14:50:46 -03:00
Maico Leberle
ac4aef4eaa
feat(applying): validate all inputs in UTxO set (#324) 2023-11-07 18:29:23 -03:00
Maico Leberle
eb4f39d78c
feat(applying): check non-empty set of inputs and outputs (#312) 2023-11-03 18:15:17 -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
2b5f22def2
feat(network): scaffold local state query server (#280) 2023-10-26 18:02:11 +00:00
Harper
e7bee68d3c
feat(traverse): expose tx update field (#313) 2023-10-24 09:59:36 +00:00
Maico Leberle
794e725984
docs(applying): document Byron tx validations (#311) 2023-10-17 18:44:09 -03:00
Santiago Carmuega
919529eaa0
fix(rolldb): fix find wal sequence semantics (#310) 2023-10-15 12:02:21 -03:00
Santiago Carmuega
d1ac056142
feat: introduce RollDB (#307) 2023-10-13 13:38:20 -03:00