mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 09:03:48 +00:00
Reintroduce evmone as an EVM interpreter option behind the 'evmone' build tag. Includes gas refund propagation from evmone to Go StateDB, and C memory allocation for all parameters passed across the CGO boundary.
11 lines
301 B
Text
11 lines
301 B
Text
[submodule "tests"]
|
|
path = tests/testdata
|
|
url = https://github.com/ethereum/tests
|
|
shallow = true
|
|
[submodule "evm-benchmarks"]
|
|
path = tests/evm-benchmarks
|
|
url = https://github.com/ipsilon/evm-benchmarks
|
|
shallow = true
|
|
[submodule "evmone"]
|
|
path = evmone
|
|
url = https://github.com/ethereum/evmone
|