ava-labs / subnet-evm

Launch your own EVM as an Avalanche Subnet
https://docs.avax.network/subnets/create-a-fuji-subnet
GNU Lesser General Public License v3.0
243 stars 220 forks source link

feat: `gethclone` patch set for stateful precompiles #1224

Open ARR4N opened 3 months ago

ARR4N commented 3 months ago

Why this should be merged

How this works

Rename vm.RunPrecompiledContract() to vm.geth_RunPrecompiledContract() and change all calls to the former to RunStatefulPrecompiledContract(), which should be implemented independently.

How this was tested

How is this documented