From b036d5da391dbae7f64036a76d4181136534e304 Mon Sep 17 00:00:00 2001 From: Jack Nelson Date: Thu, 11 Jul 2024 11:08:26 -0400 Subject: [PATCH] up to 0.11.0 --- Cargo.lock | 84 +++++++++++----------- Cargo.toml | 28 ++++---- crates/chia-bls/Cargo.toml | 2 +- crates/chia-bls/fuzz/Cargo.toml | 4 +- crates/chia-client/Cargo.toml | 2 +- crates/chia-consensus/Cargo.toml | 4 +- 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 | 4 +- crates/chia-ssl/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-derive/Cargo.toml | 2 +- crates/clvm-traits/Cargo.toml | 2 +- crates/clvm-utils/Cargo.toml | 2 +- crates/clvm-utils/fuzz/Cargo.toml | 4 +- wasm/Cargo.toml | 2 +- wheel/Cargo.toml | 8 +-- 22 files changed, 83 insertions(+), 83 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4ede321e..37e193784 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -277,15 +277,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", ] @@ -309,12 +309,12 @@ dependencies = [ [[package]] name = "chia-bls" -version = "0.10.0" +version = "0.11.0" dependencies = [ "anyhow", "arbitrary", "blst", - "chia-traits 0.10.0", + "chia-traits 0.11.0", "chia_py_streamable_macro", "criterion", "hex", @@ -329,19 +329,19 @@ dependencies = [ [[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", @@ -351,14 +351,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", @@ -377,11 +377,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", @@ -391,13 +391,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", @@ -409,11 +409,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", @@ -423,10 +423,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", @@ -439,7 +439,7 @@ dependencies = [ [[package]] name = "chia-puzzles-fuzz" -version = "0.10.0" +version = "0.11.0" dependencies = [ "chia-puzzles", "clvm-traits", @@ -450,7 +450,7 @@ dependencies = [ [[package]] name = "chia-ssl" -version = "0.10.0" +version = "0.11.0" dependencies = [ "lazy_static", "rand", @@ -462,14 +462,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", @@ -494,9 +494,9 @@ dependencies = [ [[package]] name = "chia-traits" -version = "0.10.0" +version = "0.11.0" dependencies = [ - "chia_streamable_macro 0.10.0", + "chia_streamable_macro 0.11.0", "pyo3", "sha2", "thiserror", @@ -504,7 +504,7 @@ dependencies = [ [[package]] name = "chia_py_streamable_macro" -version = "0.10.0" +version = "0.11.0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -514,14 +514,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", @@ -544,7 +544,7 @@ dependencies = [ [[package]] name = "chia_streamable_macro" -version = "0.10.0" +version = "0.11.0" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -554,7 +554,7 @@ dependencies = [ [[package]] name = "chia_wasm" -version = "0.10.0" +version = "0.11.0" dependencies = [ "wasm-bindgen", ] @@ -628,7 +628,7 @@ checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] name = "clvm-derive" -version = "0.10.0" +version = "0.11.0" dependencies = [ "proc-macro2", "quote", @@ -637,9 +637,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", @@ -651,7 +651,7 @@ dependencies = [ [[package]] name = "clvm-utils" -version = "0.10.0" +version = "0.11.0" dependencies = [ "clvm-traits", "clvmr", @@ -661,7 +661,7 @@ dependencies = [ [[package]] name = "clvm-utils-fuzz" -version = "0.10.0" +version = "0.11.0" dependencies = [ "chia-fuzz", "clvm-traits", diff --git a/Cargo.toml b/Cargo.toml index 41d96bcef..b6fa1746c 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." @@ -87,19 +87,19 @@ clvm-utils = ["dep:clvm-utils"] 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.7.0" syn = "2.0.70" diff --git a/crates/chia-bls/Cargo.toml b/crates/chia-bls/Cargo.toml index 8bb42ce23..a28b3d720 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..90d220db2 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" @@ -13,7 +13,7 @@ workspace = true [dependencies] libfuzzer-sys = { workspace = true } -pyo3 = { workspace = true, features = ["auto-initialize"]} +pyo3 = { workspace = true, features = ["auto-initialize"] } chia-bls = { workspace = true } [[bin]] 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 825dc1a31..09a688d98 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" @@ -36,7 +36,7 @@ num-traits = { workspace = true } rstest = { workspace = true } text-diff = { workspace = true } criterion = { workspace = true } -rand = { workspace = true, features = [ "small_rng" ] } +rand = { workspace = true, features = ["small_rng"] } [lib] bench = false 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 4fa62f1b6..9f6887eff 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 a94d0f4f4..303c669b1 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 658d765ab..002a91037 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..4fb5a0f44 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" @@ -14,7 +14,7 @@ workspace = true [dependencies] libfuzzer-sys = { workspace = true } clvmr = { workspace = true } -pyo3 = { workspace = true, features = ["auto-initialize"]} +pyo3 = { workspace = true, features = ["auto-initialize"] } chia-puzzles = { workspace = true, features = ["arbitrary"] } clvm-traits = { workspace = true } 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 d0d49f81d..c22de0dd7 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 f0215ebe3..7ef694065 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-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..eb744ce18 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" @@ -13,7 +13,7 @@ workspace = true [dependencies] libfuzzer-sys = { workspace = true } -clvmr ={ workspace = true } +clvmr = { workspace = true } chia-fuzz = { workspace = true } clvm-utils = { workspace = true } clvm-traits = { workspace = true } 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 fa7e9f2c5..433f00526 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" @@ -26,9 +26,9 @@ hex = { workspace = true } sha2 = { workspace = true } pyo3 = { workspace = true, features = ["multiple-pymethods"] } chia-consensus = { workspace = true, features = ["py-bindings"] } -chia-bls = { workspace = true, features = ["py-bindings"] } -chia-protocol = { workspace = true, features = ["py-bindings"] } -chia-traits = { workspace = true, features = ["py-bindings"] } +chia-bls = { workspace = true, features = ["py-bindings"] } +chia-protocol = { workspace = true, features = ["py-bindings"] } +chia-traits = { workspace = true, features = ["py-bindings"] } clvm-traits = { workspace = true, features = ["derive", "py-bindings"] } clvm-utils = { workspace = true } chia_py_streamable_macro = { workspace = true }