diff --git a/Cargo.lock b/Cargo.lock index 58d9bd5c8..9af824f86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -271,9 +271,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chia" -version = "0.16.0" +version = "0.17.0" dependencies = [ - "chia-bls 0.16.0", + "chia-bls 0.17.0", "chia-client", "chia-consensus", "chia-protocol", @@ -281,7 +281,7 @@ dependencies = [ "chia-secp", "chia-sha2", "chia-ssl", - "chia-traits 0.15.0", + "chia-traits 0.17.0", "clvm-traits", "clvm-utils", "clvmr", @@ -305,12 +305,12 @@ dependencies = [ [[package]] name = "chia-bls" -version = "0.16.0" +version = "0.17.0" dependencies = [ "arbitrary", "blst", "chia-sha2", - "chia-traits 0.15.0", + "chia-traits 0.17.0", "chia_py_streamable_macro", "criterion", "hex", @@ -327,17 +327,17 @@ dependencies = [ name = "chia-bls-fuzz" version = "0.16.0" dependencies = [ - "chia-bls 0.16.0", + "chia-bls 0.17.0", "libfuzzer-sys", "pyo3", ] [[package]] name = "chia-client" -version = "0.16.0" +version = "0.17.0" dependencies = [ "chia-protocol", - "chia-traits 0.15.0", + "chia-traits 0.17.0", "futures-util", "thiserror", "tokio", @@ -347,15 +347,15 @@ dependencies = [ [[package]] name = "chia-consensus" -version = "0.16.0" +version = "0.17.0" dependencies = [ - "chia-bls 0.16.0", + "chia-bls 0.17.0", "chia-protocol", "chia-puzzles", "chia-sha2", - "chia-traits 0.15.0", + "chia-traits 0.17.0", "chia_py_streamable_macro", - "chia_streamable_macro 0.15.0", + "chia_streamable_macro 0.17.0", "clvm-traits", "clvm-utils", "clvmr", @@ -374,11 +374,11 @@ dependencies = [ name = "chia-fuzz" version = "0.16.0" dependencies = [ - "chia-bls 0.16.0", + "chia-bls 0.17.0", "chia-consensus", "chia-protocol", "chia-sha2", - "chia-traits 0.15.0", + "chia-traits 0.17.0", "clvm-traits", "clvm-utils", "clvmr", @@ -388,14 +388,14 @@ dependencies = [ [[package]] name = "chia-protocol" -version = "0.16.0" +version = "0.17.0" dependencies = [ "arbitrary", - "chia-bls 0.16.0", + "chia-bls 0.17.0", "chia-sha2", - "chia-traits 0.15.0", + "chia-traits 0.17.0", "chia_py_streamable_macro", - "chia_streamable_macro 0.15.0", + "chia_streamable_macro 0.17.0", "clvm-traits", "clvm-utils", "clvmr", @@ -411,7 +411,7 @@ dependencies = [ "arbitrary", "chia-protocol", "chia-sha2", - "chia-traits 0.15.0", + "chia-traits 0.17.0", "clvm-traits", "clvmr", "hex", @@ -420,11 +420,11 @@ dependencies = [ [[package]] name = "chia-puzzles" -version = "0.16.0" +version = "0.17.0" dependencies = [ "anyhow", "arbitrary", - "chia-bls 0.16.0", + "chia-bls 0.17.0", "chia-protocol", "chia-sha2", "clvm-traits", @@ -447,7 +447,7 @@ dependencies = [ [[package]] name = "chia-secp" -version = "0.16.0" +version = "0.17.0" dependencies = [ "anyhow", "arbitrary", @@ -461,7 +461,7 @@ dependencies = [ [[package]] name = "chia-sha2" -version = "0.15.0" +version = "0.17.0" dependencies = [ "openssl", "sha2", @@ -469,7 +469,7 @@ dependencies = [ [[package]] name = "chia-ssl" -version = "0.11.0" +version = "0.17.0" dependencies = [ "lazy_static", "rand", @@ -481,14 +481,14 @@ dependencies = [ [[package]] name = "chia-tools" -version = "0.16.0" +version = "0.17.0" dependencies = [ "blocking-threadpool", - "chia-bls 0.16.0", + "chia-bls 0.17.0", "chia-consensus", "chia-protocol", "chia-puzzles", - "chia-traits 0.15.0", + "chia-traits 0.17.0", "clap", "clvm-traits", "clvm-utils", @@ -512,17 +512,17 @@ dependencies = [ [[package]] name = "chia-traits" -version = "0.15.0" +version = "0.17.0" dependencies = [ "chia-sha2", - "chia_streamable_macro 0.15.0", + "chia_streamable_macro 0.17.0", "pyo3", "thiserror", ] [[package]] name = "chia_py_streamable_macro" -version = "0.16.0" +version = "0.17.0" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", @@ -532,14 +532,14 @@ dependencies = [ [[package]] name = "chia_rs" -version = "0.16.0" +version = "0.17.0" dependencies = [ - "chia-bls 0.16.0", + "chia-bls 0.17.0", "chia-client", "chia-consensus", "chia-protocol", "chia-ssl", - "chia-traits 0.15.0", + "chia-traits 0.17.0", "clvm-utils", "clvmr", "hex", @@ -560,7 +560,7 @@ dependencies = [ [[package]] name = "chia_streamable_macro" -version = "0.15.0" +version = "0.17.0" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", @@ -570,7 +570,7 @@ dependencies = [ [[package]] name = "chia_wasm" -version = "0.11.0" +version = "0.17.0" dependencies = [ "wasm-bindgen", ] @@ -644,7 +644,7 @@ checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" [[package]] name = "clvm-derive" -version = "0.13.0" +version = "0.17.0" dependencies = [ "proc-macro2", "quote", @@ -653,9 +653,9 @@ dependencies = [ [[package]] name = "clvm-traits" -version = "0.16.0" +version = "0.17.0" dependencies = [ - "chia-bls 0.16.0", + "chia-bls 0.17.0", "chia-secp", "clvm-derive", "clvmr", @@ -677,7 +677,7 @@ dependencies = [ [[package]] name = "clvm-utils" -version = "0.16.0" +version = "0.17.0" dependencies = [ "chia-sha2", "clvm-traits", diff --git a/Cargo.toml b/Cargo.toml index 15def5a9c..a6b3f662c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia" -version = "0.16.0" +version = "0.17.0" edition = "2021" license = "Apache-2.0" description = "A meta-crate that exports all of the Chia crates in the workspace." @@ -102,20 +102,20 @@ openssl = ["chia-sha2/openssl", "clvmr/openssl"] lto = "thin" [workspace.dependencies] -chia_py_streamable_macro = { path = "./crates/chia_py_streamable_macro", version = "0.16.0" } -chia_streamable_macro = { path = "./crates/chia_streamable_macro", version = "0.15.0" } -chia-bls = { path = "./crates/chia-bls", version = "0.16.0" } -chia-client = { path = "./crates/chia-client", version = "0.16.0" } -chia-consensus = { path = "./crates/chia-consensus", version = "0.16.0" } -chia-protocol = { path = "./crates/chia-protocol", version = "0.16.0" } -chia-secp = { path = "./crates/chia-secp", version = "0.16.0" } -chia-ssl = { path = "./crates/chia-ssl", version = "0.11.0" } -chia-traits = { path = "./crates/chia-traits", version = "0.15.0" } -chia-puzzles = { path = "./crates/chia-puzzles", version = "0.16.0" } -chia-sha2 = { path = "./crates/chia-sha2", version = "0.15.0" } -clvm-traits = { path = "./crates/clvm-traits", version = "0.16.0" } -clvm-utils = { path = "./crates/clvm-utils", version = "0.16.0" } -clvm-derive = { path = "./crates/clvm-derive", version = "0.13.0" } +chia_py_streamable_macro = { path = "./crates/chia_py_streamable_macro", version = "0.17.0" } +chia_streamable_macro = { path = "./crates/chia_streamable_macro", version = "0.17.0" } +chia-bls = { path = "./crates/chia-bls", version = "0.17.0" } +chia-client = { path = "./crates/chia-client", version = "0.17.0" } +chia-consensus = { path = "./crates/chia-consensus", version = "0.17.0" } +chia-protocol = { path = "./crates/chia-protocol", version = "0.17.0" } +chia-secp = { path = "./crates/chia-secp", version = "0.17.0" } +chia-ssl = { path = "./crates/chia-ssl", version = "0.17.0" } +chia-traits = { path = "./crates/chia-traits", version = "0.17.0" } +chia-puzzles = { path = "./crates/chia-puzzles", version = "0.17.0" } +chia-sha2 = { path = "./crates/chia-sha2", version = "0.17.0" } +clvm-traits = { path = "./crates/clvm-traits", version = "0.17.0" } +clvm-utils = { path = "./crates/clvm-utils", version = "0.17.0" } +clvm-derive = { path = "./crates/clvm-derive", version = "0.17.0" } chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.16.0" } chia-bls-fuzz = { path = "./crates/chia-bls/fuzz", version = "0.16.0" } chia-protocol-fuzz = { path = "./crates/chia-protocol/fuzz", version = "0.16.0" } diff --git a/crates/chia-bls/Cargo.toml b/crates/chia-bls/Cargo.toml index 4f7bd55ef..393f0cc55 100644 --- a/crates/chia-bls/Cargo.toml +++ b/crates/chia-bls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-bls" -version = "0.16.0" +version = "0.17.0" edition = "2021" license = "Apache-2.0" description = "BLS signature, verification and aggregation functions for the Chia blockchain" diff --git a/crates/chia-client/Cargo.toml b/crates/chia-client/Cargo.toml index c39f9889f..810569bae 100644 --- a/crates/chia-client/Cargo.toml +++ b/crates/chia-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-client" -version = "0.16.0" +version = "0.17.0" edition = "2021" license = "Apache-2.0" description = "Chia light client and async peer connections." diff --git a/crates/chia-consensus/Cargo.toml b/crates/chia-consensus/Cargo.toml index a4e633c8a..efe011f2d 100644 --- a/crates/chia-consensus/Cargo.toml +++ b/crates/chia-consensus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-consensus" -version = "0.16.0" +version = "0.17.0" edition = "2021" license = "Apache-2.0" description = "Utility functions and types used by the Chia blockchain full node" diff --git a/crates/chia-protocol/Cargo.toml b/crates/chia-protocol/Cargo.toml index a4f8e62f5..f0d55087d 100644 --- a/crates/chia-protocol/Cargo.toml +++ b/crates/chia-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-protocol" -version = "0.16.0" +version = "0.17.0" edition = "2021" license = "Apache-2.0" description = "Chia network protocol message types" diff --git a/crates/chia-puzzles/Cargo.toml b/crates/chia-puzzles/Cargo.toml index cbf60f863..a93624a3f 100644 --- a/crates/chia-puzzles/Cargo.toml +++ b/crates/chia-puzzles/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-puzzles" -version = "0.16.0" +version = "0.17.0" edition = "2021" license = "Apache-2.0" description = "Chia primitives needed for building wallets." diff --git a/crates/chia-secp/Cargo.toml b/crates/chia-secp/Cargo.toml index 484a8c757..4ae21e80a 100644 --- a/crates/chia-secp/Cargo.toml +++ b/crates/chia-secp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-secp" -version = "0.16.0" +version = "0.17.0" edition = "2021" license = "Apache-2.0" description = "Secp256k1 and secp256r1 types for Chia" diff --git a/crates/chia-sha2/Cargo.toml b/crates/chia-sha2/Cargo.toml index d871db322..87804be47 100644 --- a/crates/chia-sha2/Cargo.toml +++ b/crates/chia-sha2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-sha2" -version = "0.15.0" +version = "0.17.0" edition = "2021" license = "Apache-2.0" description = "A common wrapper around OpenSSL and sha2 implementations of sha256." diff --git a/crates/chia-ssl/Cargo.toml b/crates/chia-ssl/Cargo.toml index 5885cc162..d0f3b0703 100644 --- a/crates/chia-ssl/Cargo.toml +++ b/crates/chia-ssl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-ssl" -version = "0.11.0" +version = "0.17.0" edition = "2021" license = "Apache-2.0" description = "Chia SSL X.509 certificate generator" diff --git a/crates/chia-tools/Cargo.toml b/crates/chia-tools/Cargo.toml index d9527e0e1..95dfd8b0f 100644 --- a/crates/chia-tools/Cargo.toml +++ b/crates/chia-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-tools" -version = "0.16.0" +version = "0.17.0" edition = "2021" license = "Apache-2.0" description = "Utility functions and types used by the Chia blockchain full node" diff --git a/crates/chia-traits/Cargo.toml b/crates/chia-traits/Cargo.toml index 4cf9b41a8..09a57b3db 100644 --- a/crates/chia-traits/Cargo.toml +++ b/crates/chia-traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-traits" -version = "0.15.0" +version = "0.17.0" edition = "2021" license = "Apache-2.0" description = "Chia traits for Streamable types (chia's serialization format)" diff --git a/crates/chia_py_streamable_macro/Cargo.toml b/crates/chia_py_streamable_macro/Cargo.toml index 9e971139d..26ec923ac 100644 --- a/crates/chia_py_streamable_macro/Cargo.toml +++ b/crates/chia_py_streamable_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_py_streamable_macro" -version = "0.16.0" +version = "0.17.0" edition = "2021" license = "Apache-2.0" description = "Derive macro to create python bindings for Chia types" diff --git a/crates/chia_streamable_macro/Cargo.toml b/crates/chia_streamable_macro/Cargo.toml index bc4822daf..265716fc6 100644 --- a/crates/chia_streamable_macro/Cargo.toml +++ b/crates/chia_streamable_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_streamable_macro" -version = "0.15.0" +version = "0.17.0" edition = "2021" license = "Apache-2.0" description = "Streamable derive macro for serializing/deserializing types in Chia protocol format" diff --git a/crates/clvm-derive/Cargo.toml b/crates/clvm-derive/Cargo.toml index 0f1b93c09..7297c2a9e 100644 --- a/crates/clvm-derive/Cargo.toml +++ b/crates/clvm-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-derive" -version = "0.13.0" +version = "0.17.0" edition = "2021" license = "Apache-2.0" description = "Derive macros for implementing CLVM traits." diff --git a/crates/clvm-traits/Cargo.toml b/crates/clvm-traits/Cargo.toml index 3b32a7981..f7bc04ff3 100644 --- a/crates/clvm-traits/Cargo.toml +++ b/crates/clvm-traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-traits" -version = "0.16.0" +version = "0.17.0" edition = "2021" license = "Apache-2.0" description = "Traits for encoding and decoding CLVM objects." diff --git a/crates/clvm-utils/Cargo.toml b/crates/clvm-utils/Cargo.toml index 6fae125e4..b90810393 100644 --- a/crates/clvm-utils/Cargo.toml +++ b/crates/clvm-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-utils" -version = "0.16.0" +version = "0.17.0" edition = "2021" license = "Apache-2.0" description = "Utility functions for processing clvm programs and structures" diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index 27e2c1ca4..dc3191714 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_wasm" -version = "0.11.0" +version = "0.17.0" authors = ["Richard Kiss "] edition = "2021" license = "Apache-2.0" diff --git a/wheel/Cargo.toml b/wheel/Cargo.toml index f8d97b529..616cf593c 100644 --- a/wheel/Cargo.toml +++ b/wheel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_rs" -version = "0.16.0" +version = "0.17.0" authors = ["Richard Kiss "] edition = "2021" license = "Apache-2.0"