You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
Light client implementations should coordinate exposed API's.
This way users will not have to implement the communication separately.
Currently, the go implementation shares the same API as the RPC layer. I believe this is a good approach and if its adopted as the light client spec API we should form an RPC API spec within this repo.
Things to note about this discussion:
Tendermint-go had a conversation around migrating to gRPC
This conversation may need to be moved into this repo if clients will share API's. Although we could keep the RPC layer as is and clients could add a layer like gRPC as a feature of their client if they see it necessary or useful.
The text was updated successfully, but these errors were encountered:
Light client implementations should coordinate exposed API's.
This way users will not have to implement the communication separately.
Currently, the go implementation shares the same API as the RPC layer. I believe this is a good approach and if its adopted as the light client spec API we should form an RPC API spec within this repo.
Things to note about this discussion:
The text was updated successfully, but these errors were encountered: