go-ethereum/accounts/abi/bind
Daniel Liu 01d3be7eb8 accounts/abi/bind: fixed unpacking error (#22230)
There was a dormant error with structured inputs that failed unpacking.
This commit fixes the error by switching casting to the better abi.ConvertType function.
It also adds a test for calling a view function that returns a struct
2025-01-24 16:18:30 +08:00
..
backends accounts/abi/bind: allow specifying signer on transactOpts (#21356) 2025-01-24 16:18:30 +08:00
auth.go accounts/abi/bind: allow specifying signer on transactOpts (#21356) 2025-01-24 16:18:30 +08:00
backend.go accounts/abi: improve documentation and names (#21540) 2025-01-24 16:18:29 +08:00
base.go accounts/abi/bind: restore error functionality (#21743) 2025-01-24 16:18:30 +08:00
base_test.go accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface (#21091) 2025-01-24 16:18:30 +08:00
bind.go accounts/abi: improve documentation and names (#21540) 2025-01-24 16:18:29 +08:00
bind_test.go accounts/abi/bind: fixed unpacking error (#22230) 2025-01-24 16:18:30 +08:00
template.go accounts/abi/bind: fixed unpacking error (#22230) 2025-01-24 16:18:30 +08:00
util.go all: use errrors.New instead of empty fmt.Errorf 2024-06-14 19:19:21 +08:00
util_test.go accounts/abi: move topics to abi package (#21057) 2025-01-24 16:18:29 +08:00