go-pulse/tests
Martin Holst Swende 63979bc9cc
cmd/evm, core/state: fix post-exec dump of state (statetests, blockchaintests) (#28504)
There were several problems related to dumping state. 

- If a preimage was missing, even if we had set the `OnlyWithAddresses` to `false`, to export them anyway, the way the mapping was constructed (using `common.Address` as key) made the entries get lost anyway. Concerns both state- and blockchain tests. 
- Blockchain test execution was not configured to store preimages.

This changes makes it so that the block test executor takes a callback, just like the state test executor already does. This callback can be used to examine the post-execution state, e.g. to aid debugging of test failures.
2023-11-28 13:54:17 +01:00
..
evm-benchmarks@d8b88f4046
fuzzers cmd, les, tests: remove light client code (#28586) 2023-11-23 16:28:26 +02:00
solidity
testdata@ee3fa4c86d
block_test_util.go cmd/evm, core/state: fix post-exec dump of state (statetests, blockchaintests) (#28504) 2023-11-28 13:54:17 +01:00
block_test.go cmd/evm, core/state: fix post-exec dump of state (statetests, blockchaintests) (#28504) 2023-11-28 13:54:17 +01:00
difficulty_test_util.go
difficulty_test.go
gen_btheader.go
gen_difficultytest.go
gen_stenv.go
gen_sttransaction.go
init_test.go
init.go
rlp_test_util.go
rlp_test.go
state_test_util.go
state_test.go tests: skip tests on windows 32bit CI (#28521) 2023-11-14 18:40:16 +01:00
transaction_test_util.go
transaction_test.go