status-go/geth/api
Adam Babik ba963cc1bd estimate gas if missing in sending tx using upstream (#346)
I added a call to eth_estimateGas in case gas param is missing when using the upstream. This is a little bit ugly because I create an anonymous struct to match eth_call params. I spotted this struct in go-ethereum but I don't see it's exported.
2017-09-19 14:19:18 +03:00
..
api.go Push notifications: ability to trigger notifications via public API (#327) 2017-09-15 18:57:34 +03:00
api_test.go Add file logger support (#269) 2017-09-02 01:44:50 +07:00
backend.go Push notifications: ability to trigger notifications via public API (#327) 2017-09-15 18:57:34 +03:00
backend_accounts_test.go Bugfix/eth accounts workaround #294 (#318) 2017-09-15 11:44:31 +03:00
backend_jail_test.go Implemented sendAsync for js commands with a callback (#321) 2017-09-18 15:13:32 +03:00
backend_test.go Improve geth/api tests (#328) 2017-09-15 13:35:31 +03:00
backend_txqueue_test.go estimate gas if missing in sending tx using upstream (#346) 2017-09-19 14:19:18 +03:00