plugeth/tests
Martin Holst Swende 81678971db
trie, tests/fuzzers: implement a stacktrie fuzzer + stacktrie fixes (#21799)
* trie: fix error in stacktrie not committing small roots

* fuzzers: make trie-fuzzer use correct returnvalues

* trie: improved tests

* tests/fuzzers: fuzzer for stacktrie vs regular trie

* test/fuzzers: make stacktrie fuzzer use 32-byte keys

* trie: fix error in stacktrie with small nodes

* trie: add (skipped) testcase for stacktrie

* tests/fuzzers: address review comments for stacktrie fuzzer

* trie: fix docs in stacktrie
2020-11-09 15:08:12 +01:00
..
fuzzers trie, tests/fuzzers: implement a stacktrie fuzzer + stacktrie fixes (#21799) 2020-11-09 15:08:12 +01:00
solidity
testdata@7497b116a0
block_test_util.go cmd, core, eth: background transaction indexing (#20302) 2020-05-11 18:58:43 +03:00
block_test.go
difficulty_test_util.go
difficulty_test.go
gen_btheader.go
gen_difficultytest.go
gen_stenv.go
gen_sttransaction.go
gen_vmexec.go
init_test.go
init.go all: implement EIP-2929 (gas cost increases for state access opcodes) + yolo-v2 (#21509) 2020-10-23 08:26:57 +02:00
rlp_test_util.go
rlp_test.go
state_test_util.go core: improve snapshot journal recovery (#21594) 2020-10-29 21:01:58 +02:00
state_test.go tests: skip consensus test using 1GB RAM 2020-05-05 12:27:09 +03:00
transaction_test_util.go
transaction_test.go
vm_test_util.go tests: cleanup snapshot generator goroutine leak 2020-05-04 12:10:02 +03:00
vm_test.go