Skip to content

Commit

Permalink
bump: c-kzg v1.0.0 (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Mar 13, 2024
1 parent 1d5faf0 commit 69e3a28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/precompile/Cargo.toml
Expand Up @@ -22,7 +22,7 @@ sha2 = { version = "0.10", default-features = false }
aurora-engine-modexp = { version = "1.0", default-features = false }

# Optional KZG point evaluation precompile
c-kzg = { version = "0.4.2", default-features = false, optional = true }
c-kzg = { version = "1.0.0", default-features = false, optional = true }

# ecRecover precompile
k256 = { version = "0.13.3", default-features = false, features = ["ecdsa"] }
Expand Down
8 changes: 2 additions & 6 deletions crates/primitives/Cargo.toml
Expand Up @@ -26,7 +26,7 @@ bitvec = { version = "1", default-features = false, features = ["alloc"] }
bitflags = { version = "2.4.2", default-features = false }

# For setting the CfgEnv KZGSettings. Enabled by c-kzg flag.
c-kzg = { version = "0.4.2", default-features = false, optional = true }
c-kzg = { version = "1.0.0", default-features = false, optional = true }
once_cell = { version = "1.19", default-features = false, optional = true }

# utility
Expand Down Expand Up @@ -89,8 +89,4 @@ optional_no_base_fee = []
optional_beneficiary_reward = []

# See comments in `revm-precompile`
c-kzg = [
"dep:c-kzg",
"dep:once_cell",
"dep:derive_more",
]
c-kzg = ["dep:c-kzg", "dep:once_cell", "dep:derive_more"]

0 comments on commit 69e3a28

Please sign in to comment.