status-go/geth/api
Igor Mandrigin 31cf2297d2 Implement block filters API for the RPC mode.
Some operations (like deploying contracts) require filter APIs to work.
Since these operations aren't supported on Infura anymore, and we don't
run LES, a separate implemenation of filters is required.

Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-05-08 19:46:25 +02:00
..
api.go Remove any logic from api.go [breaking-change] (#851) 2018-04-23 15:34:49 +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 Implement block filters API for the RPC mode. 2018-05-08 19:46:25 +02:00
backend_test.go Remove any logic from api.go [breaking-change] (#851) 2018-04-23 15:34:49 +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