go-ethereum/accounts/abi/bind
Daniel Liu ced65923db accounts/abi/bind: check SendTransaction error in tests (#30349)
In few tests the returned error from `SendTransaction` is not being
checked. This PR checks the returned err in tests.

Returning errors also revealed tx in `TestCommitReturnValue` is not
actually being sent, and returns err ` only replay-protected (EIP-155)
transactions allowed over RPC`. Fixed the transaction by using the
`testTx` function.
2025-01-24 16:54:12 +08:00
..
backends accounts/abi/bind: check SendTransaction error in tests (#30349) 2025-01-24 16:54:12 +08:00
auth.go accounts/abi/bind: check invalid chainID first (#29275) 2025-01-24 16:54:12 +08:00
backend.go accounts/abi/bind: fixed typos (#28634) 2025-01-24 16:54:12 +08:00
base.go accounts/abi/bind: add accessList support to base bond contract (#30195) 2025-01-24 16:54:12 +08:00
base_test.go accounts: run tests in parallel (#28544) 2025-01-24 16:54:12 +08:00
bind.go all: fix typos in comments (#28662) 2025-01-24 16:54:12 +08:00
bind_test.go core: move genesis alloc types to core/types (#29003) 2025-01-24 16:54:12 +08:00
source.go.tpl accounts/abi/bind: use embed pkg to split go source template to file (#30098) 2025-01-24 16:54:12 +08:00
template.go accounts/abi/bind: use embed pkg to split go source template to file (#30098) 2025-01-24 16:54:12 +08:00
util.go accounts/abi/bind: improve WaitMined error handling (#24321) 2025-01-24 16:18:30 +08:00
util_test.go accounts/abi/bind: check SendTransaction error in tests (#30349) 2025-01-24 16:54:12 +08:00