go-ethereum/core/vm
Martin Holst Swende 080b6ebe91
core/vm: evm fix panic (#23047)
* core/vm: evm fix panic

* core/vm/runtime: default to params.initialbasefee
2021-06-16 09:53:27 +03:00
..
runtime core/vm: evm fix panic (#23047) 2021-06-16 09:53:27 +03: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_test.go
analysis.go
common.go
contract.go core, eth: unship EIP 2315 2021-03-02 23:40:57 +02:00
contracts_test.go
contracts.go core, eth, internal/ethapi: create access list RPC API (#22550) 2021-04-07 17:54:31 +03:00
doc.go
eips.go all: implement EIP-1559 (#22837) 2021-05-17 15:13:22 +02:00
errors.go core/vm, params: implement EIP 3541 2021-05-06 11:28:46 +02:00
evm.go core, internal: support various eth_call invocations post 1559 2021-06-10 08:02:51 +03:00
gas_table_test.go
gas_table.go all: remove redundant conversions and import names (#21903) 2020-11-25 21:00:23 +01:00
gas.go
gen_structlog.go core, eth: unship EIP 2315 2021-03-02 23:40:57 +02:00
instructions_test.go core, internal: support various eth_call invocations post 1559 2021-06-10 08:02:51 +03:00
instructions.go core, internal: support various eth_call invocations post 1559 2021-06-10 08:02:51 +03:00
interface.go all: add support for EIP-2718, EIP-2930 transactions (#21502) 2021-02-25 15:26:57 +01:00
interpreter.go core, internal: support various eth_call invocations post 1559 2021-06-10 08:02:51 +03:00
jump_table.go all: implement EIP-1559 (#22837) 2021-05-17 15:13:22 +02:00
logger_json.go core/vm: avoid duplicate log in json logger (#22825) 2021-05-06 10:46:27 +02:00
logger_test.go go.mod: upgrade to github.com/holiman/uint256 v1.2.0 (#22745) 2021-05-10 12:29:33 +02:00
logger.go eth/tracers, core: use scopecontext in tracers, provide statedb in capturestart (#22333) 2021-03-25 10:13:14 +01:00
memory_table.go
memory.go
opcodes.go all: implement EIP-1559 (#22837) 2021-05-17 15:13:22 +02:00
operations_acl.go core, params: implement EIP-3529 (#22733) 2021-05-07 09:25:32 +03:00
stack_table.go
stack.go core, eth: unship EIP 2315 2021-03-02 23:40:57 +02:00