chore!: Update rust_eth_kzg to v0.5.1 (formally known as peerdas-kzg) (#6309)

* update rust_eth_kzg

Co-authored-by: Eitan Seri-Levi <eserilev@ucsc.edu>

* Update kzg module

Co-authored-by: Eitan Seri-Levi <eserilev@ucsc.edu>

* update benchmark code

Co-authored-by: Eitan Seri-Levi <eserilev@ucsc.edu>

* Add note on trusted setup configuration.
This commit is contained in:
kevaundray
2024-08-28 07:43:14 +01:00
committed by GitHub
parent bcff4aa825
commit 5e9cc60dd7
4 changed files with 36 additions and 23 deletions

View File

@@ -114,7 +114,7 @@ delay_map = "0.3"
derivative = "2"
dirs = "3"
either = "1.9"
rust_eth_kzg = "0.3.4"
rust_eth_kzg = "0.5.1"
discv5 = { version = "0.4.1", features = ["libp2p"] }
env_logger = "0.9"
error-chain = "0.12"