-
Notifications
You must be signed in to change notification settings - Fork 382
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
Fix for zero era problem #477
Conversation
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.
Please bump runtime and pallet versions because of changed behavior
All versions bumped up now. |
@Dinonard please update Cargo.lock too |
🙈 |
@akru is it ok now? |
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.
Please update versions and merge
de707ce
to
96fcc64
Compare
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.
Great, thank you
Checklist
Affected core subsystem(s)
Dapps staking
Description of change
Fixed an issue where 1st era wouldn't be triggered if dapps staking
is enabled in mid of what would numerically be an era.
This caused some storage to remain uninitialized which caused dapps staking not to work properly.