go-ethereum/ethclient/simulated
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
..
backend_test.go accounts/abi/bind, ethclient/simulated: check SendTransaction error in tests (#30349) 2024-08-27 17:11:50 +02:00
backend.go eth/filters: remove support for pending logs (#29574) 2024-04-22 10:31:17 +02:00
options_test.go core: move genesis alloc types to core/types (#29003) 2024-02-16 19:05:33 +01:00
options.go all: use big.Sign to compare with zero (#29490) 2024-04-09 12:14:30 +02:00