erigon-pulse/tests
Andrew Ashikhmin 759fb00593
[beta] Stricter uint256 RLP decoding. Update consensus tests to 10.1 (#3089)
* Clean up test runners. Don't run legacy tests

* Cherry pick https://github.com/ethereum/go-ethereum/pull/22927

* Tests update 10.1: Transaction Tests

* Port decodeBigInt changes to decodeUint256

* Introduce (*Stream) Uint256Bytes

* Temporarily disable stTransactionTest/HighGasPrice

* linter

* ttWrongRLP transaction tests pass now

* Fix stTransactionTest/HighGasPrice

Co-authored-by: Felix Lange <fjl@twurst.com>
2021-12-06 08:00:54 +00:00
..
contracts rename (#1978) 2021-05-20 19:25:53 +01:00
fuzzers remove block_fetcher and tx_fetcher (#3024) 2021-11-23 07:12:56 +00:00
solidity tests/solidity: add contract to test every opcode (#19283) 2019-09-26 10:30:33 +02:00
testdata@fbff6fee06 [beta] Stricter uint256 RLP decoding. Update consensus tests to 10.1 (#3089) 2021-12-06 08:00:54 +00:00
.gitignore Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
block_test_util.go Avoid redundant Block.Header() deep-copy (#3050) 2021-11-29 08:52:36 +00:00
block_test.go [beta] Stricter uint256 RLP decoding. Update consensus tests to 10.1 (#3089) 2021-12-06 08:00:54 +00:00
difficulty_test_util.go rename (#1978) 2021-05-20 19:25:53 +01:00
difficulty_test.go rename (#1978) 2021-05-20 19:25:53 +01:00
gen_btheader.go Upgrade tests to 9.0.2 (#2147) 2021-06-13 14:01:11 +01:00
gen_difficultytest.go rename (#1978) 2021-05-20 19:25:53 +01:00
gen_stenv.go Upgrade tests to 9.0.2 (#2147) 2021-06-13 14:01:11 +01:00
gen_sttransaction.go Upgrade tests to 9.0.2 (#2147) 2021-06-13 14:01:11 +01:00
gen_vmexec.go rename (#1978) 2021-05-20 19:25:53 +01:00
init_test.go [beta] Stricter uint256 RLP decoding. Update consensus tests to 10.1 (#3089) 2021-12-06 08:00:54 +00:00
init.go rename (#1978) 2021-05-20 19:25:53 +01:00
rlp_test_util.go Inner errors (#2774) 2021-10-04 22:16:52 +07:00
rlp_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
state_test_util.go [beta] Stricter uint256 RLP decoding. Update consensus tests to 10.1 (#3089) 2021-12-06 08:00:54 +00:00
state_test.go [beta] Stricter uint256 RLP decoding. Update consensus tests to 10.1 (#3089) 2021-12-06 08:00:54 +00:00
statedb_chain_test.go Move bucket constants into kv package, move kv interface to kv package (#2455) 2021-07-28 09:47:38 +07:00
statedb_insert_chain_transaction_test.go move kv to erigon-lib (#2467) 2021-07-29 18:53:13 +07:00
transaction_test_util.go [beta] Stricter uint256 RLP decoding. Update consensus tests to 10.1 (#3089) 2021-12-06 08:00:54 +00:00
transaction_test.go [beta] Stricter uint256 RLP decoding. Update consensus tests to 10.1 (#3089) 2021-12-06 08:00:54 +00:00
vm_test_util.go Inner errors (#2774) 2021-10-04 22:16:52 +07:00