Commit graph

434 commits

Author SHA1 Message Date
Santiago Carmuega
a42a8d64c8
fix: add missing READMEs for crate publish 2024-01-04 11:58:28 -03:00
Santiago Carmuega
cf98e1e5da
release: v0.21.0 (#375) 2024-01-04 10:07:12 -03:00
Santiago Carmuega
9200663c8d
chore: fix lint warnings across the board (#374) 2024-01-04 09:47:04 -03:00
Alex Pozhylenkov
972102aed8
feat(hardano): implement search for the immutabledb reader (#372) 2024-01-04 08:46:19 -03:00
Harper
d045701259
fix: update pallas-applying to work with keepraw native scripts (#370) 2024-01-03 08:41:06 -03:00
Clark Alesna
1e7407867f
feat(network): implement split read / write for NamedPipe bearer (#371) 2024-01-03 08:34:16 -03:00
Andrew Westberg
57d84fe1e9
fix(network): set so_linger socket option to match cardano-node (#369) 2024-01-03 08:28:52 -03:00
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