Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change VerificationFlags to hold a list ChainID->bool #2083

Closed
Tracked by #1717
lumtis opened this issue Apr 26, 2024 · 0 comments · Fixed by #2097
Closed
Tracked by #1717

Change VerificationFlags to hold a list ChainID->bool #2083

lumtis opened this issue Apr 26, 2024 · 0 comments · Fixed by #2097
Assignees

Comments

@lumtis
Copy link
Member

lumtis commented Apr 26, 2024

Describe the Issue
Context: #2071 (comment)

The fact if a consensus is supported in the header proof system is a static info, either it is implemented or not.

The dynamic verification flag should map enabled chains with chain IDs

Expected Outcome
Change the VerificationFlags object:

VerificationFlags {
  EnabledChains {
    ChainID int64
    Enabled bool
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants