go-ethereum/accounts/abi/abigen/testdata/v2
Daniel Liu a85b4ee518
accounts/abi: fix panic when check event with log has empty or nil topics #32503 (#1431)
When the log has empty or nil topics, the generated bindings code will
panic when accessing `log.Topics[0]`, add a check to avoid it.

Co-authored-by: nthumann <nthumanna@gmail.com>
2025-09-06 17:04:33 +08:00
..
callbackparam.go.txt cmd/abigen, accounts/abi/bind: implement abigen version 2 #31379 (#1416) 2025-09-03 15:47:12 +08:00
crowdsale.go.txt accounts/abi: fix panic when check event with log has empty or nil topics #32503 (#1431) 2025-09-06 17:04:33 +08:00
dao.go.txt accounts/abi: fix panic when check event with log has empty or nil topics #32503 (#1431) 2025-09-06 17:04:33 +08:00
deeplynestedarray.go.txt cmd/abigen, accounts/abi/bind: implement abigen version 2 #31379 (#1416) 2025-09-03 15:47:12 +08:00
empty.go.txt cmd/abigen, accounts/abi/bind: implement abigen version 2 #31379 (#1416) 2025-09-03 15:47:12 +08:00
eventchecker.go.txt accounts/abi: fix panic when check event with log has empty or nil topics #32503 (#1431) 2025-09-06 17:04:33 +08:00
getter.go.txt cmd/abigen, accounts/abi/bind: implement abigen version 2 #31379 (#1416) 2025-09-03 15:47:12 +08:00
identifiercollision.go.txt cmd/abigen, accounts/abi/bind: implement abigen version 2 #31379 (#1416) 2025-09-03 15:47:12 +08:00
inputchecker.go.txt cmd/abigen, accounts/abi/bind: implement abigen version 2 #31379 (#1416) 2025-09-03 15:47:12 +08:00
interactor.go.txt cmd/abigen, accounts/abi/bind: implement abigen version 2 #31379 (#1416) 2025-09-03 15:47:12 +08:00
nameconflict.go.txt accounts/abi: fix panic when check event with log has empty or nil topics #32503 (#1431) 2025-09-06 17:04:33 +08:00
numericmethodname.go.txt accounts/abi: fix panic when check event with log has empty or nil topics #32503 (#1431) 2025-09-06 17:04:33 +08:00
outputchecker.go.txt cmd/abigen, accounts/abi/bind: implement abigen version 2 #31379 (#1416) 2025-09-03 15:47:12 +08:00
overload.go.txt accounts/abi: fix panic when check event with log has empty or nil topics #32503 (#1431) 2025-09-06 17:04:33 +08:00
rangekeyword.go.txt cmd/abigen, accounts/abi/bind: implement abigen version 2 #31379 (#1416) 2025-09-03 15:47:12 +08:00
slicer.go.txt cmd/abigen, accounts/abi/bind: implement abigen version 2 #31379 (#1416) 2025-09-03 15:47:12 +08:00
structs-abi.go.txt cmd/abigen, accounts/abi/bind: implement abigen version 2 #31379 (#1416) 2025-09-03 15:47:12 +08:00
structs.go.txt cmd/abigen, accounts/abi/bind: implement abigen version 2 #31379 (#1416) 2025-09-03 15:47:12 +08:00
token.go.txt accounts/abi: fix panic when check event with log has empty or nil topics #32503 (#1431) 2025-09-06 17:04:33 +08:00
tuple.go.txt accounts/abi: fix panic when check event with log has empty or nil topics #32503 (#1431) 2025-09-06 17:04:33 +08:00
tupler.go.txt cmd/abigen, accounts/abi/bind: implement abigen version 2 #31379 (#1416) 2025-09-03 15:47:12 +08:00
underscorer.go.txt cmd/abigen, accounts/abi/bind: implement abigen version 2 #31379 (#1416) 2025-09-03 15:47:12 +08:00