status-go/geth
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 fix SendTransaction signature in go-ethereum (#355) 2017-09-22 18:16:22 +03:00
common Prevent from completing tx multiple times (#330) 2017-09-18 11:53:08 +03:00
jail Implemented sendAsync for js commands with a callback (#321) 2017-09-18 15:13:32 +03:00
log Add some docs/readmes (#329) 2017-09-15 19:00:00 +03:00
node Fixed geth/node and geth/params tests (#332) 2017-09-19 14:40:43 +03:00
params Fixed geth/node and geth/params tests (#332) 2017-09-19 14:40:43 +03:00
rpc fixed that shh_newMessageFilter was erroneously routed to the upstream instead of local (#345) 2017-09-19 12:52:38 +03:00
testing Add support for 'go test -v' flag for tests (#315) 2017-09-14 14:41:50 +03:00