ethereum-optimism / op-geth

GNU Lesser General Public License v3.0
255 stars 653 forks source link

Pass the original precompile to the override function. #260

Closed ajsutton closed 3 months ago

ajsutton commented 3 months ago

Description

Pass the original precompile to the override function. Will allow the override to optionally delegate some functions to the original precompile instead of having to fully replace it.

Metadata