From 18072bef8baee152aedbc8f21b8f2de32d4080d7 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Mon, 16 Dec 2024 11:55:35 -0500 Subject: [PATCH 1/2] catchup fuzzer versions to 0.17.0 --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a6b3f662c..cf51e8516 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,12 +116,12 @@ chia-sha2 = { path = "./crates/chia-sha2", version = "0.17.0" } clvm-traits = { path = "./crates/clvm-traits", version = "0.17.0" } clvm-utils = { path = "./crates/clvm-utils", version = "0.17.0" } clvm-derive = { path = "./crates/clvm-derive", version = "0.17.0" } -chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.16.0" } -chia-bls-fuzz = { path = "./crates/chia-bls/fuzz", version = "0.16.0" } -chia-protocol-fuzz = { path = "./crates/chia-protocol/fuzz", version = "0.16.0" } -chia-puzzles-fuzz = { path = "./crates/chia-puzzles/fuzz", version = "0.16.0" } -clvm-traits-fuzz = { path = "./crates/clvm-traits/fuzz", version = "0.16.0" } -clvm-utils-fuzz = { path = "./crates/clvm-utils/fuzz", version = "0.16.0" } +chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.17.0" } +chia-bls-fuzz = { path = "./crates/chia-bls/fuzz", version = "0.17.0" } +chia-protocol-fuzz = { path = "./crates/chia-protocol/fuzz", version = "0.17.0" } +chia-puzzles-fuzz = { path = "./crates/chia-puzzles/fuzz", version = "0.17.0" } +clvm-traits-fuzz = { path = "./crates/clvm-traits/fuzz", version = "0.17.0" } +clvm-utils-fuzz = { path = "./crates/clvm-utils/fuzz", version = "0.17.0" } blst = { version = "0.3.12", features = ["portable"] } clvmr = "0.10.0" syn = "2.0.90" From 4b9fc38a5e984447bf8a12edc2c2fd86e093c6a3 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Wed, 18 Dec 2024 11:49:07 -0500 Subject: [PATCH 2/2] and the other places too --- Cargo.lock | 12 ++++++------ crates/chia-bls/fuzz/Cargo.toml | 2 +- crates/chia-consensus/fuzz/Cargo.toml | 2 +- crates/chia-protocol/fuzz/Cargo.toml | 2 +- crates/chia-puzzles/fuzz/Cargo.toml | 2 +- crates/clvm-traits/fuzz/Cargo.toml | 2 +- crates/clvm-utils/fuzz/Cargo.toml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9af824f86..094c13e3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -325,7 +325,7 @@ dependencies = [ [[package]] name = "chia-bls-fuzz" -version = "0.16.0" +version = "0.17.0" dependencies = [ "chia-bls 0.17.0", "libfuzzer-sys", @@ -372,7 +372,7 @@ dependencies = [ [[package]] name = "chia-fuzz" -version = "0.16.0" +version = "0.17.0" dependencies = [ "chia-bls 0.17.0", "chia-consensus", @@ -406,7 +406,7 @@ dependencies = [ [[package]] name = "chia-protocol-fuzz" -version = "0.16.0" +version = "0.17.0" dependencies = [ "arbitrary", "chia-protocol", @@ -437,7 +437,7 @@ dependencies = [ [[package]] name = "chia-puzzles-fuzz" -version = "0.16.0" +version = "0.17.0" dependencies = [ "chia-puzzles", "clvm-traits", @@ -668,7 +668,7 @@ dependencies = [ [[package]] name = "clvm-traits-fuzz" -version = "0.16.0" +version = "0.17.0" dependencies = [ "clvm-traits", "clvmr", @@ -688,7 +688,7 @@ dependencies = [ [[package]] name = "clvm-utils-fuzz" -version = "0.16.0" +version = "0.17.0" dependencies = [ "chia-fuzz", "clvm-traits", diff --git a/crates/chia-bls/fuzz/Cargo.toml b/crates/chia-bls/fuzz/Cargo.toml index 2261f0401..e5a33610e 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.16.0" +version = "0.17.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-consensus/fuzz/Cargo.toml b/crates/chia-consensus/fuzz/Cargo.toml index 4fa64811d..4dd36a049 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.16.0" +version = "0.17.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-protocol/fuzz/Cargo.toml b/crates/chia-protocol/fuzz/Cargo.toml index 9a5a0829d..4fbeecd67 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.16.0" +version = "0.17.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/chia-puzzles/fuzz/Cargo.toml b/crates/chia-puzzles/fuzz/Cargo.toml index 918709e98..62ec5a5cf 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.16.0" +version = "0.17.0" authors = ["Automatically generated"] publish = false edition = "2021" diff --git a/crates/clvm-traits/fuzz/Cargo.toml b/crates/clvm-traits/fuzz/Cargo.toml index e20f210a3..353c082fb 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.16.0" +version = "0.17.0" publish = false edition = "2021" diff --git a/crates/clvm-utils/fuzz/Cargo.toml b/crates/clvm-utils/fuzz/Cargo.toml index 066713f1b..944dbf65e 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.16.0" +version = "0.17.0" authors = ["Automatically generated"] publish = false edition = "2021"