go-ethereum/tests
Daniel Liu 0fd51f13a1
tests/fuzzers: added bn marshaling fuzzers #32053 (#1228)
Adds marshaling fuzzing for G1 and G2 to oss-fuzz.

Also aligns the behavior of the google library to that of gnark and
cloudflare, which only ever read the first 64 / 128 bytes of the input,
regardless of how long the input is

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
2025-07-26 17:36:58 +08:00
..
fuzzers tests/fuzzers: added bn marshaling fuzzers #32053 (#1228) 2025-07-26 17:36:58 +08:00
block_test.go FIx Bad block error. 2021-09-17 17:59:06 +05:30
block_test_util.go cmd, core, eth, trie: add trie read caching layer (#18087) (#946) 2025-04-16 17:27:43 +08:00
difficulty_test.go params: remove EIP150Hash from chainconfig (#27087) 2025-02-05 18:16:17 +08:00
difficulty_test_util.go build: add imports for go generate tools (#24682) 2025-01-20 11:52:59 +08:00
gen_btheader.go tests: update for London (#22976) 2024-11-01 11:36:52 +08:00
gen_difficultytest.go all: update files by 'go generate ./...' 2025-01-22 15:10:52 +08:00
gen_stenv.go tests: update for London (#22976) 2024-11-01 11:36:52 +08:00
gen_sttransaction.go tests: update for London (#22976) 2024-11-01 11:36:52 +08:00
gen_tttransaction.go all: update files by 'go generate ./...' 2025-01-22 15:10:52 +08:00
gen_vmexec.go Access list state test format (#22290) 2024-11-01 11:36:52 +08:00
init.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
init_test.go core: check if sender is EOA (#23303) 2024-11-01 11:36:53 +08:00
rlp_test.go tests: update tests and implement general state tests (#14734) 2017-07-11 13:49:14 +02:00
rlp_test_util.go all: use errrors.New instead of empty fmt.Errorf 2024-06-14 19:19:21 +08:00
state_test.go core: change handling of dirty objects in state #15225 #16485 #16491 (#1171) 2025-07-02 14:07:21 +08:00
state_test_util.go all: new empty trie with types.EmptyRootHash instead of null (#27230) 2025-02-07 13:04:45 +08:00
transaction_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
transaction_test_util.go build: add imports for go generate tools (#24682) 2025-01-20 11:52:59 +08:00
vm_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
vm_test_util.go core: move genesis alloc types to core/types (#29003) 2025-01-24 16:54:12 +08:00