How to count votes in Cosmos SDK 0.5 to find if consensus is reached
I’ve searched through all available docs for Cosmos SDK.
With all docs, still can’t find any information, how to calculate votes for a block, especially in the light of the recent updates from 0.48 to 0.5 where BeginBlock and EndBlock doesn’t have request argument.
I need to calculate if consensus is reached.
about ibc in cosmos-sdk?
there are three chains written by Cosmos, A, B, and C. The chain IDs of B and C are the same. After A and B establish ibc links, can A and C still be established? it seems that the light client is id by client id but not chain id.