go-ethereum/accounts/abi/bind/v2/internal/contracts
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
..
db accounts/abi: fix panic when check event with log has empty or nil topics #32503 (#1431) 2025-09-06 17:04:33 +08:00
events accounts/abi: fix panic when check event with log has empty or nil topics #32503 (#1431) 2025-09-06 17:04:33 +08:00
nested_libraries cmd/abigen, accounts/abi/bind: implement abigen version 2 #31379 (#1416) 2025-09-03 15:47:12 +08:00
solc_errors cmd/abigen, accounts/abi/bind: implement abigen version 2 #31379 (#1416) 2025-09-03 15:47:12 +08:00
uint256arrayreturn cmd/abigen, accounts/abi/bind: implement abigen version 2 #31379 (#1416) 2025-09-03 15:47:12 +08:00