plugeth/accounts/abi/bind
JoeGruffins eb69f490ed
abi/base: return error for pending call error (#24649)
If a pending contract call errors, return that error right away rather
than ignoring it to allow an error somewhere else. This is helpful for
callers to know if perhaps a call failed because of the context deadline
being expired. This change mirrors the behavior of non-pending contract
calls.
2022-04-12 11:36:29 +03:00
..
backends accounts/abi/bind: improve WaitMined error handling (#24321) 2022-02-01 16:42:51 +01:00
auth.go accounts/abi/bind: set Context in TransactOpts (#23188) 2021-07-27 16:24:27 +02:00
backend.go accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 2021-06-15 13:56:14 +03:00
base_test.go abi/base: return error for pending call error (#24649) 2022-04-12 11:36:29 +03:00
base.go abi/base: return error for pending call error (#24649) 2022-04-12 11:36:29 +03:00
bind_test.go all: use T.TempDir to create temporary test directories (#24633) 2022-04-08 15:44:55 +02:00
bind.go accounts/abi/bind: correctly handle structs used only as constructor params (#23940) 2021-12-02 13:53:10 +01:00
template.go accounts/abi/bind: parse ABI only once, create metadata struct (#22583) 2021-07-27 16:22:21 +02:00
util_test.go accounts/abi/bind: fix bounded contracts and sim backend for 1559 (#23038) 2021-06-15 13:56:14 +03:00
util.go accounts/abi/bind: improve WaitMined error handling (#24321) 2022-02-01 16:42:51 +01:00