hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.52k stars 839 forks source link

EIP-7212: r1 curve precompile #6999

Open jflo opened 6 months ago

jflo commented 6 months ago

NOTE: inclusion in Prague likely but not yet confirmed.

https://eips.ethereum.org/EIPS/eip-7212

This curve is already supported by besu-native, so it should just be a matter of wrapping a pre-compile around it. It's also already supported by ECRCPrecompiledContract, it just needs to be instantiated with the r1 curve, and bound to whatever opcode we decide on.

ulerdogan commented 6 months ago

Hello! Thanks for creating the issue and considering for the implementation. Just to mention, EIP-7212 has been moved to RIP repository and the final specs are there, the progress will likely follow the proposal as an RIP. RIP here

github-actions[bot] commented 1 week ago

This issue is stale because it has been open for 6 months with no activity.