Skip to content

Commit

Permalink
Merge pull request #869 from Chia-Network/block-builder
Browse files Browse the repository at this point in the history
add class to build a compressed block incrementally
  • Loading branch information
arvidn authored Jan 21, 2025
2 parents 1bb1571 + e1868c4 commit bacff3b
Show file tree
Hide file tree
Showing 98 changed files with 508 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ dependencies = [
name = "chia-consensus"
version = "0.18.0"
dependencies = [
"blocking-threadpool",
"chia-bls 0.18.0",
"chia-protocol",
"chia-puzzle-types",
Expand Down
1 change: 1 addition & 0 deletions crates/chia-consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ rstest = { workspace = true }
text-diff = { workspace = true }
criterion = { workspace = true }
rand = { workspace = true, features = [ "small_rng" ] }
blocking-threadpool = { workspace = true }

[lib]
bench = false
Expand Down
Loading

0 comments on commit bacff3b

Please sign in to comment.