status-go/geth/api
Adam Babik 750612f2bc fix SendTransaction signature in go-ethereum (#355)
I created a separate method SendTransactionWithPassphrase which accepts passphrase as a second argument. It's an exact copy of SendTransaction except for calling wallet.SignTxWithPassphrase.
2017-09-22 18:16:22 +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 fix SendTransaction signature in go-ethereum (#355) 2017-09-22 18:16:22 +03:00
backend_txqueue_test.go estimate gas if missing in sending tx using upstream (#346) 2017-09-19 14:19:18 +03:00