-
Notifications
You must be signed in to change notification settings - Fork 109
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
feat: add ChainInfo
singleton state variable in authority
#2275
Conversation
ChainInfo
singleton state variable in authority
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2275 +/- ##
===========================================
+ Coverage 68.86% 68.94% +0.08%
===========================================
Files 263 265 +2
Lines 16302 16344 +42
===========================================
+ Hits 11226 11268 +42
Misses 4594 4594
Partials 482 482
|
E2E tests fail in the CI but pass locally on my machine 🤔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, just a question, how is chaininfo singleton initialized in case its not starting from genesis, is migration needed?
Description
Initialize a new
ChainInfo
state variable in theauthority
store to allow dynamically adding new chain info without upgradeCloses: #2270