Light clients support
Miscellaneous2 posts522 views1 likesLast activity May 2020
JU
julioCabDuOP
May 2020How are light clients implemented in Cosmos?
MA
marbar
May 2020 1the light client used in the cosmos-sdk is the one from tendermint. We recently redid the light client, you can find info here: https://github.com/tendermint/spec/tree/master/spec/consensus/light-client. We are still working on improving it as well.