tendermint / light-client

DEPRECATED: A light client for tendermint, supporting signatures, proofs, and validation (see github.com/tendermint/tendermint/lite)
Other
17 stars 9 forks source link

move rpc client to tendermint #4

Closed ebuchman closed 7 years ago

ebuchman commented 7 years ago

This rpc client you've got looks great. Let's move it to tendermint/rpc/client ?

ethanfrey commented 7 years ago

I'm cool with moving client.go there (next week?), I think that is the right place. And mainly figuring out how to clean up the tests a bit first.

think node.go and certifier.go belong in light-client (maybe I rename the dir), as this is client logic. Providing a nicer interface to access the tendermint rpc is good to have in tendermint itself.

What do you think of this split?

ethanfrey commented 7 years ago

Done and done! Look at 'rpc/client' in tendermint v0.9