go-ethereum/accounts/abi/abigen
nthumann 52ec2b5f47
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run
accounts/abi: fix panic when check event with log has empty or nil topics (#32503)
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.
2025-08-27 20:36:45 +08:00
..
testdata/v2 accounts/abi: fix panic when check event with log has empty or nil topics (#32503) 2025-08-27 20:36:45 +08:00
bind.go accounts/abi: precompile regex (#32301) 2025-07-31 09:53:31 +08:00
bind_test.go eth/filters, core/filtermaps: safe chain view update (#31590) 2025-04-20 09:48:49 +02:00
bindv2.go cmd/abigen, accounts/abi/bind: implement abigen version 2 (#31379) 2025-03-17 15:56:55 +01:00
bindv2_test.go accounts/abi: generate TryPack* methods for abigen v2 bindings (#31692) 2025-07-02 15:16:54 +09:00
source.go.tpl cmd/abigen, accounts/abi/bind: implement abigen version 2 (#31379) 2025-03-17 15:56:55 +01:00
source2.go.tpl accounts/abi: fix panic when check event with log has empty or nil topics (#32503) 2025-08-27 20:36:45 +08:00
template.go cmd/abigen, accounts/abi/bind: implement abigen version 2 (#31379) 2025-03-17 15:56:55 +01:00