erigon-pulse/tests
Martin Holst Swende ca3d54a32c all: implement EIP-2929 (gas cost increases for state access opcodes) + yolo-v2 (#21509)
* core/vm, core/state: implement EIP-2929 + YOLOv2

* core/state, core/vm: fix some review concerns

* core/state, core/vm: address review concerns

* core/vm: address review concerns

* core/vm: better documentation

* core/vm: unify sload cost as fully dynamic

* core/vm: fix typo

* core/vm/runtime: fix compilation flaw

* core/vm/runtime: fix renaming-err leftovers

* core/vm: renaming

* params/config: use correct yolov2 chainid for config

* core, params: use a proper new genesis for yolov2

* core/state/tests: golinter nitpicks
# Conflicts:
#	cmd/evm/internal/t8ntool/execution.go
#	cmd/geth/chaincmd.go
#	cmd/geth/consolecmd.go
#	cmd/geth/main.go
#	cmd/geth/usage.go
#	cmd/utils/flags.go
#	core/state/statedb.go
#	core/state/statedb_test.go
#	core/vm/evm.go
#	core/vm/interpreter.go
#	core/vm/logger.go
#	core/vm/runtime/runtime.go
#	eth/api_tracer.go
2020-12-03 17:37:38 +01:00
..
contracts geth-1.9.23: post-rebase fixups 2020-10-26 17:16:00 +01:00
fuzzers accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface (#21091) 2020-10-26 17:16:00 +01:00
solidity tests/solidity: add contract to test every opcode (#19283) 2019-09-26 10:30:33 +02:00
testdata@b5eb9900ee eth, les: fix time sensitive unit tests (#20741) 2020-03-16 16:40:19 +03:00
.gitignore Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
block_test_util.go Store receipts separately - one record per tx (#1271) 2020-10-25 08:38:55 +00:00
block_test.go GenerateChain without using TrieDbState (#726) 2020-07-09 07:15:28 +01:00
difficulty_test_util.go Headers PoC - intermediate changes (#1016) 2020-08-31 06:27:51 +01:00
difficulty_test.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
gen_btheader.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
gen_difficultytest.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
gen_stenv.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
gen_sttransaction.go [GC] uint256 rather than big.Int in Transaction (#614) 2020-06-04 08:43:08 +01:00
gen_vmexec.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
init_test.go tests, signer: remove staticcheck warnings (#20364) 2019-12-03 13:55:17 +01:00
init.go all: implement EIP-2929 (gas cost increases for state access opcodes) + yolo-v2 (#21509) 2020-12-03 17:37:38 +01:00
pruner_test.go ChangeSets dupsort (#1342) 2020-11-16 12:08:28 +00:00
rlp_test_util.go green tests 2019-11-13 13:52:03 +03:00
rlp_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
state_test_util.go all: implement EIP-2929 (gas cost increases for state access opcodes) + yolo-v2 (#21509) 2020-12-03 17:37:38 +01:00
state_test.go Run tests on lmdb and badger (#624) 2020-06-05 10:25:33 +01:00
statedb_chain_test.go geth-1.9.23: post-rebase fixups 2020-10-26 17:16:00 +01:00
statedb_insert_chain_transaction_test.go Another step in migrating tests to staged sync (#970) 2020-08-24 18:00:40 +01:00
transaction_test_util.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
transaction_test.go green tests 2019-11-13 13:52:03 +03:00
vm_test_util.go Jumpdest skip optimisation (#851) 2020-08-01 17:56:57 +01:00
vm_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00