status-go/geth/txqueue
Dmitry Shulyak 0771e7d1b7 Use single codepath for sending transactions to a local and remote nodes (#527)
- new EthereumTransactor that provides higher level API for working with ethereum network, and it is fully conformant with ethclient
- new test rpc service that improves flexibility and coverage of txqueue manager tests
- run complete transaction sequantially for each address
- go-ethereum: Get pending nonce from transaction pool
- add a patch with getting nonce from transaction pool
2018-01-18 17:55:17 +01:00
..
fake Use single codepath for sending transactions to a local and remote nodes (#527) 2018-01-18 17:55:17 +01:00
addrlock.go Use single codepath for sending transactions to a local and remote nodes (#527) 2018-01-18 17:55:17 +01:00
ethtxclient.go Use single codepath for sending transactions to a local and remote nodes (#527) 2018-01-18 17:55:17 +01:00
txqueue.go Fix make lint warnings (#417) 2017-10-20 12:06:22 +03:00
txqueue_manager.go Use single codepath for sending transactions to a local and remote nodes (#527) 2018-01-18 17:55:17 +01:00
txqueue_manager_test.go Use single codepath for sending transactions to a local and remote nodes (#527) 2018-01-18 17:55:17 +01:00
utils.go Fix make lint warnings (#417) 2017-10-20 12:06:22 +03:00