status-go/geth/api
Igor Mandrigin a9eb5a7d2b Generalize signing requests.
We need to be able to sign more than just transactions to make DApps
work properly. This change separates signing requests from the
transactions and make it more general to prepare to intoduce different
types of signing requests.

This change is designed to preserve status APIs, so it is
backward-comparible with the current API bindings.
2018-04-09 20:48:00 +02:00
..
api.go Generalize signing requests. 2018-04-09 20:48:00 +02:00
app_state.go Fix state names and log messages for status changes API. 2018-03-19 19:52:55 +02:00
app_state_test.go Fix state names and log messages for status changes API. 2018-03-19 19:52:55 +02:00
backend.go Generalize signing requests. 2018-04-09 20:48:00 +02:00
connection.go Fix comment 2018-02-16 13:02:41 +01:00
connection_test.go Change default connection state to unknown 2018-02-16 13:02:41 +01:00
utils.go Remove async operations from node manager (#584) 2018-02-09 14:37:56 +01:00