Skip to content

Commit 1916a2a

Browse files
authored
chore: update to rust-eth-kzg to 0.5.4 (#7020)
This updates to a version with the [compute_cells](https://github.com/ethereum/consensus-specs/blob/dev/specs/fulu/polynomial-commitments-sampling.md#compute_cells) method that allows you to extend a blob without creating a proof for it. Which issue # does this PR address? Please list or describe the changes introduced by this PR.
1 parent 8d1abce commit 1916a2a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ delay_map = "0.4"
132132
derivative = "2"
133133
dirs = "3"
134134
either = "1.9"
135-
rust_eth_kzg = "0.5.3"
135+
rust_eth_kzg = "0.5.4"
136136
discv5 = { version = "0.9", features = ["libp2p"] }
137137
env_logger = "0.9"
138138
ethereum_hashing = "0.7.0"

0 commit comments

Comments
 (0)