Closed 0xurb closed 1 week ago
can i take on this issue ?
what code is duplicated?
looks like the EIP-7212 secp256r1 Precompile indeed already exists in revm
can i take on this issue ?
yes please @mahmudsudo
@mahmudsudo we can take this directly from the revm
dependency
just to be clear , should i eliminate the secp256rl in the precompile and replace its usage with the one from reth::revm::revm ?
yes those should be equivalent
Maybe enable feature on reth_revm crate for
secp256r1
? Or it’s a some reason to re-write that on Odyssey?