plugeth/tests
rjl493456442 99f81d2724
all: refactor trie API (#26995)
In this PR, all TryXXX(e.g. TryGet) APIs of trie are renamed to XXX(e.g. Get) with an error returned.

The original XXX(e.g. Get) APIs are renamed to MustXXX(e.g. MustGet) and does not return any error -- they print a log output. A future PR will change the behaviour to panic on errorrs.
2023-04-20 06:57:24 -04:00
..
evm-benchmarks@d8b88f4046
fuzzers all: refactor trie API (#26995) 2023-04-20 06:57:24 -04:00
solidity
testdata@bac70c50a5
block_test_util.go
block_test.go
difficulty_test_util.go
difficulty_test.go params: remove EIP150Hash from chainconfig (#27087) 2023-04-18 03:49:09 -04:00
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 all: remove debug-field from vm config (#27048) 2023-04-04 09:50:13 -04:00
transaction_test_util.go
transaction_test.go