Skip to content

Consumer chain validator set #3

@julienrbrt

Description

@julienrbrt

Currently, once a chain launch with this ICS implementation, it will inherit the current validator set of the provider chain.
Given validators updates are fully discarded and provider validator change are not communicated via consensus to the consumer chains, it is possible that the consumer validator set in x/staking diverge from the actual validator set.

To solve this, we first need to decide how we want the system to behave:

  1. Keeping consumer validator set in sync with provider chain

    • Possibly via a custom module like x/interchainsecurity sharing validator updates via IBC.
  2. Have consumer validator set fully independent from the provider chain

    • This method could allow different kind of governance, where provider chain validators do not need to actively participate in the consumer chain governance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions