diff --git a/Cargo.lock b/Cargo.lock index ddef533e0..97bbdc584 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -271,9 +271,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chia" -version = "0.12.0" +version = "0.13.0" dependencies = [ - "chia-bls 0.11.0", + "chia-bls 0.13.0", "chia-client", "chia-consensus", "chia-protocol", @@ -303,7 +303,7 @@ dependencies = [ [[package]] name = "chia-bls" -version = "0.11.0" +version = "0.13.0" dependencies = [ "anyhow", "arbitrary", @@ -324,16 +324,16 @@ dependencies = [ [[package]] name = "chia-bls-fuzz" -version = "0.11.0" +version = "0.13.0" dependencies = [ - "chia-bls 0.11.0", + "chia-bls 0.13.0", "libfuzzer-sys", "pyo3", ] [[package]] name = "chia-client" -version = "0.11.0" +version = "0.13.0" dependencies = [ "chia-protocol", "chia-traits 0.11.0", @@ -346,9 +346,9 @@ dependencies = [ [[package]] name = "chia-consensus" -version = "0.12.0" +version = "0.13.0" dependencies = [ - "chia-bls 0.11.0", + "chia-bls 0.13.0", "chia-protocol", "chia-puzzles", "chia-traits 0.11.0", @@ -371,7 +371,7 @@ dependencies = [ [[package]] name = "chia-fuzz" -version = "0.12.0" +version = "0.13.0" dependencies = [ "chia-consensus", "chia-protocol", @@ -385,10 +385,10 @@ dependencies = [ [[package]] name = "chia-protocol" -version = "0.11.0" +version = "0.13.0" dependencies = [ "arbitrary", - "chia-bls 0.11.0", + "chia-bls 0.13.0", "chia-traits 0.11.0", "chia_py_streamable_macro", "chia_streamable_macro 0.11.0", @@ -402,7 +402,7 @@ dependencies = [ [[package]] name = "chia-protocol-fuzz" -version = "0.11.0" +version = "0.13.0" dependencies = [ "arbitrary", "chia-protocol", @@ -415,10 +415,10 @@ dependencies = [ [[package]] name = "chia-puzzles" -version = "0.11.0" +version = "0.13.0" dependencies = [ "arbitrary", - "chia-bls 0.11.0", + "chia-bls 0.13.0", "chia-protocol", "clvm-traits", "clvm-utils", @@ -430,7 +430,7 @@ dependencies = [ [[package]] name = "chia-puzzles-fuzz" -version = "0.11.0" +version = "0.13.0" dependencies = [ "chia-puzzles", "clvm-traits", @@ -453,10 +453,10 @@ dependencies = [ [[package]] name = "chia-tools" -version = "0.12.0" +version = "0.13.0" dependencies = [ "blocking-threadpool", - "chia-bls 0.11.0", + "chia-bls 0.13.0", "chia-consensus", "chia-protocol", "chia-puzzles", @@ -494,7 +494,7 @@ dependencies = [ [[package]] name = "chia_py_streamable_macro" -version = "0.11.0" +version = "0.13.0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -504,9 +504,9 @@ dependencies = [ [[package]] name = "chia_rs" -version = "0.12.0" +version = "0.13.0" dependencies = [ - "chia-bls 0.11.0", + "chia-bls 0.13.0", "chia-consensus", "chia-protocol", "chia-traits 0.11.0", @@ -627,9 +627,9 @@ dependencies = [ [[package]] name = "clvm-traits" -version = "0.11.0" +version = "0.13.0" dependencies = [ - "chia-bls 0.11.0", + "chia-bls 0.13.0", "clvm-derive", "clvmr", "hex", @@ -641,7 +641,7 @@ dependencies = [ [[package]] name = "clvm-traits-fuzz" -version = "0.11.0" +version = "0.13.0" dependencies = [ "clvm-traits", "clvmr", @@ -650,7 +650,7 @@ dependencies = [ [[package]] name = "clvm-utils" -version = "0.11.0" +version = "0.13.0" dependencies = [ "clvm-traits", "clvmr", @@ -660,7 +660,7 @@ dependencies = [ [[package]] name = "clvm-utils-fuzz" -version = "0.12.0" +version = "0.13.0" dependencies = [ "chia-fuzz", "clvm-traits", diff --git a/Cargo.toml b/Cargo.toml index 631c3a8ef..c4029a15a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia" -version = "0.12.0" +version = "0.13.0" edition = "2021" license = "Apache-2.0" description = "A meta-crate that exports all of the Chia crates in the workspace." @@ -91,19 +91,19 @@ openssl = ["clvmr/openssl"] lto = "thin" [workspace.dependencies] -chia_py_streamable_macro = { path = "./crates/chia_py_streamable_macro", version = "0.11.0" } +chia_py_streamable_macro = { path = "./crates/chia_py_streamable_macro", version = "0.13.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.12.0" } -chia-protocol = { path = "./crates/chia-protocol", version = "0.11.0" } +chia-bls = { path = "./crates/chia-bls", version = "0.13.0" } +chia-client = { path = "./crates/chia-client", version = "0.13.0" } +chia-consensus = { path = "./crates/chia-consensus", version = "0.13.0" } +chia-protocol = { path = "./crates/chia-protocol", version = "0.13.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" } +chia-puzzles = { path = "./crates/chia-puzzles", version = "0.13.0" } +clvm-traits = { path = "./crates/clvm-traits", version = "0.13.0" } +clvm-utils = { path = "./crates/clvm-utils", version = "0.13.0" } clvm-derive = { path = "./crates/clvm-derive", version = "0.11.0" } -chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.12.0" } +chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.13.0" } blst = { version = "0.3.12", features = ["portable"] } clvmr = "0.8.0" syn = "2.0.75" diff --git a/crates/chia-bls/Cargo.toml b/crates/chia-bls/Cargo.toml index 851830e2e..e6377d349 100644 --- a/crates/chia-bls/Cargo.toml +++ b/crates/chia-bls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-bls" -version = "0.11.0" +version = "0.13.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 482cc187b..c96577ac9 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.11.0" +version = "0.13.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-client/Cargo.toml b/crates/chia-client/Cargo.toml index 53b9b8d9e..96be4ee7b 100644 --- a/crates/chia-client/Cargo.toml +++ b/crates/chia-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-client" -version = "0.11.0" +version = "0.13.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 c58c66e25..9ed5d5242 100644 --- a/crates/chia-consensus/Cargo.toml +++ b/crates/chia-consensus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-consensus" -version = "0.12.0" +version = "0.13.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 6022d3a49..f7de8dfe2 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.12.0" +version = "0.13.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-protocol/Cargo.toml b/crates/chia-protocol/Cargo.toml index 86e2de89b..a883c3cb3 100644 --- a/crates/chia-protocol/Cargo.toml +++ b/crates/chia-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-protocol" -version = "0.11.0" +version = "0.13.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 6da36b128..09ee88cba 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.11.0" +version = "0.13.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-puzzles/Cargo.toml b/crates/chia-puzzles/Cargo.toml index 93d7a4206..ab9fe61ad 100644 --- a/crates/chia-puzzles/Cargo.toml +++ b/crates/chia-puzzles/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-puzzles" -version = "0.11.0" +version = "0.13.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 a9d81b326..aa7507ebd 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.11.0" +version = "0.13.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-tools/Cargo.toml b/crates/chia-tools/Cargo.toml index 950e80ee4..aca350373 100644 --- a/crates/chia-tools/Cargo.toml +++ b/crates/chia-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-tools" -version = "0.12.0" +version = "0.13.0" edition = "2021" license = "Apache-2.0" description = "Utility functions and types used by the Chia blockchain full node" diff --git a/crates/chia_py_streamable_macro/Cargo.toml b/crates/chia_py_streamable_macro/Cargo.toml index 418d20d79..c9dfd687a 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.11.0" +version = "0.13.0" edition = "2021" license = "Apache-2.0" description = "Derive macro to create python bindings for Chia types" diff --git a/crates/clvm-traits/Cargo.toml b/crates/clvm-traits/Cargo.toml index 2eb19886b..e37ee88a9 100644 --- a/crates/clvm-traits/Cargo.toml +++ b/crates/clvm-traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-traits" -version = "0.11.0" +version = "0.13.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 2d550fb4a..caa271944 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.11.0" +version = "0.13.0" publish = false edition = "2021" diff --git a/crates/clvm-utils/Cargo.toml b/crates/clvm-utils/Cargo.toml index 5ed6e2a56..71f11dc6c 100644 --- a/crates/clvm-utils/Cargo.toml +++ b/crates/clvm-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-utils" -version = "0.11.0" +version = "0.13.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 9dd4e1a0c..5b0cbfbad 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.12.0" +version = "0.13.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/wheel/Cargo.toml b/wheel/Cargo.toml index f3d602ddd..09b071b53 100644 --- a/wheel/Cargo.toml +++ b/wheel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_rs" -version = "0.12.0" +version = "0.13.0" authors = ["Richard Kiss "] edition = "2021" license = "Apache-2.0"