From d87c069a1cee713bfd8bbe55f0494381b89d29ab Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Mon, 31 Jan 2022 20:26:32 -0300 Subject: [PATCH] Release 0.4.0 pallas@0.4.0 pallas-alonzo@0.4.0 pallas-blockfetch@0.4.0 pallas-chainsync@0.4.0 pallas-crypto@0.4.0 pallas-handshake@0.4.0 pallas-localstate@0.4.0 pallas-machines@0.4.0 pallas-multiplexer@0.4.0 pallas-txsubmission@0.4.0 Generated by cargo-workspaces --- pallas-alonzo/Cargo.toml | 4 ++-- pallas-blockfetch/Cargo.toml | 8 ++++---- pallas-chainsync/Cargo.toml | 12 ++++++------ pallas-crypto/Cargo.toml | 2 +- pallas-handshake/Cargo.toml | 6 +++--- pallas-localstate/Cargo.toml | 6 +++--- pallas-machines/Cargo.toml | 4 ++-- pallas-multiplexer/Cargo.toml | 2 +- pallas-txsubmission/Cargo.toml | 6 +++--- pallas/Cargo.toml | 20 ++++++++++---------- 10 files changed, 35 insertions(+), 35 deletions(-) diff --git a/pallas-alonzo/Cargo.toml b/pallas-alonzo/Cargo.toml index 1fa4c52..b363455 100644 --- a/pallas-alonzo/Cargo.toml +++ b/pallas-alonzo/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-alonzo" description = "Ledger primitives and cbor codec for the Alonzo era" -version = "0.3.9" +version = "0.4.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" @@ -17,4 +17,4 @@ minicbor = { version = "0.13", features = ["std"] } minicbor-derive = "0.8.0" hex = "0.4.3" log = "0.4.14" -pallas-crypto = { version = "0.3", path = "../pallas-crypto" } \ No newline at end of file +pallas-crypto = { version = "0.4.0", path = "../pallas-crypto" } diff --git a/pallas-blockfetch/Cargo.toml b/pallas-blockfetch/Cargo.toml index 8ed916a..9103e08 100644 --- a/pallas-blockfetch/Cargo.toml +++ b/pallas-blockfetch/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-blockfetch" description = "Implementation of the Ouroboros network blockfetch mini-protocol" -version = "0.3.4" +version = "0.4.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" @@ -13,13 +13,13 @@ authors = [ ] [dependencies] -pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" } -pallas-machines = { version = "0.3.0", path = "../pallas-machines/" } +pallas-multiplexer = { version = "0.4.0", path = "../pallas-multiplexer/" } +pallas-machines = { version = "0.4.0", path = "../pallas-machines/" } minicbor = { version="0.13", features=["half", "std"] } log = "0.4.14" [dev-dependencies] net2 = "0.2.37" env_logger = "0.9.0" -pallas-handshake = { version = "0.3.0", path = "../pallas-handshake/" } +pallas-handshake = { version = "0.4.0", path = "../pallas-handshake/" } hex = "0.4.3" diff --git a/pallas-chainsync/Cargo.toml b/pallas-chainsync/Cargo.toml index b72984b..efe897e 100644 --- a/pallas-chainsync/Cargo.toml +++ b/pallas-chainsync/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-chainsync" description = "Implementation of the Ouroboros network chainsync mini-protocol" -version = "0.3.5" +version = "0.4.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" @@ -13,8 +13,8 @@ authors = [ ] [dependencies] -pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" } -pallas-machines = { version = "0.3.0", path = "../pallas-machines/" } +pallas-multiplexer = { version = "0.4.0", path = "../pallas-multiplexer/" } +pallas-machines = { version = "0.4.0", path = "../pallas-machines/" } minicbor = { version = "0.13.0", features = ["half", "std"] } log = "0.4.14" hex = "0.4.3" @@ -23,6 +23,6 @@ hex = "0.4.3" net2 = "0.2.37" cryptoxide = "0.4.1" env_logger = "0.9.0" -pallas-handshake = { version = "0.3.0", path = "../pallas-handshake/" } -pallas-txsubmission = { version = "0.3.0", path = "../pallas-txsubmission/" } -pallas-alonzo = { version = "0.3.0", path = "../pallas-alonzo/" } +pallas-handshake = { version = "0.4.0", path = "../pallas-handshake/" } +pallas-txsubmission = { version = "0.4.0", path = "../pallas-txsubmission/" } +pallas-alonzo = { version = "0.4.0", path = "../pallas-alonzo/" } diff --git a/pallas-crypto/Cargo.toml b/pallas-crypto/Cargo.toml index 0a33f66..fc06650 100644 --- a/pallas-crypto/Cargo.toml +++ b/pallas-crypto/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-crypto" description = "Cryptographic primitives for Cardano" -version = "0.3.0" +version = "0.4.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-handshake/Cargo.toml b/pallas-handshake/Cargo.toml index f678260..1a79eda 100644 --- a/pallas-handshake/Cargo.toml +++ b/pallas-handshake/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-handshake" description = "Implementation of the Ouroboros network handshake mini-protocol" -version = "0.3.4" +version = "0.4.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" @@ -13,8 +13,8 @@ authors = [ ] [dependencies] -pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" } -pallas-machines = { version = "0.3.0", path = "../pallas-machines/" } +pallas-multiplexer = { version = "0.4.0", path = "../pallas-multiplexer/" } +pallas-machines = { version = "0.4.0", path = "../pallas-machines/" } minicbor = { version="0.13", features=["half", "std"] } itertools = "0.10.1" log = "0.4.14" diff --git a/pallas-localstate/Cargo.toml b/pallas-localstate/Cargo.toml index 927636a..824e304 100644 --- a/pallas-localstate/Cargo.toml +++ b/pallas-localstate/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-localstate" description = "Implementation of the Ouroboros network local state query mini-protocol" -version = "0.3.5" +version = "0.4.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" @@ -13,8 +13,8 @@ authors = [ ] [dependencies] -pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" } -pallas-machines = { version = "0.3.0", path = "../pallas-machines/" } +pallas-multiplexer = { version = "0.4.0", path = "../pallas-multiplexer/" } +pallas-machines = { version = "0.4.0", path = "../pallas-machines/" } minicbor = { version="0.13", features=["half", "std"] } log = "0.4.14" hex = "0.4.3" diff --git a/pallas-machines/Cargo.toml b/pallas-machines/Cargo.toml index a668973..ef7c0c0 100644 --- a/pallas-machines/Cargo.toml +++ b/pallas-machines/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-machines" description = "A framework for implementing state machines for Ouroboros network mini-protocols" -version = "0.3.5" +version = "0.4.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" @@ -13,7 +13,7 @@ authors = [ ] [dependencies] -pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" } +pallas-multiplexer = { version = "0.4.0", path = "../pallas-multiplexer/" } minicbor = { version="0.13", features=["half", "std"] } log = "0.4.14" hex = "0.4.3" diff --git a/pallas-multiplexer/Cargo.toml b/pallas-multiplexer/Cargo.toml index 19555a3..5f912dc 100644 --- a/pallas-multiplexer/Cargo.toml +++ b/pallas-multiplexer/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-multiplexer" description = "Multithreaded Ouroboros multiplexer implementation using mpsc channels" -version = "0.3.5" +version = "0.4.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" diff --git a/pallas-txsubmission/Cargo.toml b/pallas-txsubmission/Cargo.toml index eeb3e55..99b55f0 100644 --- a/pallas-txsubmission/Cargo.toml +++ b/pallas-txsubmission/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas-txsubmission" description = "Implementation of the Ouroboros network txsubmission mini-protocol" -version = "0.3.5" +version = "0.4.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" @@ -13,8 +13,8 @@ authors = [ ] [dependencies] -pallas-multiplexer = { version = "0.3.0", path = "../pallas-multiplexer/" } -pallas-machines = { version = "0.3.0", path = "../pallas-machines/" } +pallas-multiplexer = { version = "0.4.0", path = "../pallas-multiplexer/" } +pallas-machines = { version = "0.4.0", path = "../pallas-machines/" } minicbor = { version="0.13", features=["half", "std"] } log = "0.4.14" hex = "0.4.3" diff --git a/pallas/Cargo.toml b/pallas/Cargo.toml index 66712b0..cf70cb2 100644 --- a/pallas/Cargo.toml +++ b/pallas/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallas" description = "Rust-native building blocks for the Cardano blockchain ecosystem." -version = "0.3.9" +version = "0.4.0" edition = "2021" repository = "https://github.com/txpipe/pallas" homepage = "https://github.com/txpipe/pallas" @@ -13,12 +13,12 @@ authors = [ ] [dependencies] -pallas-multiplexer = { version = "0.3.5", path = "../pallas-multiplexer/" } -pallas-machines = { version = "0.3.5", path = "../pallas-machines/" } -pallas-handshake = { version = "0.3.4", path = "../pallas-handshake/" } -pallas-chainsync = { version = "0.3.5", path = "../pallas-chainsync/" } -pallas-blockfetch = { version = "0.3.4", path = "../pallas-blockfetch/" } -pallas-localstate = { version = "0.3.5", path = "../pallas-localstate/" } -pallas-txsubmission = { version = "0.3.5", path = "../pallas-txsubmission/" } -pallas-alonzo = { version = "0.3.7", path = "../pallas-alonzo/" } -pallas-crypto = { version = "0.3.0", path = "../pallas-crypto/" } +pallas-multiplexer = { version = "0.4.0", path = "../pallas-multiplexer/" } +pallas-machines = { version = "0.4.0", path = "../pallas-machines/" } +pallas-handshake = { version = "0.4.0", path = "../pallas-handshake/" } +pallas-chainsync = { version = "0.4.0", path = "../pallas-chainsync/" } +pallas-blockfetch = { version = "0.4.0", path = "../pallas-blockfetch/" } +pallas-localstate = { version = "0.4.0", path = "../pallas-localstate/" } +pallas-txsubmission = { version = "0.4.0", path = "../pallas-txsubmission/" } +pallas-alonzo = { version = "0.4.0", path = "../pallas-alonzo/" } +pallas-crypto = { version = "0.4.0", path = "../pallas-crypto/" }