feat(primitives): k256 crate fallback for secp256k1 module (#9989)

This commit is contained in:
Alexey Shekhirin
2024-08-02 13:53:59 +01:00
committed by GitHub
parent 340c95eba0
commit d7f9a255e1
15 changed files with 192 additions and 41 deletions

View File

@ -16,7 +16,7 @@ workspace = true
reth-chainspec.workspace = true
reth-blockchain-tree-api.workspace = true
reth-execution-types.workspace = true
reth-primitives = { workspace = true, features = ["reth-codec"] }
reth-primitives = { workspace = true, features = ["reth-codec", "secp256k1"] }
reth-fs-util.workspace = true
reth-errors.workspace = true
reth-storage-errors.workspace = true