Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
172 changes: 87 additions & 85 deletions Cargo.lock

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia"
version = "0.28.1"
version = "0.28.2"
edition = "2021"
license = "Apache-2.0"
description = "A meta-crate that exports all of the Chia crates in the workspace."
Expand Down Expand Up @@ -108,30 +108,30 @@ lto = "thin"
bench = false

[workspace.dependencies]
chia_py_streamable_macro = { path = "./crates/chia_py_streamable_macro", version = "0.28.1" }
chia_streamable_macro = { path = "./crates/chia_streamable_macro", version = "0.28.1" }
chia-bls = { path = "./crates/chia-bls", version = "0.28.1" }
chia-client = { path = "./crates/chia-client", version = "0.28.1" }
chia-consensus = { path = "./crates/chia-consensus", version = "0.28.1" }
chia-protocol = { path = "./crates/chia-protocol", version = "0.28.1" }
chia-secp = { path = "./crates/chia-secp", version = "0.28.1" }
chia-ssl = { path = "./crates/chia-ssl", version = "0.28.1" }
chia-traits = { path = "./crates/chia-traits", version = "0.28.1" }
chia-puzzle-types = { path = "./crates/chia-puzzle-types", version = "0.28.1" }
chia-sha2 = { path = "./crates/chia-sha2", version = "0.28.1" }
chia-serde = { path = "./crates/chia-serde", version = "0.28.1" }
clvm-traits = { path = "./crates/clvm-traits", version = "0.28.1" }
clvm-utils = { path = "./crates/clvm-utils", version = "0.28.1" }
clvm-derive = { path = "./crates/clvm-derive", version = "0.28.1" }
chia-fuzzing = { path = "./crates/chia-fuzzing", version = "0.28.1" }
chia-consensus-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.28.1" }
chia-bls-fuzz = { path = "./crates/chia-bls/fuzz", version = "0.28.1" }
chia-protocol-fuzz = { path = "./crates/chia-protocol/fuzz", version = "0.28.1" }
chia-puzzle-types-fuzz = { path = "./crates/chia-puzzle-types/fuzz", version = "0.28.1" }
clvm-traits-fuzz = { path = "./crates/clvm-traits/fuzz", version = "0.28.1" }
clvm-utils-fuzz = { path = "./crates/clvm-utils/fuzz", version = "0.28.1" }
chia_py_streamable_macro = { path = "./crates/chia_py_streamable_macro", version = "0.28.2" }
chia_streamable_macro = { path = "./crates/chia_streamable_macro", version = "0.28.2" }
chia-bls = { path = "./crates/chia-bls", version = "0.28.2" }
chia-client = { path = "./crates/chia-client", version = "0.28.2" }
chia-consensus = { path = "./crates/chia-consensus", version = "0.28.2" }
chia-protocol = { path = "./crates/chia-protocol", version = "0.28.2" }
chia-secp = { path = "./crates/chia-secp", version = "0.28.2" }
chia-ssl = { path = "./crates/chia-ssl", version = "0.28.2" }
chia-traits = { path = "./crates/chia-traits", version = "0.28.2" }
chia-puzzle-types = { path = "./crates/chia-puzzle-types", version = "0.28.2" }
chia-sha2 = { path = "./crates/chia-sha2", version = "0.28.2" }
chia-serde = { path = "./crates/chia-serde", version = "0.28.2" }
clvm-traits = { path = "./crates/clvm-traits", version = "0.28.2" }
clvm-utils = { path = "./crates/clvm-utils", version = "0.28.2" }
clvm-derive = { path = "./crates/clvm-derive", version = "0.28.2" }
chia-consensus-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.28.2" }
chia-bls-fuzz = { path = "./crates/chia-bls/fuzz", version = "0.28.2" }
chia-protocol-fuzz = { path = "./crates/chia-protocol/fuzz", version = "0.28.2" }
chia-puzzle-types-fuzz = { path = "./crates/chia-puzzle-types/fuzz", version = "0.28.2" }
clvm-traits-fuzz = { path = "./crates/clvm-traits/fuzz", version = "0.28.2" }
clvm-utils-fuzz = { path = "./crates/clvm-utils/fuzz", version = "0.28.2" }
blst = { version = "0.3.14", features = ["portable"] }
clvmr = "0.16.0"
clvmr = "0.16.1"
clvm-fuzzing = "0.16.1"
syn = "2.0.101"
quote = "1.0.40"
proc-macro2 = "1.0.95"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-bls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-bls"
version = "0.28.1"
version = "0.28.2"
edition = "2021"
license = "Apache-2.0"
description = "BLS signature, verification and aggregation functions for the Chia blockchain"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-bls/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-bls-fuzz"
version = "0.28.1"
version = "0.28.2"
authors = ["Automatically generated"]
publish = false
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-client"
version = "0.28.1"
version = "0.28.2"
edition = "2021"
license = "Apache-2.0"
description = "Chia light client and async peer connections."
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-consensus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-consensus"
version = "0.28.1"
version = "0.28.2"
edition = "2021"
license = "Apache-2.0"
description = "Utility functions and types used by the Chia blockchain full node"
Expand Down
4 changes: 2 additions & 2 deletions crates/chia-consensus/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-consensus-fuzz"
version = "0.28.1"
version = "0.28.2"
authors = ["Automatically generated"]
publish = false
edition = "2021"
Expand All @@ -22,7 +22,7 @@ chia-traits = { workspace = true }
chia-consensus = { workspace = true }
chia-bls = { workspace = true }
hex-literal = { workspace = true }
chia-fuzzing = { workspace = true }
clvm-fuzzing = { workspace = true }

