erigon-pulse/tests
Sina Mahmoodi c376039049 cmd,core,eth,params,tests: define yolov3 + enable EIP-2565 (#22213)
Removes the yolov2 definition, adds yolov3, including EIP-2565. This PR also disables some of the erroneously generated blockchain and statetests, and adds the new genesis hash + alloc for yolov3.
This PR disables the CLI switches for yolo, since it's not complete until we merge support for 2930.
# 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_processor.go
#	core/vm/evm.go
#	core/vm/interpreter.go
#	tests/block_test.go
2021-03-09 13:47:37 +01:00
..
contracts geth-1.9.23: post-rebase fixups 2020-10-26 17:16:00 +01:00
fuzzers cmd,core,eth,params,tests: define yolov3 + enable EIP-2565 (#22213) 2021-03-09 13:47:37 +01:00
solidity tests/solidity: add contract to test every opcode (#19283) 2019-09-26 10:30:33 +02:00
testdata@6c863f03be tests: update the reference tests (#22009) 2021-03-09 10:36:34 +01:00
.gitignore Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
block_test_util.go Revert "Extract validating interface (#1120)" (#1543) 2021-03-05 20:34:23 +00:00
block_test.go cmd,core,eth,params,tests: define yolov3 + enable EIP-2565 (#22213) 2021-03-09 13:47:37 +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 cmd,core,eth,params,tests: define yolov3 + enable EIP-2565 (#22213) 2021-03-09 13:47:37 +01:00
pruner_test.go Revert "Extract validating interface (#1120)" (#1543) 2021-03-05 20:34:23 +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 cmd,core,eth,params,tests: define yolov3 + enable EIP-2565 (#22213) 2021-03-09 13:47:37 +01:00
state_test.go cmd,core,eth,params,tests: define yolov3 + enable EIP-2565 (#22213) 2021-03-09 13:47:37 +01:00
statedb_chain_test.go Revert "Extract validating interface (#1120)" (#1543) 2021-03-05 20:34:23 +00:00
statedb_insert_chain_transaction_test.go Revert "Extract validating interface (#1120)" (#1543) 2021-03-05 20:34:23 +00: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 core, all: split vm.Context into BlockContext and TxContext (#21672) 2021-03-08 12:17:35 +01:00
vm_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00