Release 0.11.0-alpha.0

pallas@0.11.0-alpha.0
pallas-codec@0.11.0-alpha.0
pallas-crypto@0.11.0-alpha.0
pallas-miniprotocols@0.11.0-alpha.0
pallas-multiplexer@0.11.0-alpha.0
pallas-primitives@0.11.0-alpha.0

Generated by cargo-workspaces
This commit is contained in:
Santiago Carmuega 2022-06-10 11:59:07 -03:00
parent c075f8c2ab
commit 4df94f94c6
6 changed files with 17 additions and 17 deletions

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.10.0" version = "0.11.0-alpha.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-crypto" name = "pallas-crypto"
description = "Cryptographic primitives for Cardano" description = "Cryptographic primitives for Cardano"
version = "0.10.0" version = "0.11.0-alpha.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"
@ -17,7 +17,7 @@ hex = "0.4"
cryptoxide = { version = "0.4.1" } cryptoxide = { version = "0.4.1" }
thiserror = "1.0" thiserror = "1.0"
rand_core = "0.6" rand_core = "0.6"
pallas-codec = { version = "0.10.0", path = "../pallas-codec" } pallas-codec = { version = "0.11.0-alpha.0", path = "../pallas-codec" }
[dev-dependencies] [dev-dependencies]
quickcheck = "1.0" quickcheck = "1.0"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-miniprotocols" name = "pallas-miniprotocols"
description = "Implementation of the Ouroboros network mini-protocols state-machines" description = "Implementation of the Ouroboros network mini-protocols state-machines"
version = "0.10.0" version = "0.11.0-alpha.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"
@ -13,8 +13,8 @@ authors = [
] ]
[dependencies] [dependencies]
pallas-codec = { version = "0.10.0", path = "../pallas-codec/" } pallas-codec = { version = "0.11.0-alpha.0", path = "../pallas-codec/" }
pallas-multiplexer = { version = "0.10.0", path = "../pallas-multiplexer/" } pallas-multiplexer = { version = "0.11.0-alpha.0", path = "../pallas-multiplexer/" }
log = "0.4.14" log = "0.4.14"
hex = "0.4.3" hex = "0.4.3"
itertools = "0.10.3" itertools = "0.10.3"

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pallas-multiplexer" name = "pallas-multiplexer"
description = "Multithreaded Ouroboros multiplexer implementation using mpsc channels" description = "Multithreaded Ouroboros multiplexer implementation using mpsc channels"
version = "0.10.0" version = "0.11.0-alpha.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"
@ -13,7 +13,7 @@ authors = [
] ]
[dependencies] [dependencies]
pallas-codec = { version = "0.10.0", path = "../pallas-codec/" } pallas-codec = { version = "0.11.0-alpha.0", path = "../pallas-codec/" }
log = "0.4.14" log = "0.4.14"
byteorder = "1.4.3" byteorder = "1.4.3"
hex = "0.4.3" hex = "0.4.3"

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.10.0" version = "0.11.0-alpha.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.10.0", path = "../pallas-crypto" } pallas-crypto = { version = "0.11.0-alpha.0", path = "../pallas-crypto" }
pallas-codec = { version = "0.10.0", path = "../pallas-codec" } pallas-codec = { version = "0.11.0-alpha.0", path = "../pallas-codec" }
base58 = "0.2.0" base58 = "0.2.0"
bech32 = "0.8.1" bech32 = "0.8.1"
serde = { version ="1.0.136", optional = true } serde = { version ="1.0.136", optional = true }

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.10.0" version = "0.11.0-alpha.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"
@ -13,8 +13,8 @@ authors = [
] ]
[dependencies] [dependencies]
pallas-multiplexer = { version = "0.10.0", path = "../pallas-multiplexer/" } pallas-multiplexer = { version = "0.11.0-alpha.0", path = "../pallas-multiplexer/" }
pallas-miniprotocols = { version = "0.10.0", path = "../pallas-miniprotocols/" } pallas-miniprotocols = { version = "0.11.0-alpha.0", path = "../pallas-miniprotocols/" }
pallas-primitives = { version = "0.10.0", path = "../pallas-primitives/" } pallas-primitives = { version = "0.11.0-alpha.0", path = "../pallas-primitives/" }
pallas-crypto = { version = "0.10.0", path = "../pallas-crypto/" } pallas-crypto = { version = "0.11.0-alpha.0", path = "../pallas-crypto/" }
pallas-codec = { version = "0.10.0", path = "../pallas-codec/" } pallas-codec = { version = "0.11.0-alpha.0", path = "../pallas-codec/" }