go-ethereum/accounts/abi/bind/backends
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
..
simulated.go core: move genesis alloc types to core/types (#29003) 2025-01-24 16:54:12 +08:00
simulated_test.go accounts/abi/bind: check SendTransaction error in tests (#30349) 2025-01-24 16:54:12 +08:00