go-ethereum/ethclient
Ceyhun Onur 9eb91542de
accounts/abi/bind, ethclient/simulated: 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.
2024-08-27 17:11:50 +02:00
..
gethclient eth/filters: remove support for pending logs (#29574) 2024-04-22 10:31:17 +02:00
simulated accounts/abi/bind, ethclient/simulated: check SendTransaction error in tests (#30349) 2024-08-27 17:11:50 +02:00
ethclient_test.go miner: refactor the miner, make the pending block on demand (#28623) 2024-03-06 14:45:03 +02:00
ethclient.go ethclient: support networkID in hex format (#30263) 2024-08-06 15:14:37 +03:00
signer.go ethclient: fix tx sender cache miss detection (#23877) 2021-11-17 14:44:41 +01:00