Santiago Carmuega
7f0e022f1d
fix: favor Babbage over Conway for tx decoding ( #389 )
2024-01-28 16:26:23 -03:00
Santiago Carmuega
700d109d31
fix(traverse): fix conway txs not returning reference inputs ( #388 )
2024-01-28 16:11:26 -03:00
Santiago Carmuega
8916e43b95
Release 0.22.0
...
pallas@0.22.0
pallas-addresses@0.22.0
pallas-applying@0.22.0
pallas-codec@0.22.0
pallas-configs@0.22.0
pallas-crypto@0.22.0
pallas-hardano@0.22.0
pallas-network@0.22.0
pallas-primitives@0.22.0
pallas-rolldb@0.22.0
pallas-traverse@0.22.0
pallas-txbuilder@0.22.0
pallas-utxorpc@0.22.0
pallas-wallet@0.22.0
Generated by cargo-workspaces
2024-01-25 09:03:26 -03:00
Felipe Rosa
809b9f5d6d
feat(hardano): enable async for read_blocks_from_point iterator ( #379 )
2024-01-25 08:44:24 -03:00
Andrew Westberg
24b5086b4e
fix(network): use initiatorOnlyDiffusionMode correctly after spec fix ( #384 )
2024-01-25 08:32:54 -03:00
Maico Leberle
7b2894e4a2
feat(applying): implement Alonzo phase-1 validations ( #380 )
2024-01-19 22:19:46 -03:00
Matthias Benkort
7cb1ffe100
fix(codec): Fix flat encoding and decoding of arbitrarily size integers ( #378 )
...
This commits fixes the flat encoding and decoding (and consequently,
the zigzag) for large integers in the following ways:
- It removes support for encoding and decoding i128 values.
- It optionally (feature = "num-bigint") introduces encoding and
decoding of large sized integers through the num-bigint::BigInt
type.
Without the feature enabled, it is still possible to encode and decode
isize values; but the use of i128 is now prohibited (as it would
overflow on boundaries) in favor of arbitrarily sized integers.
The commit also introduces a missing property roundtrip for encoding
and decoding large integers, which was missing and thus, failed to
identify the overflow problem.
See related issue: https://github.com/aiken-lang/aiken/issues/796
2024-01-13 10:09:16 -03:00
Alexsander Falcucci
14e0809ea2
feat: implement GetCurrentPParams local state query ( #322 )
2024-01-08 08:38:39 -03:00
Harper
a6a6ffcfed
feat(network): implement server side KeepAlive ( #376 )
2024-01-08 07:50:37 -03:00
Santiago Carmuega
ca27aa91ac
fix: add missing Cargo metadata required for publish
2024-01-04 12:22:47 -03:00
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