go-ethereum/accounts/abi/abigen/testdata/v2
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
..
callbackparam.go.txt accounts/abi: generate TryPack* methods for abigen v2 bindings (#31692) 2025-07-02 15:16:54 +09:00
crowdsale.go.txt accounts/abi: fix panic when check event with log has empty or nil topics (#32503) 2025-08-27 20:36:45 +08:00
dao.go.txt accounts/abi: fix panic when check event with log has empty or nil topics (#32503) 2025-08-27 20:36:45 +08:00
deeplynestedarray.go.txt accounts/abi: generate TryPack* methods for abigen v2 bindings (#31692) 2025-07-02 15:16:54 +09:00
empty.go.txt cmd/abigen, accounts/abi/bind: implement abigen version 2 (#31379) 2025-03-17 15:56:55 +01:00
eventchecker.go.txt accounts/abi: fix panic when check event with log has empty or nil topics (#32503) 2025-08-27 20:36:45 +08:00
getter.go.txt accounts/abi: generate TryPack* methods for abigen v2 bindings (#31692) 2025-07-02 15:16:54 +09:00
identifiercollision.go.txt accounts/abi: generate TryPack* methods for abigen v2 bindings (#31692) 2025-07-02 15:16:54 +09:00
inputchecker.go.txt accounts/abi: generate TryPack* methods for abigen v2 bindings (#31692) 2025-07-02 15:16:54 +09:00
interactor.go.txt accounts/abi: generate TryPack* methods for abigen v2 bindings (#31692) 2025-07-02 15:16:54 +09:00
nameconflict.go.txt accounts/abi: fix panic when check event with log has empty or nil topics (#32503) 2025-08-27 20:36:45 +08:00
numericmethodname.go.txt accounts/abi: fix panic when check event with log has empty or nil topics (#32503) 2025-08-27 20:36:45 +08:00
outputchecker.go.txt accounts/abi: generate TryPack* methods for abigen v2 bindings (#31692) 2025-07-02 15:16:54 +09:00
overload.go.txt accounts/abi: fix panic when check event with log has empty or nil topics (#32503) 2025-08-27 20:36:45 +08:00
rangekeyword.go.txt accounts/abi: generate TryPack* methods for abigen v2 bindings (#31692) 2025-07-02 15:16:54 +09:00
slicer.go.txt accounts/abi: generate TryPack* methods for abigen v2 bindings (#31692) 2025-07-02 15:16:54 +09:00
structs.go.txt accounts/abi: generate TryPack* methods for abigen v2 bindings (#31692) 2025-07-02 15:16:54 +09:00
token.go.txt accounts/abi: fix panic when check event with log has empty or nil topics (#32503) 2025-08-27 20:36:45 +08:00
tuple.go.txt accounts/abi: fix panic when check event with log has empty or nil topics (#32503) 2025-08-27 20:36:45 +08:00
tupler.go.txt accounts/abi: generate TryPack* methods for abigen v2 bindings (#31692) 2025-07-02 15:16:54 +09:00
underscorer.go.txt accounts/abi: generate TryPack* methods for abigen v2 bindings (#31692) 2025-07-02 15:16:54 +09:00