[[bin]]
name = "puzzle-coin-solution"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-consensus/fuzz/fuzz_targets/parse-cond-args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use chia_consensus::opcodes::{
ASSERT_SECONDS_ABSOLUTE, ASSERT_SECONDS_RELATIVE, CREATE_COIN, CREATE_COIN_ANNOUNCEMENT,
CREATE_PUZZLE_ANNOUNCEMENT, RECEIVE_MESSAGE, REMARK, RESERVE_FEE, SEND_MESSAGE,
};
use chia_fuzzing::make_list;
use clvm_fuzzing::make_list;

fuzz_target!(|data: &[u8]| {
let mut a = Allocator::new();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ use chia_consensus::conditions::{
};
use chia_consensus::consensus_constants::TEST_CONSTANTS;
use chia_consensus::spend_visitor::SpendVisitor;
use chia_fuzzing::make_list;
use chia_protocol::Bytes32;
use chia_protocol::Coin;
use clvm_fuzzing::make_list;
use clvm_utils::tree_hash;
use clvmr::{Allocator, NodePtr};
use std::collections::HashSet;
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-consensus/fuzz/fuzz_targets/parse-spend-id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use libfuzzer_sys::{arbitrary, fuzz_target};

use chia_consensus::messages::SpendId;
use chia_fuzzing::make_list;
use clvm_fuzzing::make_list;
use clvmr::allocator::Allocator;

fuzz_target!(|data: &[u8]| {
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-consensus/fuzz/fuzz_targets/parse-spend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
use libfuzzer_sys::{arbitrary, fuzz_target};

use chia_consensus::get_puzzle_and_solution::parse_coin_spend;
use chia_fuzzing::make_list;
use clvm_fuzzing::make_list;
use clvmr::allocator::Allocator;

fuzz_target!(|data: &[u8]| {
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-consensus/fuzz/fuzz_targets/parse-spends.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use clvmr::{Allocator, NodePtr};

use chia_consensus::consensus_constants::TEST_CONSTANTS;
use chia_consensus::flags::{NO_UNKNOWN_CONDS, STRICT_ARGS_COUNT};
use chia_fuzzing::make_list;
use clvm_fuzzing::make_list;

fuzz_target!(|data: &[u8]| {
let mut a = Allocator::new();
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-consensus/fuzz/fuzz_targets/process-spend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use chia_consensus::conditions::{
};
use chia_consensus::consensus_constants::TEST_CONSTANTS;
use chia_consensus::flags::{NO_UNKNOWN_CONDS, STRICT_ARGS_COUNT};
use chia_fuzzing::make_tree;
use clvm_fuzzing::make_tree;
use clvmr::allocator::Allocator;
use libfuzzer_sys::{arbitrary, fuzz_target};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
use libfuzzer_sys::{arbitrary, fuzz_target};

use chia_consensus::get_puzzle_and_solution::get_puzzle_and_solution_for_coin;
use chia_fuzzing::make_tree;
use chia_protocol::Coin;
use clvm_fuzzing::make_tree;
use clvmr::allocator::Allocator;

const HASH: [u8; 32] = [
Expand Down
22 changes: 0 additions & 22 deletions crates/chia-fuzzing/Cargo.toml

This file was deleted.

86 changes: 0 additions & 86 deletions crates/chia-fuzzing/src/fuzzing_utils.rs

This file was deleted.

11 changes: 0 additions & 11 deletions crates/chia-fuzzing/src/lib.rs

This file was deleted.

Loading
Loading