diff --git a/Cargo.lock b/Cargo.lock index a17342a27..48c39c516 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -271,15 +271,15 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chia" -version = "0.10.0" +version = "0.11.0" dependencies = [ - "chia-bls 0.10.0", + "chia-bls 0.11.0", "chia-client", "chia-consensus", "chia-protocol", "chia-puzzles", "chia-ssl", - "chia-traits 0.10.0", + "chia-traits 0.11.0", "clvm-traits", "clvm-utils", "clvmr", @@ -288,55 +288,55 @@ dependencies = [ [[package]] name = "chia-bls" version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "725b43b268cb81f014559eed11a74d0e5b9dd55282cae272ff509796099ab0b9" dependencies = [ "anyhow", - "arbitrary", "blst", "chia-traits 0.10.0", - "chia_py_streamable_macro", - "clvmr", - "criterion", "hex", "hkdf", "lru", - "pyo3", - "rand", - "rstest", "sha2", "thiserror", ] [[package]] name = "chia-bls" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "725b43b268cb81f014559eed11a74d0e5b9dd55282cae272ff509796099ab0b9" +version = "0.11.0" dependencies = [ "anyhow", + "arbitrary", "blst", - "chia-traits 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "chia-traits 0.11.0", + "chia_py_streamable_macro", + "clvmr", + "criterion", "hex", "hkdf", "lru", + "pyo3", + "rand", + "rstest", "sha2", "thiserror", ] [[package]] name = "chia-bls-fuzz" -version = "0.10.0" +version = "0.11.0" dependencies = [ - "chia-bls 0.10.0", + "chia-bls 0.11.0", "libfuzzer-sys", "pyo3", ] [[package]] name = "chia-client" -version = "0.10.0" +version = "0.11.0" dependencies = [ "chia-protocol", - "chia-traits 0.10.0", + "chia-traits 0.11.0", "futures-util", "thiserror", "tokio", @@ -346,14 +346,14 @@ dependencies = [ [[package]] name = "chia-consensus" -version = "0.10.0" +version = "0.11.0" dependencies = [ - "chia-bls 0.10.0", + "chia-bls 0.11.0", "chia-protocol", "chia-puzzles", - "chia-traits 0.10.0", + "chia-traits 0.11.0", "chia_py_streamable_macro", - "chia_streamable_macro 0.10.0", + "chia_streamable_macro 0.11.0", "clvm-derive", "clvm-traits", "clvm-utils", @@ -371,11 +371,11 @@ dependencies = [ [[package]] name = "chia-fuzz" -version = "0.10.0" +version = "0.11.0" dependencies = [ "chia-consensus", "chia-protocol", - "chia-traits 0.10.0", + "chia-traits 0.11.0", "clvm-traits", "clvm-utils", "clvmr", @@ -385,13 +385,13 @@ dependencies = [ [[package]] name = "chia-protocol" -version = "0.10.0" +version = "0.11.0" dependencies = [ "arbitrary", - "chia-bls 0.10.0", - "chia-traits 0.10.0", + "chia-bls 0.11.0", + "chia-traits 0.11.0", "chia_py_streamable_macro", - "chia_streamable_macro 0.10.0", + "chia_streamable_macro 0.11.0", "clvm-traits", "clvm-utils", "clvmr", @@ -402,11 +402,11 @@ dependencies = [ [[package]] name = "chia-protocol-fuzz" -version = "0.10.0" +version = "0.11.0" dependencies = [ "arbitrary", "chia-protocol", - "chia-traits 0.10.0", + "chia-traits 0.11.0", "clvm-traits", "clvmr", "hex", @@ -415,10 +415,10 @@ dependencies = [ [[package]] name = "chia-puzzles" -version = "0.10.0" +version = "0.11.0" dependencies = [ "arbitrary", - "chia-bls 0.10.0", + "chia-bls 0.11.0", "chia-protocol", "clvm-traits", "clvm-utils", @@ -430,7 +430,7 @@ dependencies = [ [[package]] name = "chia-puzzles-fuzz" -version = "0.10.0" +version = "0.11.0" dependencies = [ "chia-puzzles", "clvm-traits", @@ -441,7 +441,7 @@ dependencies = [ [[package]] name = "chia-ssl" -version = "0.10.0" +version = "0.11.0" dependencies = [ "lazy_static", "rand", @@ -453,14 +453,14 @@ dependencies = [ [[package]] name = "chia-tools" -version = "0.10.0" +version = "0.11.0" dependencies = [ "blocking-threadpool", - "chia-bls 0.10.0", + "chia-bls 0.11.0", "chia-consensus", "chia-protocol", "chia-puzzles", - "chia-traits 0.10.0", + "chia-traits 0.11.0", "clap", "clvm-traits", "clvm-utils", @@ -474,27 +474,27 @@ dependencies = [ [[package]] name = "chia-traits" version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fb786114e5c748fe0af3ba1e95840fa1910b28f7300c05184506045aff60bb6" dependencies = [ "chia_streamable_macro 0.10.0", - "clvmr", - "pyo3", + "sha2", "thiserror", ] [[package]] name = "chia-traits" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fb786114e5c748fe0af3ba1e95840fa1910b28f7300c05184506045aff60bb6" +version = "0.11.0" dependencies = [ - "chia_streamable_macro 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sha2", + "chia_streamable_macro 0.11.0", + "clvmr", + "pyo3", "thiserror", ] [[package]] name = "chia_py_streamable_macro" -version = "0.10.0" +version = "0.11.0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -504,14 +504,14 @@ dependencies = [ [[package]] name = "chia_rs" -version = "0.10.0" +version = "0.11.0" dependencies = [ - "chia-bls 0.10.0", + "chia-bls 0.11.0", "chia-consensus", "chia-protocol", - "chia-traits 0.10.0", + "chia-traits 0.11.0", "chia_py_streamable_macro", - "chia_streamable_macro 0.10.0", + "chia_streamable_macro 0.11.0", "clvm-traits", "clvm-utils", "clvmr", @@ -522,8 +522,9 @@ dependencies = [ [[package]] name = "chia_streamable_macro" version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43975e01fb4293021af4950366a6f80c45d7301d499622359c7533bd7af19592" dependencies = [ - "clvmr", "proc-macro-crate", "proc-macro2", "quote", @@ -532,10 +533,9 @@ dependencies = [ [[package]] name = "chia_streamable_macro" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43975e01fb4293021af4950366a6f80c45d7301d499622359c7533bd7af19592" +version = "0.11.0" dependencies = [ + "clvmr", "proc-macro-crate", "proc-macro2", "quote", @@ -544,7 +544,7 @@ dependencies = [ [[package]] name = "chia_wasm" -version = "0.10.0" +version = "0.11.0" dependencies = [ "wasm-bindgen", ] @@ -618,7 +618,7 @@ checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" [[package]] name = "clvm-derive" -version = "0.10.0" +version = "0.11.0" dependencies = [ "proc-macro2", "quote", @@ -627,9 +627,9 @@ dependencies = [ [[package]] name = "clvm-traits" -version = "0.10.0" +version = "0.11.0" dependencies = [ - "chia-bls 0.10.0", + "chia-bls 0.11.0", "clvm-derive", "clvmr", "hex", @@ -641,7 +641,7 @@ dependencies = [ [[package]] name = "clvm-traits-fuzz" -version = "0.0.0" +version = "0.11.0" dependencies = [ "clvm-traits", "clvmr", @@ -650,7 +650,7 @@ dependencies = [ [[package]] name = "clvm-utils" -version = "0.10.0" +version = "0.11.0" dependencies = [ "clvm-traits", "clvmr", @@ -660,7 +660,7 @@ dependencies = [ [[package]] name = "clvm-utils-fuzz" -version = "0.10.0" +version = "0.11.0" dependencies = [ "chia-fuzz", "clvm-traits", @@ -675,7 +675,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "903233f3bc9392b44a589f0cea46a53a67fedc3afb4b1303f636977074a505c5" dependencies = [ - "chia-bls 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "chia-bls 0.10.0", "hex-literal", "k256", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 0256f0729..88b059dbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia" -version = "0.10.0" +version = "0.11.0" edition = "2021" license = "Apache-2.0" description = "A meta-crate that exports all of the Chia crates in the workspace." @@ -90,19 +90,19 @@ openssl = ["clvmr/openssl"] lto = "thin" [workspace.dependencies] -chia_py_streamable_macro = { path = "./crates/chia_py_streamable_macro", version = "0.10.0" } -chia_streamable_macro = { path = "./crates/chia_streamable_macro", version = "0.10.0" } -chia-bls = { path = "./crates/chia-bls", version = "0.10.0" } -chia-client = { path = "./crates/chia-client", version = "0.10.0" } -chia-consensus = { path = "./crates/chia-consensus", version = "0.10.0" } -chia-protocol = { path = "./crates/chia-protocol", version = "0.10.0" } -chia-ssl = { path = "./crates/chia-ssl", version = "0.10.0" } -chia-traits = { path = "./crates/chia-traits", version = "0.10.0" } -chia-puzzles = { path = "./crates/chia-puzzles", version = "0.10.0" } -clvm-traits = { path = "./crates/clvm-traits", version = "0.10.0" } -clvm-utils = { path = "./crates/clvm-utils", version = "0.10.0" } -clvm-derive = { path = "./crates/clvm-derive", version = "0.10.0" } -chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.10.0" } +chia_py_streamable_macro = { path = "./crates/chia_py_streamable_macro", version = "0.11.0" } +chia_streamable_macro = { path = "./crates/chia_streamable_macro", version = "0.11.0" } +chia-bls = { path = "./crates/chia-bls", version = "0.11.0" } +chia-client = { path = "./crates/chia-client", version = "0.11.0" } +chia-consensus = { path = "./crates/chia-consensus", version = "0.11.0" } +chia-protocol = { path = "./crates/chia-protocol", version = "0.11.0" } +chia-ssl = { path = "./crates/chia-ssl", version = "0.11.0" } +chia-traits = { path = "./crates/chia-traits", version = "0.11.0" } +chia-puzzles = { path = "./crates/chia-puzzles", version = "0.11.0" } +clvm-traits = { path = "./crates/clvm-traits", version = "0.11.0" } +clvm-utils = { path = "./crates/clvm-utils", version = "0.11.0" } +clvm-derive = { path = "./crates/clvm-derive", version = "0.11.0" } +chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.11.0" } blst = { version = "0.3.12", features = ["portable"] } clvmr = "0.8.0" syn = "2.0.72" diff --git a/crates/chia-bls/Cargo.toml b/crates/chia-bls/Cargo.toml index 34df2efe3..851830e2e 100644 --- a/crates/chia-bls/Cargo.toml +++ b/crates/chia-bls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-bls" -version = "0.10.0" +version = "0.11.0" edition = "2021" license = "Apache-2.0" description = "BLS signature, verification and aggregation functions for the Chia blockchain" diff --git a/crates/chia-bls/fuzz/Cargo.toml b/crates/chia-bls/fuzz/Cargo.toml index 6f3af317e..482cc187b 100644 --- a/crates/chia-bls/fuzz/Cargo.toml +++ b/crates/chia-bls/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-bls-fuzz" -version = "0.10.0" +version = "0.11.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-client/Cargo.toml b/crates/chia-client/Cargo.toml index 880be8777..53b9b8d9e 100644 --- a/crates/chia-client/Cargo.toml +++ b/crates/chia-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-client" -version = "0.10.0" +version = "0.11.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 ad16371a8..f13724e48 100644 --- a/crates/chia-consensus/Cargo.toml +++ b/crates/chia-consensus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-consensus" -version = "0.10.0" +version = "0.11.0" edition = "2021" license = "Apache-2.0" description = "Utility functions and types used by the Chia blockchain full node" diff --git a/crates/chia-consensus/fuzz/Cargo.toml b/crates/chia-consensus/fuzz/Cargo.toml index 9f5567078..beea3e215 100644 --- a/crates/chia-consensus/fuzz/Cargo.toml +++ b/crates/chia-consensus/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-fuzz" -version = "0.10.0" +version = "0.11.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-protocol/Cargo.toml b/crates/chia-protocol/Cargo.toml index 66d038bad..86e2de89b 100644 --- a/crates/chia-protocol/Cargo.toml +++ b/crates/chia-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-protocol" -version = "0.10.0" +version = "0.11.0" edition = "2021" license = "Apache-2.0" description = "Chia network protocol message types" diff --git a/crates/chia-protocol/fuzz/Cargo.toml b/crates/chia-protocol/fuzz/Cargo.toml index 60d4e094b..6da36b128 100644 --- a/crates/chia-protocol/fuzz/Cargo.toml +++ b/crates/chia-protocol/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-protocol-fuzz" -version = "0.10.0" +version = "0.11.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-puzzles/Cargo.toml b/crates/chia-puzzles/Cargo.toml index 37418c323..93d7a4206 100644 --- a/crates/chia-puzzles/Cargo.toml +++ b/crates/chia-puzzles/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-puzzles" -version = "0.10.0" +version = "0.11.0" edition = "2021" license = "Apache-2.0" description = "Chia primitives needed for building wallets." diff --git a/crates/chia-puzzles/fuzz/Cargo.toml b/crates/chia-puzzles/fuzz/Cargo.toml index 3aa2860f2..a9d81b326 100644 --- a/crates/chia-puzzles/fuzz/Cargo.toml +++ b/crates/chia-puzzles/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-puzzles-fuzz" -version = "0.10.0" +version = "0.11.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-ssl/Cargo.toml b/crates/chia-ssl/Cargo.toml index 21dd3fbb7..5885cc162 100644 --- a/crates/chia-ssl/Cargo.toml +++ b/crates/chia-ssl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-ssl" -version = "0.10.0" +version = "0.11.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 704815e3e..cac9fd357 100644 --- a/crates/chia-tools/Cargo.toml +++ b/crates/chia-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-tools" -version = "0.10.0" +version = "0.11.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 d0bf3bda1..9dadf80f9 100644 --- a/crates/chia-traits/Cargo.toml +++ b/crates/chia-traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-traits" -version = "0.10.0" +version = "0.11.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 d4a319ebd..418d20d79 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.10.0" +version = "0.11.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 2b87f61bf..9e6e3c3e5 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.10.0" +version = "0.11.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 1e8d4821b..61d3a69ae 100644 --- a/crates/clvm-derive/Cargo.toml +++ b/crates/clvm-derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-derive" -version = "0.10.0" +version = "0.11.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 aba44087b..2eb19886b 100644 --- a/crates/clvm-traits/Cargo.toml +++ b/crates/clvm-traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-traits" -version = "0.10.0" +version = "0.11.0" edition = "2021" license = "Apache-2.0" description = "Traits for encoding and decoding CLVM objects." diff --git a/crates/clvm-traits/fuzz/Cargo.toml b/crates/clvm-traits/fuzz/Cargo.toml index a94af67c1..2d550fb4a 100644 --- a/crates/clvm-traits/fuzz/Cargo.toml +++ b/crates/clvm-traits/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-traits-fuzz" -version = "0.0.0" +version = "0.11.0" publish = false edition = "2021" diff --git a/crates/clvm-utils/Cargo.toml b/crates/clvm-utils/Cargo.toml index 4d08bb953..5ed6e2a56 100644 --- a/crates/clvm-utils/Cargo.toml +++ b/crates/clvm-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-utils" -version = "0.10.0" +version = "0.11.0" edition = "2021" license = "Apache-2.0" description = "Utility functions for processing clvm programs and structures" diff --git a/crates/clvm-utils/fuzz/Cargo.toml b/crates/clvm-utils/fuzz/Cargo.toml index 800c79f93..dca2248b6 100644 --- a/crates/clvm-utils/fuzz/Cargo.toml +++ b/crates/clvm-utils/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-utils-fuzz" -version = "0.10.0" +version = "0.11.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/wasm/Cargo.toml b/wasm/Cargo.toml index 095828a70..27e2c1ca4 100644 --- a/wasm/Cargo.toml +++ b/wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_wasm" -version = "0.10.0" +version = "0.11.0" authors = ["Richard Kiss "] edition = "2021" license = "Apache-2.0" diff --git a/wheel/Cargo.toml b/wheel/Cargo.toml index 4a552ef1e..01250aaeb 100644 --- a/wheel/Cargo.toml +++ b/wheel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_rs" -version = "0.10.0" +version = "0.11.0" authors = ["Richard Kiss "] edition = "2021" license = "Apache-2.0"