erigon-pulse/ethclient
Marius van der Wijden 867df20910 ethclient: better test suite for ethclient package (#22127)
This commit extends the ethclient test suite and increases code coverage of the ethclient
package from ~15% to >55%. These tests act as early smoke tests to signal issues in the
RPC-interface. E.g. if a functionality like eth_chainId or eth_call breaks, the test
will break.
# Conflicts:
#	ethclient/ethclient_test.go
2021-03-09 10:26:10 +01:00
..
ethclient_test.go ethclient: better test suite for ethclient package (#22127) 2021-03-09 10:26:10 +01:00
ethclient.go ethclient: fix BlockNumber (#21565) 2020-10-06 14:12:09 +02:00
signer.go Prevent slice make and copy in Pushes (#625) 2020-06-05 19:46:34 +03:00