plugeth/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
analysis_test.go
analysis.go
common.go
contract.go
contracts_test.go
contracts.go
doc.go
eips.go all: implement EIP-1559 (#22837) 2021-05-17 15:13:22 +02:00
errors.go
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
gas.go
gen_structlog.go
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
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
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
memory_table.go
memory.go
opcodes.go all: implement EIP-1559 (#22837) 2021-05-17 15:13:22 +02:00
operations_acl.go
stack_table.go
stack.go