From b68e8c81285b22909afc18ded648f47162561546 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 25 Sep 2024 14:57:56 +0200 Subject: [PATCH] Release 0.14.0 chia@0.14.0 chia-bls@0.14.0 chia-client@0.14.0 chia-consensus@0.14.0 chia-protocol@0.14.0 chia-puzzles@0.14.0 chia-tools@0.14.0 chia_rs@0.14.0 clvm-traits@0.14.0 clvm-utils@0.14.0 Generated by cargo-workspaces --- Cargo.lock | 36 +++++++++++++-------------- Cargo.toml | 16 ++++++------ crates/chia-bls/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-puzzles/Cargo.toml | 2 +- crates/chia-tools/Cargo.toml | 2 +- crates/clvm-traits/Cargo.toml | 2 +- crates/clvm-utils/Cargo.toml | 2 +- wheel/Cargo.toml | 2 +- 12 files changed, 36 insertions(+), 36 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb4ad01d7..9c4217bfc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -271,9 +271,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chia" -version = "0.13.0" +version = "0.14.0" dependencies = [ - "chia-bls 0.13.0", + "chia-bls 0.14.0", "chia-client", "chia-consensus", "chia-protocol", @@ -303,7 +303,7 @@ dependencies = [ [[package]] name = "chia-bls" -version = "0.13.0" +version = "0.14.0" dependencies = [ "arbitrary", "blst", @@ -325,14 +325,14 @@ dependencies = [ name = "chia-bls-fuzz" version = "0.13.0" dependencies = [ - "chia-bls 0.13.0", + "chia-bls 0.14.0", "libfuzzer-sys", "pyo3", ] [[package]] name = "chia-client" -version = "0.13.0" +version = "0.14.0" dependencies = [ "chia-protocol", "chia-traits 0.11.0", @@ -345,9 +345,9 @@ dependencies = [ [[package]] name = "chia-consensus" -version = "0.13.0" +version = "0.14.0" dependencies = [ - "chia-bls 0.13.0", + "chia-bls 0.14.0", "chia-protocol", "chia-puzzles", "chia-traits 0.11.0", @@ -383,10 +383,10 @@ dependencies = [ [[package]] name = "chia-protocol" -version = "0.13.0" +version = "0.14.0" dependencies = [ "arbitrary", - "chia-bls 0.13.0", + "chia-bls 0.14.0", "chia-traits 0.11.0", "chia_py_streamable_macro", "chia_streamable_macro 0.11.0", @@ -413,10 +413,10 @@ dependencies = [ [[package]] name = "chia-puzzles" -version = "0.13.0" +version = "0.14.0" dependencies = [ "arbitrary", - "chia-bls 0.13.0", + "chia-bls 0.14.0", "chia-protocol", "clvm-traits", "clvm-utils", @@ -450,10 +450,10 @@ dependencies = [ [[package]] name = "chia-tools" -version = "0.13.0" +version = "0.14.0" dependencies = [ "blocking-threadpool", - "chia-bls 0.13.0", + "chia-bls 0.14.0", "chia-consensus", "chia-protocol", "chia-puzzles", @@ -500,9 +500,9 @@ dependencies = [ [[package]] name = "chia_rs" -version = "0.13.0" +version = "0.14.0" dependencies = [ - "chia-bls 0.13.0", + "chia-bls 0.14.0", "chia-consensus", "chia-protocol", "clvm-utils", @@ -619,9 +619,9 @@ dependencies = [ [[package]] name = "clvm-traits" -version = "0.13.0" +version = "0.14.0" dependencies = [ - "chia-bls 0.13.0", + "chia-bls 0.14.0", "clvm-derive", "clvmr", "hex", @@ -642,7 +642,7 @@ dependencies = [ [[package]] name = "clvm-utils" -version = "0.13.0" +version = "0.14.0" dependencies = [ "clvm-traits", "clvmr", diff --git a/Cargo.toml b/Cargo.toml index 24dbfdf01..15af42f95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia" -version = "0.13.0" +version = "0.14.0" edition = "2021" license = "Apache-2.0" description = "A meta-crate that exports all of the Chia crates in the workspace." @@ -98,15 +98,15 @@ lto = "thin" [workspace.dependencies] 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.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-bls = { path = "./crates/chia-bls", version = "0.14.0" } +chia-client = { path = "./crates/chia-client", version = "0.14.0" } +chia-consensus = { path = "./crates/chia-consensus", version = "0.14.0" } +chia-protocol = { path = "./crates/chia-protocol", version = "0.14.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.13.0" } -clvm-traits = { path = "./crates/clvm-traits", version = "0.13.0" } -clvm-utils = { path = "./crates/clvm-utils", version = "0.13.0" } +chia-puzzles = { path = "./crates/chia-puzzles", version = "0.14.0" } +clvm-traits = { path = "./crates/clvm-traits", version = "0.14.0" } +clvm-utils = { path = "./crates/clvm-utils", version = "0.14.0" } clvm-derive = { path = "./crates/clvm-derive", version = "0.13.0" } chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.13.0" } blst = { version = "0.3.12", features = ["portable"] } diff --git a/crates/chia-bls/Cargo.toml b/crates/chia-bls/Cargo.toml index 8e17c79b1..f35f6a713 100644 --- a/crates/chia-bls/Cargo.toml +++ b/crates/chia-bls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-bls" -version = "0.13.0" +version = "0.14.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 96be4ee7b..4e7619a5e 100644 --- a/crates/chia-client/Cargo.toml +++ b/crates/chia-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-client" -version = "0.13.0" +version = "0.14.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 3e35cfd3a..6fb9869d7 100644 --- a/crates/chia-consensus/Cargo.toml +++ b/crates/chia-consensus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-consensus" -version = "0.13.0" +version = "0.14.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 1df444629..b4fb0499b 100644 --- a/crates/chia-consensus/fuzz/Cargo.toml +++ b/crates/chia-consensus/fuzz/Cargo.toml @@ -117,4 +117,4 @@ name = "solution-generator" path = "fuzz_targets/solution-generator.rs" test = false doc = false -bench = false \ No newline at end of file +bench = false diff --git a/crates/chia-protocol/Cargo.toml b/crates/chia-protocol/Cargo.toml index a883c3cb3..19c0825a5 100644 --- a/crates/chia-protocol/Cargo.toml +++ b/crates/chia-protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-protocol" -version = "0.13.0" +version = "0.14.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 ab9fe61ad..e554d16a4 100644 --- a/crates/chia-puzzles/Cargo.toml +++ b/crates/chia-puzzles/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-puzzles" -version = "0.13.0" +version = "0.14.0" edition = "2021" license = "Apache-2.0" description = "Chia primitives needed for building wallets." diff --git a/crates/chia-tools/Cargo.toml b/crates/chia-tools/Cargo.toml index 1d42bdcb9..0894f7b6f 100644 --- a/crates/chia-tools/Cargo.toml +++ b/crates/chia-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia-tools" -version = "0.13.0" +version = "0.14.0" edition = "2021" license = "Apache-2.0" description = "Utility functions and types used by the Chia blockchain full node" diff --git a/crates/clvm-traits/Cargo.toml b/crates/clvm-traits/Cargo.toml index e37ee88a9..72cb8308e 100644 --- a/crates/clvm-traits/Cargo.toml +++ b/crates/clvm-traits/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-traits" -version = "0.13.0" +version = "0.14.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 71f11dc6c..293ac4e37 100644 --- a/crates/clvm-utils/Cargo.toml +++ b/crates/clvm-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clvm-utils" -version = "0.13.0" +version = "0.14.0" edition = "2021" license = "Apache-2.0" description = "Utility functions for processing clvm programs and structures" diff --git a/wheel/Cargo.toml b/wheel/Cargo.toml index eddd56ece..cb8cf9c44 100644 --- a/wheel/Cargo.toml +++ b/wheel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chia_rs" -version = "0.13.0" +version = "0.14.0" authors = ["Richard Kiss "] edition = "2021" license = "Apache-2.0"