Terminal UI for monitoring state of status-go process through RPC
Go to file
Jakub Sokołowski 51c30bfa51 handle success return value separately
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-04 09:06:36 -04:00
.gitignore do not ignore go.mod and go.sum 2019-07-01 13:07:20 -04:00
LICENSE add MIT license 2019-07-01 13:07:20 -04:00
Makefile move all ViewController methods to view.go 2019-07-01 13:07:20 -04:00
client.go simplify rcp call methods 2019-07-04 09:06:36 -04:00
control.go handle success return value separately 2019-07-04 09:06:36 -04:00
go.mod drop useless import, use redux v2 2019-07-01 13:07:20 -04:00
go.sum drop useless import, use redux v2 2019-07-01 13:07:20 -04:00
json.go fix json key typo 2019-07-04 09:06:36 -04:00
loop.go add StateController to take Client out of AppState 2019-07-04 09:06:36 -04:00
main.go add a t binding for trusting a whisper peer 2019-07-04 09:06:36 -04:00
model.go add Stringer for AppData 2019-07-04 09:06:36 -04:00
render.go fix rendering when there's no peers 2019-07-04 09:06:36 -04:00
state.go add StateController to take Client out of AppState 2019-07-04 09:06:36 -04:00
view.go add a t binding for trusting a whisper peer 2019-07-04 09:06:36 -04:00