From beca98cbd4e128f4076afce3ca88bc06b3d249b9 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Fri, 11 Oct 2024 17:36:26 +0200 Subject: [PATCH] bump chia_rs version to 0.15.0 (#756) --- Cargo.lock | 80 +++++++++++----------- Cargo.toml | 26 +++---- crates/chia-bls/Cargo.toml | 2 +- crates/chia-bls/fuzz/Cargo.toml | 2 +- crates/chia-client/Cargo.toml | 2 +- crates/chia-consensus/Cargo.toml | 2 +- crates/chia-consensus/fuzz/Cargo.toml | 2 +- crates/chia-protocol/Cargo.toml | 2 +- crates/chia-protocol/fuzz/Cargo.toml | 2 +- crates/chia-puzzles/Cargo.toml | 2 +- crates/chia-puzzles/fuzz/Cargo.toml | 2 +- crates/chia-sha2/Cargo.toml | 2 +- crates/chia-tools/Cargo.toml | 2 +- crates/chia-traits/Cargo.toml | 2 +- crates/chia_py_streamable_macro/Cargo.toml | 2 +- crates/chia_streamable_macro/Cargo.toml | 2 +- crates/clvm-traits/Cargo.toml | 2 +- crates/clvm-traits/fuzz/Cargo.toml | 2 +- crates/clvm-utils/Cargo.toml | 2 +- crates/clvm-utils/fuzz/Cargo.toml | 2 +- wheel/Cargo.toml | 2 +- 21 files changed, 72 insertions(+), 72 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c35187a02..ed9c651d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -271,16 +271,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chia" -version = "0.14.1" +version = "0.15.0" dependencies = [ - "chia-bls 0.14.1", + "chia-bls 0.15.0", "chia-client", "chia-consensus", "chia-protocol", "chia-puzzles", "chia-sha2", "chia-ssl", - "chia-traits 0.14.1", + "chia-traits 0.15.0", "clvm-traits", "clvm-utils", "clvmr", @@ -304,12 +304,12 @@ dependencies = [ [[package]] name = "chia-bls" -version = "0.14.1" +version = "0.15.0" dependencies = [ "arbitrary", "blst", "chia-sha2", - "chia-traits 0.14.1", + "chia-traits 0.15.0", "chia_py_streamable_macro", "criterion", "hex", @@ -324,19 +324,19 @@ dependencies = [ [[package]] name = "chia-bls-fuzz" -version = "0.13.0" +version = "0.15.0" dependencies = [ - "chia-bls 0.14.1", + "chia-bls 0.15.0", "libfuzzer-sys", "pyo3", ] [[package]] name = "chia-client" -version = "0.14.1" +version = "0.15.0" dependencies = [ "chia-protocol", - "chia-traits 0.14.1", + "chia-traits 0.15.0", "futures-util", "thiserror", "tokio", @@ -346,15 +346,15 @@ dependencies = [ [[package]] name = "chia-consensus" -version = "0.14.1" +version = "0.15.0" dependencies = [ - "chia-bls 0.14.1", + "chia-bls 0.15.0", "chia-protocol", "chia-puzzles", "chia-sha2", - "chia-traits 0.14.1", + "chia-traits 0.15.0", "chia_py_streamable_macro", - "chia_streamable_macro 0.14.1", + "chia_streamable_macro 0.15.0", "clvm-traits", "clvm-utils", "clvmr", @@ -371,13 +371,13 @@ dependencies = [ [[package]] name = "chia-fuzz" -version = "0.13.0" +version = "0.15.0" dependencies = [ - "chia-bls 0.14.1", + "chia-bls 0.15.0", "chia-consensus", "chia-protocol", "chia-sha2", - "chia-traits 0.14.1", + "chia-traits 0.15.0", "clvm-traits", "clvm-utils", "clvmr", @@ -387,14 +387,14 @@ dependencies = [ [[package]] name = "chia-protocol" -version = "0.14.1" +version = "0.15.0" dependencies = [ "arbitrary", - "chia-bls 0.14.1", + "chia-bls 0.15.0", "chia-sha2", - "chia-traits 0.14.1", + "chia-traits 0.15.0", "chia_py_streamable_macro", - "chia_streamable_macro 0.14.1", + "chia_streamable_macro 0.15.0", "clvm-traits", "clvm-utils", "clvmr", @@ -405,12 +405,12 @@ dependencies = [ [[package]] name = "chia-protocol-fuzz" -version = "0.13.0" +version = "0.15.0" dependencies = [ "arbitrary", "chia-protocol", "chia-sha2", - "chia-traits 0.14.1", + "chia-traits 0.15.0", "clvm-traits", "clvmr", "hex", @@ -419,10 +419,10 @@ dependencies = [ [[package]] name = "chia-puzzles" -version = "0.14.1" +version = "0.15.0" dependencies = [ "arbitrary", - "chia-bls 0.14.1", + "chia-bls 0.15.0", "chia-protocol", "chia-sha2", "clvm-traits", @@ -435,7 +435,7 @@ dependencies = [ [[package]] name = "chia-puzzles-fuzz" -version = "0.13.0" +version = "0.15.0" dependencies = [ "chia-puzzles", "clvm-traits", @@ -445,7 +445,7 @@ dependencies = [ [[package]] name = "chia-sha2" -version = "0.14.1" +version = "0.15.0" dependencies = [ "openssl", "sha2", @@ -465,14 +465,14 @@ dependencies = [ [[package]] name = "chia-tools" -version = "0.14.1" +version = "0.15.0" dependencies = [ "blocking-threadpool", - "chia-bls 0.14.1", + "chia-bls 0.15.0", "chia-consensus", "chia-protocol", "chia-puzzles", - "chia-traits 0.14.1", + "chia-traits 0.15.0", "clap", "clvm-traits", "clvm-utils", @@ -495,17 +495,17 @@ dependencies = [ [[package]] name = "chia-traits" -version = "0.14.1" +version = "0.15.0" dependencies = [ "chia-sha2", - "chia_streamable_macro 0.14.1", + "chia_streamable_macro 0.15.0", "pyo3", "thiserror", ] [[package]] name = "chia_py_streamable_macro" -version = "0.14.1" +version = "0.15.0" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", @@ -515,9 +515,9 @@ dependencies = [ [[package]] name = "chia_rs" -version = "0.14.1" +version = "0.15.0" dependencies = [ - "chia-bls 0.14.1", + "chia-bls 0.15.0", "chia-client", "chia-consensus", "chia-protocol", @@ -542,7 +542,7 @@ dependencies = [ [[package]] name = "chia_streamable_macro" -version = "0.14.1" +version = "0.15.0" dependencies = [ "proc-macro-crate 1.3.1", "proc-macro2", @@ -635,9 +635,9 @@ dependencies = [ [[package]] name = "clvm-traits" -version = "0.14.1" +version = "0.15.0" dependencies = [ - "chia-bls 0.14.1", + "chia-bls 0.15.0", "clvm-derive", "clvmr", "hex", @@ -649,7 +649,7 @@ dependencies = [ [[package]] name = "clvm-traits-fuzz" -version = "0.13.0" +version = "0.15.0" dependencies = [ "clvm-traits", "clvmr", @@ -658,7 +658,7 @@ dependencies = [ [[package]] name = "clvm-utils" -version = "0.14.1" +version = "0.15.0" dependencies = [ "chia-sha2", "clvm-traits", @@ -669,7 +669,7 @@ dependencies = [ [[package]] name = "clvm-utils-fuzz" -version = "0.13.0" +version = "0.15.0" dependencies = [ "chia-fuzz", "clvm-traits", diff --git a/Cargo.toml b/Cargo.toml index 853251c6c..0864aa2c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia" -version = "0.14.1" +version = "0.15.0" edition = "2021" license = "Apache-2.0" description = "A meta-crate that exports all of the Chia crates in the workspace." @@ -99,20 +99,20 @@ openssl = ["chia-sha2/openssl", "clvmr/openssl"] lto = "thin" [workspace.dependencies] -chia_py_streamable_macro = { path = "./crates/chia_py_streamable_macro", version = "0.14.1" } -chia_streamable_macro = { path = "./crates/chia_streamable_macro", version = "0.14.1" } -chia-bls = { path = "./crates/chia-bls", version = "0.14.1" } -chia-client = { path = "./crates/chia-client", version = "0.14.1" } -chia-consensus = { path = "./crates/chia-consensus", version = "0.14.1" } -chia-protocol = { path = "./crates/chia-protocol", version = "0.14.1" } +chia_py_streamable_macro = { path = "./crates/chia_py_streamable_macro", version = "0.15.0" } +chia_streamable_macro = { path = "./crates/chia_streamable_macro", version = "0.15.0" } +chia-bls = { path = "./crates/chia-bls", version = "0.15.0" } +chia-client = { path = "./crates/chia-client", version = "0.15.0" } +chia-consensus = { path = "./crates/chia-consensus", version = "0.15.0" } +chia-protocol = { path = "./crates/chia-protocol", version = "0.15.0" } chia-ssl = { path = "./crates/chia-ssl", version = "0.11.0" } -chia-traits = { path = "./crates/chia-traits", version = "0.14.1" } -chia-puzzles = { path = "./crates/chia-puzzles", version = "0.14.1" } -chia-sha2 = { path = "./crates/chia-sha2", version = "0.14.1" } -clvm-traits = { path = "./crates/clvm-traits", version = "0.14.1" } -clvm-utils = { path = "./crates/clvm-utils", version = "0.14.1" } +chia-traits = { path = "./crates/chia-traits", version = "0.15.0" } +chia-puzzles = { path = "./crates/chia-puzzles", version = "0.15.0" } +chia-sha2 = { path = "./crates/chia-sha2", version = "0.15.0" } +clvm-traits = { path = "./crates/clvm-traits", version = "0.15.0" } +clvm-utils = { path = "./crates/clvm-utils", version = "0.15.0" } clvm-derive = { path = "./crates/clvm-derive", version = "0.13.0" } -chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.13.0" } +chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.15.0" } blst = { version = "0.3.12", features = ["portable"] } clvmr = "0.9.0" syn = "2.0.75" diff --git a/crates/chia-bls/Cargo.toml b/crates/chia-bls/Cargo.toml index f7132796a..97a4d9bd0 100644 --- a/crates/chia-bls/Cargo.toml +++ b/crates/chia-bls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-bls" -version = "0.14.1" +version = "0.15.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 c96577ac9..1a05ef2c0 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.13.0" +version = "0.15.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-client/Cargo.toml b/crates/chia-client/Cargo.toml index bdb10f519..b783810d2 100644 --- a/crates/chia-client/Cargo.toml +++ b/crates/chia-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-client" -version = "0.14.1" +version = "0.15.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 699c6d625..b061da49d 100644 --- a/crates/chia-consensus/Cargo.toml +++ b/crates/chia-consensus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-consensus" -version = "0.14.1" +version = "0.15.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 904df59b3..e2152ee9e 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.13.0" +version = "0.15.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-protocol/Cargo.toml b/crates/chia-protocol/Cargo.toml index 6c8ec2cd0..b6f46c932 100644 --- a/crates/chia-protocol/Cargo.toml +++ b/crates/chia-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-protocol" -version = "0.14.1" +version = "0.15.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 4ca5c79d5..a7cf3c982 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.13.0" +version = "0.15.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-puzzles/Cargo.toml b/crates/chia-puzzles/Cargo.toml index 9e45357ad..4a36f668a 100644 --- a/crates/chia-puzzles/Cargo.toml +++ b/crates/chia-puzzles/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-puzzles" -version = "0.14.1" +version = "0.15.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 fa1ffa254..cf19885f4 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.13.0" +version = "0.15.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-sha2/Cargo.toml b/crates/chia-sha2/Cargo.toml index c93fd2887..d871db322 100644 --- a/crates/chia-sha2/Cargo.toml +++ b/crates/chia-sha2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-sha2" -version = "0.14.1" +version = "0.15.0" edition = "2021" license = "Apache-2.0" description = "A common wrapper around OpenSSL and sha2 implementations of sha256." diff --git a/crates/chia-tools/Cargo.toml b/crates/chia-tools/Cargo.toml index 51872f351..776633791 100644 --- a/crates/chia-tools/Cargo.toml +++ b/crates/chia-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-tools" -version = "0.14.1" +version = "0.15.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 c8efd9acc..4cf9b41a8 100644 --- a/crates/chia-traits/Cargo.toml +++ b/crates/chia-traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-traits" -version = "0.14.1" +version = "0.15.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 7bc188af0..20337329d 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.14.1" +version = "0.15.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 3cf796f7a..bc4822daf 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.14.1" +version = "0.15.0" edition = "2021" license = "Apache-2.0" description = "Streamable derive macro for serializing/deserializing types in Chia protocol format" diff --git a/crates/clvm-traits/Cargo.toml b/crates/clvm-traits/Cargo.toml index e56887f8f..d5f163670 100644 --- a/crates/clvm-traits/Cargo.toml +++ b/crates/clvm-traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-traits" -version = "0.14.1" +version = "0.15.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 caa271944..5e40a5426 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.13.0" +version = "0.15.0" publish = false edition = "2021" diff --git a/crates/clvm-utils/Cargo.toml b/crates/clvm-utils/Cargo.toml index 014a82e9c..0f1a53b1a 100644 --- a/crates/clvm-utils/Cargo.toml +++ b/crates/clvm-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-utils" -version = "0.14.1" +version = "0.15.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 5b0cbfbad..1c2f915e1 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.13.0" +version = "0.15.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/wheel/Cargo.toml b/wheel/Cargo.toml index f9f9946e0..6f90feaa0 100644 --- a/wheel/Cargo.toml +++ b/wheel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_rs" -version = "0.14.1" +version = "0.15.0" authors = ["Richard Kiss "] edition = "2021" license = "Apache-2.0"