1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/core/vm
aaronbuchwald ca9c576e62
core/vm: fix interpreter comments (#22797)
* Fix interpreter comment

* Fix comment
2021-05-03 11:58:00 +03:00
..
runtime core/vm: make gas cost reporting to tracers correct (#22702) 2021-04-27 13:21:41 +02:00
testdata
access_list_tracer.go core, eth, internal/ethapi: create access list RPC API (#22550) 2021-04-07 17:54:31 +03:00
analysis.go
analysis_test.go
common.go
contract.go
contracts.go core, eth, internal/ethapi: create access list RPC API (#22550) 2021-04-07 17:54:31 +03:00
contracts_test.go
doc.go
eips.go eth/tracers, core: use scopecontext in tracers, provide statedb in capturestart (#22333) 2021-03-25 10:13:14 +01:00
errors.go evm: remove unused errors left after EIP-2315 removal (#22767) 2021-04-29 19:30:16 +02:00
evm.go core/vm: clean up contract creation error handling (#22766) 2021-05-01 13:19:24 +02:00
gas.go
gas_table.go
gas_table_test.go
gen_structlog.go
instructions.go eth/tracers, core: use scopecontext in tracers, provide statedb in capturestart (#22333) 2021-03-25 10:13:14 +01:00
instructions_test.go core/vm: replace repeated string with variable in tests (#22774) 2021-04-30 12:49:13 +02:00
interface.go
interpreter.go core/vm: fix interpreter comments (#22797) 2021-05-03 11:58:00 +03:00
jump_table.go eth/tracers, core: use scopecontext in tracers, provide statedb in capturestart (#22333) 2021-03-25 10:13:14 +01:00
logger.go eth/tracers, core: use scopecontext in tracers, provide statedb in capturestart (#22333) 2021-03-25 10:13:14 +01:00
logger_json.go eth/tracers, core: use scopecontext in tracers, provide statedb in capturestart (#22333) 2021-03-25 10:13:14 +01:00
logger_test.go eth/tracers, core: use scopecontext in tracers, provide statedb in capturestart (#22333) 2021-03-25 10:13:14 +01:00
memory.go
memory_table.go
opcodes.go
operations_acl.go core/vm: fix typo in comment (#22785) 2021-04-30 12:46:34 +02:00
stack.go
stack_table.go