1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/tests
Sina Mahmoodi 95741b1844
core: move genesis alloc types to core/types (#29003)
We want to use these types in public user-facing APIs, so they shouldn't be in core.

Co-authored-by: Felix Lange <fjl@twurst.com>
2024-02-16 19:05:33 +01:00
..
evm-benchmarks@d8b88f4046
fuzzers all: remove the dependency from trie to triedb (#28824) 2024-02-13 14:49:53 +01:00
solidity
testdata@fa51c5c164 tests: update reference tests (#28778) 2024-01-15 09:15:40 +01:00
block_test.go tests: update execution spec tests + split statetest exec (#28993) 2024-02-15 13:30:11 +01:00
block_test_util.go core: move genesis alloc types to core/types (#29003) 2024-02-16 19:05:33 +01:00
difficulty_test.go
difficulty_test_util.go
gen_btheader.go
gen_difficultytest.go
gen_stenv.go tests: add currentExcessBlobGas to state tests (#28735) 2023-12-28 11:39:28 +01:00
gen_sttransaction.go tests: use 'sender' in state tests if present (#28023) 2023-08-29 04:36:10 +02:00
init.go
init_test.go tests: update execution spec tests + split statetest exec (#28993) 2024-02-15 13:30:11 +01:00
rlp_test.go
rlp_test_util.go
state_test.go tests: update execution spec tests + split statetest exec (#28993) 2024-02-15 13:30:11 +01:00
state_test_util.go core: move genesis alloc types to core/types (#29003) 2024-02-16 19:05:33 +01:00
transaction_test.go
transaction_test_util.go