plugeth/accounts/abi/bind
Marius van der Wijden cb3c7e4319
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
2021-02-10 13:12:13 +01:00
..
backends core/state: convert prefetcher to concurrent per-trie loader 2021-01-21 01:47:14 +02:00
auth.go
backend.go
base_test.go
base.go
bind_test.go accounts/abi/bind: fixed unpacking error (#22230) 2021-02-10 13:12:13 +01:00
bind.go
template.go accounts/abi/bind: fixed unpacking error (#22230) 2021-02-10 13:12:13 +01:00
util_test.go
util.go