plugeth/core/vm
Martin Holst Swende 94451c2788
all: implement EIP-1559 (#22837)
This is the initial implementation of EIP-1559 in packages core/types and core.
Mining, RPC, etc. will be added in subsequent commits.

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
Co-authored-by: lightclient@protonmail.com <lightclient@protonmail.com>
Co-authored-by: Felix Lange <fjl@twurst.com>
2021-05-17 15:13:22 +02:00
..
runtime all: define London+baikal, undefine yolov3, add london override flag (#22822) 2021-05-06 12:07:42 +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 all: implement EIP-1559 (#22837) 2021-05-17 15:13:22 +02: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 go.mod: upgrade to github.com/holiman/uint256 v1.2.0 (#22745) 2021-05-10 12:29:33 +02:00
instructions.go eth/tracers, core: use scopecontext in tracers, provide statedb in capturestart (#22333) 2021-03-25 10:13:14 +01:00
interface.go all: add support for EIP-2718, EIP-2930 transactions (#21502) 2021-02-25 15:26:57 +01:00
interpreter.go core, params: implement EIP-3529 (#22733) 2021-05-07 09:25:32 +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