diff --git a/Cargo.lock b/Cargo.lock index 7e005258a..40c9884bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -301,9 +301,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chia" -version = "0.3.0" +version = "0.3.1" dependencies = [ - "chia-protocol 0.3.0", + "chia-protocol 0.3.1", "chia-traits 0.3.0", "chia-wallet", "clvm-derive 0.2.14", @@ -322,18 +322,16 @@ dependencies = [ [[package]] name = "chia-bls" version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1f02b3316f347607f79668627cf1f01b5a62257089c08e92c7df3ad93c6c1aa" dependencies = [ "anyhow", "arbitrary", "blst", - "chia-traits 0.3.0", - "chia_py_streamable_macro", - "criterion", + "chia-traits 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "clvm-traits 0.2.14", "hex", "hkdf", - "pyo3", - "rand", - "rstest 0.17.0", "sha2 0.10.8", "thiserror", "tiny-bip39", @@ -341,17 +339,19 @@ dependencies = [ [[package]] name = "chia-bls" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1f02b3316f347607f79668627cf1f01b5a62257089c08e92c7df3ad93c6c1aa" +version = "0.3.1" dependencies = [ "anyhow", "arbitrary", "blst", - "chia-traits 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "clvm-traits 0.2.14", + "chia-traits 0.3.0", + "chia_py_streamable_macro", + "criterion", "hex", "hkdf", + "pyo3", + "rand", + "rstest 0.17.0", "sha2 0.10.8", "thiserror", "tiny-bip39", @@ -361,7 +361,7 @@ dependencies = [ name = "chia-bls-fuzz" version = "0.0.0" dependencies = [ - "chia-bls 0.3.0", + "chia-bls 0.3.1", "libfuzzer-sys", "pyo3", ] @@ -370,7 +370,7 @@ dependencies = [ name = "chia-client" version = "0.2.13" dependencies = [ - "chia-protocol 0.3.0", + "chia-protocol 0.3.1", "chia-traits 0.3.0", "futures-util", "thiserror", @@ -384,7 +384,7 @@ name = "chia-fuzz" version = "0.3.0" dependencies = [ "chia", - "chia-protocol 0.3.0", + "chia-protocol 0.3.1", "chia-traits 0.3.0", "clvm-traits 0.2.14", "clvm-utils 0.3.0", @@ -396,35 +396,35 @@ dependencies = [ [[package]] name = "chia-protocol" version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5065871f83884a9a64d70f3f8390c328acb878e5dab0e575ab068f73aaf1e577" dependencies = [ "arbitrary", "chia-bls 0.3.0", - "chia-traits 0.3.0", - "chia_py_streamable_macro", - "chia_streamable_macro 0.3.0", + "chia-traits 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "chia_streamable_macro 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "clvm-traits 0.2.14", - "clvm-utils 0.3.0", + "clvm-utils 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "clvmr", "hex", - "pyo3", - "rstest 0.17.0", "sha2 0.10.8", ] [[package]] name = "chia-protocol" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5065871f83884a9a64d70f3f8390c328acb878e5dab0e575ab068f73aaf1e577" +version = "0.3.1" dependencies = [ "arbitrary", - "chia-bls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "chia-traits 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "chia_streamable_macro 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "chia-bls 0.3.1", + "chia-traits 0.3.0", + "chia_py_streamable_macro", + "chia_streamable_macro 0.3.0", "clvm-traits 0.2.14", - "clvm-utils 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "clvm-utils 0.3.0", "clvmr", "hex", + "pyo3", + "rstest 0.17.0", "sha2 0.10.8", ] @@ -433,7 +433,7 @@ name = "chia-protocol-fuzz" version = "0.0.0" dependencies = [ "arbitrary", - "chia-protocol 0.3.0", + "chia-protocol 0.3.1", "chia-traits 0.3.0", "hex", "libfuzzer-sys", @@ -458,7 +458,7 @@ name = "chia-tools" version = "0.3.0" dependencies = [ "chia", - "chia-protocol 0.3.0", + "chia-protocol 0.3.1", "chia-traits 0.3.0", "chia-wallet", "clap", @@ -498,11 +498,11 @@ dependencies = [ [[package]] name = "chia-wallet" -version = "0.3.0" +version = "0.3.1" dependencies = [ "arbitrary", - "chia-bls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "chia-protocol 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", + "chia-bls 0.3.0", + "chia-protocol 0.3.0", "clvm-traits 0.2.14", "clvm-utils 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "clvmr", @@ -668,9 +668,9 @@ dependencies = [ [[package]] name = "clvm-traits" -version = "0.3.0" +version = "0.3.1" dependencies = [ - "chia-bls 0.3.0", + "chia-bls 0.3.1", "clvm-derive 0.2.14", "hex", "hex-literal", diff --git a/Cargo.toml b/Cargo.toml index e9317082a..4a8f20715 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ exclude = ["wheel"] [package] name = "chia" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "Apache-2.0" description = "Utility functions and types used by the Chia blockchain full node" @@ -44,8 +44,8 @@ clvm-utils = { version = "=0.3.0", path = "clvm-utils" } chia-traits = { version = "=0.3.0", path = "chia-traits" } clvm-traits = { version = "=0.2.14" } clvm-derive = { version = "=0.2.14", path = "clvm-derive" } -chia-protocol = { version = "=0.3.0", path = "chia-protocol" } -chia-wallet = { version = "=0.3.0", path = "chia-wallet" } +chia-protocol = { version = "=0.3.1", path = "chia-protocol" } +chia-wallet = { version = "=0.3.1", path = "chia-wallet" } hex-literal = "0.4.1" thiserror = "1.0.44" diff --git a/chia-bls/Cargo.toml b/chia-bls/Cargo.toml index d5e86e534..db5a8aa7d 100644 --- a/chia-bls/Cargo.toml +++ b/chia-bls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-bls" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "Apache-2.0" description = "BLS signature, verification and aggregation funcions for the Chia blockchain" diff --git a/chia-client/Cargo.toml b/chia-client/Cargo.toml index 2027e1194..138ba435c 100644 --- a/chia-client/Cargo.toml +++ b/chia-client/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/Chia-Network/chia_rs/chia-client/" repository = "https://github.com/Chia-Network/chia_rs/chia-client/" [dependencies] -chia-protocol = { version = "0.3.0", path = "../chia-protocol" } +chia-protocol = { version = "0.3.1", path = "../chia-protocol" } chia-traits = { version = "0.3.0", path = "../chia-traits" } tokio = { version = "1.32.0", features = ["rt", "sync"] } tokio-tungstenite = "0.20.0" diff --git a/chia-protocol/Cargo.toml b/chia-protocol/Cargo.toml index b61e0dd6c..6775b454b 100644 --- a/chia-protocol/Cargo.toml +++ b/chia-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-protocol" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "Apache-2.0" description = "Chia network protocol message types" @@ -21,7 +21,7 @@ clvmr = "=0.3.0" chia-traits = { version = "=0.3.0", path = "../chia-traits" } clvm-traits = { version = "=0.2.14", features = ["derive"] } clvm-utils = { version = "=0.3.0", path = "../clvm-utils" } -chia-bls = { version = "=0.3.0", path = "../chia-bls" } +chia-bls = { version = "=0.3.1", path = "../chia-bls" } arbitrary = { version = "1.3.0", features = ["derive"] } [dev-dependencies] diff --git a/chia-tools/Cargo.toml b/chia-tools/Cargo.toml index ec1deba1b..0c6c24ca0 100644 --- a/chia-tools/Cargo.toml +++ b/chia-tools/Cargo.toml @@ -9,13 +9,13 @@ homepage = "https://github.com/Chia-Network/chia_rs/chia-tools" repository = "https://github.com/Chia-Network/chia_rs/chia-tools" [dependencies] -chia-protocol = { version = "0.3.0", path = "../chia-protocol" } +chia-protocol = { version = "0.3.1", path = "../chia-protocol" } chia-traits = { path = "../chia-traits" } clvm-utils = { path = "../clvm-utils" } clvm-traits = { version = "=0.2.14" } -chia-wallet = { version = "=0.3.0", path = "../chia-wallet" } +chia-wallet = { version = "=0.3.1", path = "../chia-wallet" } clvmr = { version = "=0.3.0", features = ["counters"] } -chia = { version = "0.3.0", path = ".." } +chia = { version = "0.3.1", path = ".." } rusqlite = { version = "=0.30.0", features = ["bundled"] } clap = { version = "=4.3.9", features = ["derive"] } zstd = "=0.12.3" diff --git a/chia-wallet/Cargo.toml b/chia-wallet/Cargo.toml index bee534fe8..c99798f50 100644 --- a/chia-wallet/Cargo.toml +++ b/chia-wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-wallet" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "Apache-2.0" description = "Chia primitives needed for building wallets." diff --git a/clvm-traits/Cargo.toml b/clvm-traits/Cargo.toml index 83825475d..494017ede 100644 --- a/clvm-traits/Cargo.toml +++ b/clvm-traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-traits" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "Apache-2.0" description = "Traits for encoding and decoding CLVM objects." @@ -19,7 +19,7 @@ py-bindings = ["dep:pyo3"] [dependencies] pyo3 = { version = ">=0.19.0", optional = true } clvm-derive = { version = "0.2.14", path = "../clvm-derive", optional = true } -chia-bls = { version = "0.3.0", path = "../chia-bls", optional = true } +chia-bls = { version = "0.3.1", path = "../chia-bls", optional = true } num-bigint = "0.4.3" thiserror = "1.0.44" diff --git a/wheel/Cargo.toml b/wheel/Cargo.toml index 0b3ed87e5..05af770e5 100644 --- a/wheel/Cargo.toml +++ b/wheel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_rs" -version = "0.3.0" +version = "0.3.1" authors = ["Richard Kiss "] edition = "2021" license = "Apache-2.0" @@ -19,9 +19,9 @@ clvmr = "=0.3.0" hex = "0.4.3" sha2 = "0.10.8" pyo3 = { version = "=0.19.0", features = ["extension-module", "multiple-pymethods"] } -chia = { version = "=0.3.0", path = "..", features = ["py-bindings"] } -chia-bls = { version = "=0.3.0", path = "../chia-bls", features = ["py-bindings"] } -chia-protocol = { version = "=0.3.0", path = "../chia-protocol", features = ["py-bindings"] } +chia = { version = "=0.3.1", path = "..", features = ["py-bindings"] } +chia-bls = { version = "=0.3.1", path = "../chia-bls", features = ["py-bindings"] } +chia-protocol = { version = "=0.3.1", path = "../chia-protocol", features = ["py-bindings"] } chia-traits = { version = "=0.3.0", path = "../chia-traits", features = ["py-bindings"] } clvm-traits = { version = "=0.2.14", features = ["derive", "py-bindings"] } chia_py_streamable_macro = { version = "=0.3.0", path = "../chia_py_streamable_macro" }