go-ethereum/accounts/abi
cui 6af374e6aa
accounts/abi: fix unittest code (#34740)
1. should use !reflect.DeepEqual.
2. big.NewInt(0).SetBits([]big.Word{}) work around for DeepEqual when
big.Int is zero, unpack return a []big.Word{}.
2026-05-12 08:50:04 -04:00
..
abigen
bind accounts/abi/bind: re-export event signature errors (#34868) 2026-05-05 11:29:26 +02:00
abi.go
abi_test.go
abifuzzer_test.go
argument.go
doc.go
error.go
error_handling.go
event.go
event_test.go
method.go
method_test.go
pack.go
pack_test.go
packing_test.go
reflect.go
reflect_test.go
selector_parser.go
selector_parser_test.go
topics.go
topics_test.go
type.go
type_test.go
unpack.go
unpack_test.go accounts/abi: fix unittest code (#34740) 2026-05-12 08:50:04 -04:00
utils.go