foundry icon indicating copy to clipboard operation
foundry copied to clipboard

Saving Consensus Parameter in TopLevel state for light client

Open majecty opened this issue 5 years ago • 0 comments

Foundry is saving ValidatorSet and Chain Parameters in top-level state even though Foundry can query the information to a module. They are saved in top-level state for the light client.

We need to design how light client works and how they use modules and revisit this issue.

Currently, we don't have explicit design and requirements for light client.

FYI, ConsensusParameter = ValidatorSet + ChainParameter

majecty avatar Oct 06 '20 07:10 majecty