go-ethereum/accounts/abi/abigen/testdata
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
..
v2 accounts/abi: fix panic when check event with log has empty or nil topics #32503 (#1431) 2025-09-06 17:04:33 +08:00