-
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: keystore optimization #136
Conversation
"Invalid dispatch timestamp, block.timestamp - dispatchTimestamp < commitmentDispatchWindow" | ||
); | ||
|
||
uint256 minTime = block.timestamp - commitmentDispatchWindow; |
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.
It would be good to leave some commentary on why it was changed this way to avoid unwanted changes that would reintroduce the problem.
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.
Should I describe previous way in the comments then?
f19a706
to
0a84caf
Compare
e931e7e
to
08a135d
Compare
No description provided.