-
Notifications
You must be signed in to change notification settings - Fork 1
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: epoch entity feature parity #57
Conversation
Some(epoch_count) => { | ||
if epoch_count > BigInt::zero() { | ||
let current_epoch = epoch_count.sub(1).to_string(); | ||
s.set_if_not_exists(1, current_epoch, &clock.number.into()) |
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.
Not entirely sure if this is correct, as I'm not familiar with the clock logic yet, but something doesn't feel right 🤔
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.
What is it? 🤔
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.
Handled this in a meeting, the logic seems correct 👍🏼
Issue link
#49