Release 0.30.0

pallas@0.30.0
pallas-addresses@0.30.0
pallas-applying@0.30.0
pallas-codec@0.30.0
pallas-configs@0.30.0
pallas-crypto@0.30.0
pallas-hardano@0.30.0
pallas-math@0.30.0
pallas-network@0.30.0
pallas-primitives@0.30.0
pallas-rolldb@0.30.0
pallas-traverse@0.30.0
pallas-txbuilder@0.30.0
pallas-utxorpc@0.30.0
pallas-wallet@0.30.0

Generated by cargo-workspaces
This commit is contained in:
Santiago Carmuega 2024-08-20 14:01:04 -03:00
parent 78627d0d2a
commit f4527fc438
16 changed files with 90 additions and 70 deletions

View file

@ -2,6 +2,25 @@
## [Unreleased] ## [Unreleased]
<a name="v0.30.0"></a>
## [v0.30.0] - 2024-08-20
### Chore
- **interop:** bump u5c spec to v0.9 ([#503](https://github.com/txpipe/pallas/issues/503))
- **interop:** update u5c spec to v0.8.0 ([#493](https://github.com/txpipe/pallas/issues/493))
- **txbuilder:** export ExUnits to make them accessible from outside ([#497](https://github.com/txpipe/pallas/issues/497))
### Feat
- **interop:** implement u5c pparams mapping ([#504](https://github.com/txpipe/pallas/issues/504))
- **interop:** introduce field-mask context for u5c ([#502](https://github.com/txpipe/pallas/issues/502))
- **math:** add support for some math functions ([#483](https://github.com/txpipe/pallas/issues/483))
### Fix
- **addresses:** relax length check during parsing ([#491](https://github.com/txpipe/pallas/issues/491))
- **interop:** skip conway certs in u5c ([#498](https://github.com/txpipe/pallas/issues/498))
- **primitives:** expose hidden struct fields in Conway ([#501](https://github.com/txpipe/pallas/issues/501))
- **traverse:** use Conway types in places they are meant to ([#499](https://github.com/txpipe/pallas/issues/499))
<a name="v0.29.0"></a> <a name="v0.29.0"></a>
## [v0.29.0] - 2024-07-15 ## [v0.29.0] - 2024-07-15
### Chore ### Chore
@ -933,11 +952,11 @@ handshake, chainsync, localstate and blockfetch mini-protocols changed the API s
- **miniprotocols:** Use pure functions for state machines ([#84](https://github.com/txpipe/pallas/issues/84)) - **miniprotocols:** Use pure functions for state machines ([#84](https://github.com/txpipe/pallas/issues/84))
<a name="pallas-codec@0.7.1"></a>
## [pallas-codec@0.7.1] - 2022-03-16
<a name="pallas-miniprotocols@0.7.1"></a> <a name="pallas-miniprotocols@0.7.1"></a>
## [pallas-miniprotocols@0.7.1] - 2022-03-16 ## [pallas-miniprotocols@0.7.1] - 2022-03-16
<a name="pallas-codec@0.7.1"></a>
## [pallas-codec@0.7.1] - 2022-03-16
### Fix ### Fix
- **miniprotocols:** Handle regression related to multi-msg payloads ([#76](https://github.com/txpipe/pallas/issues/76)) - **miniprotocols:** Handle regression related to multi-msg payloads ([#76](https://github.com/txpipe/pallas/issues/76))
@ -1222,7 +1241,8 @@ handshake, chainsync, localstate and blockfetch mini-protocols changed the API s
- apply fmt to entire workspace - apply fmt to entire workspace
[Unreleased]: https://github.com/txpipe/pallas/compare/v0.29.0...HEAD [Unreleased]: https://github.com/txpipe/pallas/compare/v0.30.0...HEAD
[v0.30.0]: https://github.com/txpipe/pallas/compare/v0.29.0...v0.30.0
[v0.29.0]: https://github.com/txpipe/pallas/compare/v0.28.0...v0.29.0 [v0.29.0]: https://github.com/txpipe/pallas/compare/v0.28.0...v0.29.0
[v0.28.0]: https://github.com/txpipe/pallas/compare/v0.27.0...v0.28.0 [v0.28.0]: https://github.com/txpipe/pallas/compare/v0.27.0...v0.28.0
[v0.27.0]: https://github.com/txpipe/pallas/compare/v0.26.0...v0.27.0 [v0.27.0]: https://github.com/txpipe/pallas/compare/v0.26.0...v0.27.0
@ -1275,9 +1295,9 @@ handshake, chainsync, localstate and blockfetch mini-protocols changed the API s
[v0.9.0-alpha.0]: https://github.com/txpipe/pallas/compare/v0.8.0...v0.9.0-alpha.0 [v0.9.0-alpha.0]: https://github.com/txpipe/pallas/compare/v0.8.0...v0.9.0-alpha.0
[v0.8.0]: https://github.com/txpipe/pallas/compare/v0.8.0-alpha.1...v0.8.0 [v0.8.0]: https://github.com/txpipe/pallas/compare/v0.8.0-alpha.1...v0.8.0
[v0.8.0-alpha.1]: https://github.com/txpipe/pallas/compare/v0.8.0-alpha.0...v0.8.0-alpha.1 [v0.8.0-alpha.1]: https://github.com/txpipe/pallas/compare/v0.8.0-alpha.0...v0.8.0-alpha.1
[v0.8.0-alpha.0]: https://github.com/txpipe/pallas/compare/pallas-codec@0.7.1...v0.8.0-alpha.0 [v0.8.0-alpha.0]: https://github.com/txpipe/pallas/compare/pallas-miniprotocols@0.7.1...v0.8.0-alpha.0
[pallas-codec@0.7.1]: https://github.com/txpipe/pallas/compare/pallas-miniprotocols@0.7.1...pallas-codec@0.7.1 [pallas-miniprotocols@0.7.1]: https://github.com/txpipe/pallas/compare/pallas-codec@0.7.1...pallas-miniprotocols@0.7.1
[pallas-miniprotocols@0.7.1]: https://github.com/txpipe/pallas/compare/v0.7.0...pallas-miniprotocols@0.7.1 [pallas-codec@0.7.1]: https://github.com/txpipe/pallas/compare/v0.7.0...pallas-codec@0.7.1
[v0.7.0]: https://github.com/txpipe/pallas/compare/v0.7.0-alpha.1...v0.7.0 [v0.7.0]: https://github.com/txpipe/pallas/compare/v0.7.0-alpha.1...v0.7.0
[v0.7.0-alpha.1]: https://github.com/txpipe/pallas/compare/v0.7.0-alpha.0...v0.7.0-alpha.1 [v0.7.0-alpha.1]: https://github.com/txpipe/pallas/compare/v0.7.0-alpha.0...v0.7.0-alpha.1
[v0.7.0-alpha.0]: https://github.com/txpipe/pallas/compare/pallas-primitives@0.6.4...v0.7.0-alpha.0 [v0.7.0-alpha.0]: https://github.com/txpipe/pallas/compare/pallas-primitives@0.6.4...v0.7.0-alpha.0

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-addresses" name = "pallas-addresses"
description = "Ergonomic library to work with different Cardano addresses" description = "Ergonomic library to work with different Cardano addresses"
version = "0.29.0" version = "0.30.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
@ -12,8 +12,8 @@ authors = ["Santiago Carmuega <santiago@carmuega.me>"]
[dependencies] [dependencies]
hex = "0.4.3" hex = "0.4.3"
pallas-crypto = { version = "=0.29.0", path = "../pallas-crypto" } pallas-crypto = { version = "=0.30.0", path = "../pallas-crypto" }
pallas-codec = { version = "=0.29.0", path = "../pallas-codec" } pallas-codec = { version = "=0.30.0", path = "../pallas-codec" }
base58 = "0.2.0" base58 = "0.2.0"
bech32 = "0.9.1" bech32 = "0.9.1"
thiserror = "1.0.31" thiserror = "1.0.31"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-applying" name = "pallas-applying"
description = "Logic for validating and applying new blocks and txs to the chain state" description = "Logic for validating and applying new blocks and txs to the chain state"
version = "0.29.0" version = "0.30.0"
edition = "2021" edition = "2021"
repository = "https://github.com/MaicoLeberle/pallas" repository = "https://github.com/MaicoLeberle/pallas"
homepage = "https://github.com/MaicoLeberle/pallas" homepage = "https://github.com/MaicoLeberle/pallas"
@ -13,11 +13,11 @@ authors = ["Maico Leberle <maico.leberle@gmail.com>"]
doctest = false doctest = false
[dependencies] [dependencies]
pallas-addresses = { version = "=0.29.0", path = "../pallas-addresses" } pallas-addresses = { version = "=0.30.0", path = "../pallas-addresses" }
pallas-codec = { version = "=0.29.0", path = "../pallas-codec" } pallas-codec = { version = "=0.30.0", path = "../pallas-codec" }
pallas-crypto = { version = "=0.29.0", path = "../pallas-crypto" } pallas-crypto = { version = "=0.30.0", path = "../pallas-crypto" }
pallas-primitives = { version = "=0.29.0", path = "../pallas-primitives" } pallas-primitives = { version = "=0.30.0", path = "../pallas-primitives" }
pallas-traverse = { version = "=0.29.0", path = "../pallas-traverse" } pallas-traverse = { version = "=0.30.0", path = "../pallas-traverse" }
rand = "0.8" rand = "0.8"
hex = "0.4" hex = "0.4"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-codec" name = "pallas-codec"
description = "Pallas common CBOR encoding interface and utilities" description = "Pallas common CBOR encoding interface and utilities"
version = "0.29.0" version = "0.30.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-configs" name = "pallas-configs"
description = "Config structs and utilities matching the Haskell implementation" description = "Config structs and utilities matching the Haskell implementation"
version = "0.29.0" version = "0.30.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
@ -12,10 +12,10 @@ authors = ["Santiago Carmuega <santiago@carmuega.me>"]
[dependencies] [dependencies]
hex = "0.4.3" hex = "0.4.3"
pallas-addresses = { version = "=0.29.0", path = "../pallas-addresses" } pallas-addresses = { version = "=0.30.0", path = "../pallas-addresses" }
pallas-crypto = { version = "=0.29.0", path = "../pallas-crypto" } pallas-crypto = { version = "=0.30.0", path = "../pallas-crypto" }
pallas-codec = { version = "=0.29.0", path = "../pallas-codec" } pallas-codec = { version = "=0.30.0", path = "../pallas-codec" }
pallas-primitives = { version = "=0.29.0", path = "../pallas-primitives" } pallas-primitives = { version = "=0.30.0", path = "../pallas-primitives" }
serde = { version = "1.0.136", optional = true, features = ["derive"] } serde = { version = "1.0.136", optional = true, features = ["derive"] }
serde_json = { version = "1.0.79", optional = true } serde_json = { version = "1.0.79", optional = true }
base64 = "0.22.0" base64 = "0.22.0"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-crypto" name = "pallas-crypto"
description = "Cryptographic primitives for Cardano" description = "Cryptographic primitives for Cardano"
version = "0.29.0" version = "0.30.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
@ -15,7 +15,7 @@ hex = "0.4"
cryptoxide = { version = "0.4.4" } cryptoxide = { version = "0.4.4" }
thiserror = "1.0" thiserror = "1.0"
rand_core = "0.6" rand_core = "0.6"
pallas-codec = { version = "=0.29.0", path = "../pallas-codec" } pallas-codec = { version = "=0.30.0", path = "../pallas-codec" }
serde = "1.0.143" serde = "1.0.143"
[dev-dependencies] [dev-dependencies]

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-hardano" name = "pallas-hardano"
description = "Pallas interoperability with the Haskel Cardano node implementation" description = "Pallas interoperability with the Haskel Cardano node implementation"
version = "0.29.0" version = "0.30.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
@ -15,8 +15,8 @@ thiserror = "1.0.49"
binary-layout = "3.2.0" binary-layout = "3.2.0"
tap = "1.0.1" tap = "1.0.1"
tracing = "0.1.40" tracing = "0.1.40"
pallas-traverse = { version = "=0.29.0", path = "../pallas-traverse" } pallas-traverse = { version = "=0.30.0", path = "../pallas-traverse" }
pallas-network = { version = "=0.29.0", path = "../pallas-network" } pallas-network = { version = "=0.30.0", path = "../pallas-network" }
[dev-dependencies] [dev-dependencies]
tracing-subscriber = "0.3.17" tracing-subscriber = "0.3.17"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-math" name = "pallas-math"
description = "Mathematics functions for Cardano" description = "Mathematics functions for Cardano"
version = "0.29.0" version = "0.30.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-network" name = "pallas-network"
description = "Ouroboros networking stack using async IO" description = "Ouroboros networking stack using async IO"
version = "0.29.0" version = "0.30.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
@ -14,8 +14,8 @@ authors = ["Santiago Carmuega <santiago@carmuega.me>", "Pi Lanningham <pi.lannin
byteorder = "1.4.3" byteorder = "1.4.3"
hex = "0.4.3" hex = "0.4.3"
itertools = "0.13.0" itertools = "0.13.0"
pallas-codec = { version = "=0.29.0", path = "../pallas-codec" } pallas-codec = { version = "=0.30.0", path = "../pallas-codec" }
pallas-crypto = { version = "=0.29.0", path = "../pallas-crypto" } pallas-crypto = { version = "=0.30.0", path = "../pallas-crypto" }
rand = "0.8.5" rand = "0.8.5"
socket2 = "0.5.5" socket2 = "0.5.5"
thiserror = "1.0.31" thiserror = "1.0.31"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-primitives" name = "pallas-primitives"
description = "Ledger primitives and cbor codec for the different Cardano eras" description = "Ledger primitives and cbor codec for the different Cardano eras"
version = "0.29.0" version = "0.30.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
@ -16,8 +16,8 @@ authors = [
[dependencies] [dependencies]
hex = "0.4.3" hex = "0.4.3"
log = "0.4.14" log = "0.4.14"
pallas-crypto = { version = "=0.29.0", path = "../pallas-crypto" } pallas-crypto = { version = "=0.30.0", path = "../pallas-crypto" }
pallas-codec = { version = "=0.29.0", path = "../pallas-codec" } pallas-codec = { version = "=0.30.0", path = "../pallas-codec" }
base58 = "0.2.0" base58 = "0.2.0"
bech32 = "0.9.0" bech32 = "0.9.0"
serde = { version = "1.0.136", optional = true, features = ["derive"] } serde = { version = "1.0.136", optional = true, features = ["derive"] }

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-rolldb" name = "pallas-rolldb"
description = "An opinionated Cardano storage engine built on top of RocksDB" description = "An opinionated Cardano storage engine built on top of RocksDB"
version = "0.29.0" version = "0.30.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
@ -15,7 +15,7 @@ rocksdb = { version = "0.22.0", default-features = false, features = ["multi-thr
bincode = "1.3.3" bincode = "1.3.3"
serde = "1.0.188" serde = "1.0.188"
thiserror = "1.0.49" thiserror = "1.0.49"
pallas-crypto = { version = "=0.29.0", path = "../pallas-crypto" } pallas-crypto = { version = "=0.30.0", path = "../pallas-crypto" }
tracing = "0.1.37" tracing = "0.1.37"
tokio = { version = "1.32.0", features = ["sync", "rt", "time", "macros"] } tokio = { version = "1.32.0", features = ["sync", "rt", "time", "macros"] }
async-stream = "0.3.5" async-stream = "0.3.5"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-traverse" name = "pallas-traverse"
description = "Utilities to traverse over multi-era block data" description = "Utilities to traverse over multi-era block data"
version = "0.29.0" version = "0.30.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
@ -11,10 +11,10 @@ readme = "README.md"
authors = ["Santiago Carmuega <santiago@carmuega.me>"] authors = ["Santiago Carmuega <santiago@carmuega.me>"]
[dependencies] [dependencies]
pallas-primitives = { version = "=0.29.0", path = "../pallas-primitives" } pallas-primitives = { version = "=0.30.0", path = "../pallas-primitives" }
pallas-addresses = { version = "=0.29.0", path = "../pallas-addresses" } pallas-addresses = { version = "=0.30.0", path = "../pallas-addresses" }
pallas-crypto = { version = "=0.29.0", path = "../pallas-crypto" } pallas-crypto = { version = "=0.30.0", path = "../pallas-crypto" }
pallas-codec = { version = "=0.29.0", path = "../pallas-codec" } pallas-codec = { version = "=0.30.0", path = "../pallas-codec" }
hex = "0.4.3" hex = "0.4.3"
thiserror = "1.0.31" thiserror = "1.0.31"
paste = "1.0.14" paste = "1.0.14"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-txbuilder" name = "pallas-txbuilder"
description = "An ergonomic Cardano transaction builder" description = "An ergonomic Cardano transaction builder"
version = "0.29.0" version = "0.30.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
@ -11,12 +11,12 @@ readme = "README.md"
authors = ["Santiago Carmuega <santiago@carmuega.me>", "Cainã Costa <me@cfcosta.com>"] authors = ["Santiago Carmuega <santiago@carmuega.me>", "Cainã Costa <me@cfcosta.com>"]
[dependencies] [dependencies]
pallas-codec = { path = "../pallas-codec", version = "=0.29.0" } pallas-codec = { path = "../pallas-codec", version = "=0.30.0" }
pallas-crypto = { path = "../pallas-crypto", version = "=0.29.0" } pallas-crypto = { path = "../pallas-crypto", version = "=0.30.0" }
pallas-primitives = { path = "../pallas-primitives", version = "=0.29.0" } pallas-primitives = { path = "../pallas-primitives", version = "=0.30.0" }
pallas-traverse = { path = "../pallas-traverse", version = "=0.29.0" } pallas-traverse = { path = "../pallas-traverse", version = "=0.30.0" }
pallas-addresses = { path = "../pallas-addresses", version = "=0.29.0" } pallas-addresses = { path = "../pallas-addresses", version = "=0.30.0" }
pallas-wallet = { path = "../pallas-wallet", version = "=0.29.0" } pallas-wallet = { path = "../pallas-wallet", version = "=0.30.0" }
serde = { version = "1.0.188", features = ["derive"] } serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107" serde_json = "1.0.107"
thiserror = "1.0.44" thiserror = "1.0.44"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-utxorpc" name = "pallas-utxorpc"
description = "Pallas interoperability with the UTxORPC spec" description = "Pallas interoperability with the UTxORPC spec"
version = "0.29.0" version = "0.30.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
@ -11,15 +11,15 @@ readme = "README.md"
authors = ["Santiago Carmuega <santiago@carmuega.me>"] authors = ["Santiago Carmuega <santiago@carmuega.me>"]
[dependencies] [dependencies]
pallas-traverse = { version = "=0.29.0", path = "../pallas-traverse" } pallas-traverse = { version = "=0.30.0", path = "../pallas-traverse" }
pallas-primitives = { version = "=0.29.0", path = "../pallas-primitives" } pallas-primitives = { version = "=0.30.0", path = "../pallas-primitives" }
pallas-codec = { version = "=0.29.0", path = "../pallas-codec" } pallas-codec = { version = "=0.30.0", path = "../pallas-codec" }
pallas-crypto = { version = "=0.29.0", path = "../pallas-crypto" } pallas-crypto = { version = "=0.30.0", path = "../pallas-crypto" }
utxorpc-spec = { version = "0.9.0" } utxorpc-spec = { version = "0.9.0" }
prost-types = "0.13.1" prost-types = "0.13.1"
# TODO: remove this dep once we have multiera params in traverse # TODO: remove this dep once we have multiera params in traverse
pallas-applying = { version = "=0.29.0", path = "../pallas-applying" } pallas-applying = { version = "=0.30.0", path = "../pallas-applying" }
[dev-dependencies] [dev-dependencies]
hex = "0.4.3" hex = "0.4.3"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-wallet" name = "pallas-wallet"
description = "Cardano wallet utilities such as key generation" description = "Cardano wallet utilities such as key generation"
version = "0.29.0" version = "0.30.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
@ -12,7 +12,7 @@ authors = ["Santiago Carmuega <santiago@carmuega.me>"]
[dependencies] [dependencies]
thiserror = "1.0.49" thiserror = "1.0.49"
pallas-crypto = { version = "=0.29.0", path = "../pallas-crypto" } pallas-crypto = { version = "=0.30.0", path = "../pallas-crypto" }
ed25519-bip32 = "0.4.1" ed25519-bip32 = "0.4.1"
bip39 = { version = "2.0.0", features = ["rand_core"] } bip39 = { version = "2.0.0", features = ["rand_core"] }
cryptoxide = "0.4.4" cryptoxide = "0.4.4"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas" name = "pallas"
description = "Rust-native building blocks for the Cardano blockchain ecosystem." description = "Rust-native building blocks for the Cardano blockchain ecosystem."
version = "0.29.0" version = "0.30.0"
edition = "2021" edition = "2021"
repository = "https://github.com/txpipe/pallas" repository = "https://github.com/txpipe/pallas"
homepage = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas"
@ -11,19 +11,19 @@ readme = "../README.md"
authors = ["Santiago Carmuega <santiago@carmuega.me>"] authors = ["Santiago Carmuega <santiago@carmuega.me>"]
[dependencies] [dependencies]
pallas-network = { version = "=0.29.0", path = "../pallas-network/" } pallas-network = { version = "=0.30.0", path = "../pallas-network/" }
pallas-primitives = { version = "=0.29.0", path = "../pallas-primitives/" } pallas-primitives = { version = "=0.30.0", path = "../pallas-primitives/" }
pallas-traverse = { version = "=0.29.0", path = "../pallas-traverse/" } pallas-traverse = { version = "=0.30.0", path = "../pallas-traverse/" }
pallas-addresses = { version = "=0.29.0", path = "../pallas-addresses/" } pallas-addresses = { version = "=0.30.0", path = "../pallas-addresses/" }
pallas-crypto = { version = "=0.29.0", path = "../pallas-crypto/" } pallas-crypto = { version = "=0.30.0", path = "../pallas-crypto/" }
pallas-codec = { version = "=0.29.0", path = "../pallas-codec/" } pallas-codec = { version = "=0.30.0", path = "../pallas-codec/" }
pallas-utxorpc = { version = "=0.29.0", path = "../pallas-utxorpc/" } pallas-utxorpc = { version = "=0.30.0", path = "../pallas-utxorpc/" }
pallas-configs = { version = "=0.29.0", path = "../pallas-configs/" } pallas-configs = { version = "=0.30.0", path = "../pallas-configs/" }
pallas-txbuilder = { version = "=0.29.0", path = "../pallas-txbuilder/" } pallas-txbuilder = { version = "=0.30.0", path = "../pallas-txbuilder/" }
pallas-applying = { version = "=0.29.0", path = "../pallas-applying/", optional = true } pallas-applying = { version = "=0.30.0", path = "../pallas-applying/", optional = true }
pallas-rolldb = { version = "=0.29.0", path = "../pallas-rolldb/", optional = true } pallas-rolldb = { version = "=0.30.0", path = "../pallas-rolldb/", optional = true }
pallas-wallet = { version = "=0.29.0", path = "../pallas-wallet/", optional = true } pallas-wallet = { version = "=0.30.0", path = "../pallas-wallet/", optional = true }
pallas-hardano = { version = "=0.29.0", path = "../pallas-hardano/", optional = true } pallas-hardano = { version = "=0.30.0", path = "../pallas-hardano/", optional = true }
[features] [features]
rolldb = ["pallas-rolldb"] rolldb = ["pallas-rolldb"]