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

feat: keystore optimization #136

Merged
merged 19 commits into from
Jun 6, 2024
Merged

feat: keystore optimization #136

merged 19 commits into from
Jun 6, 2024

Conversation

Mikelle
Copy link
Member

@Mikelle Mikelle commented Jun 5, 2024

No description provided.

@Mikelle Mikelle requested review from aloknerurkar and ckartik June 5, 2024 21:01
@Mikelle Mikelle self-assigned this Jun 5, 2024
"Invalid dispatch timestamp, block.timestamp - dispatchTimestamp < commitmentDispatchWindow"
);

uint256 minTime = block.timestamp - commitmentDispatchWindow;
Copy link
Collaborator

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.

Copy link
Member Author

@Mikelle Mikelle Jun 6, 2024

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?

@aloknerurkar aloknerurkar changed the title Keystore optimization feat: keystore optimization Jun 6, 2024
@Mikelle Mikelle requested review from aloknerurkar and mrekucci June 6, 2024 12:53
@Mikelle Mikelle force-pushed the keystore-optimization branch from f19a706 to 0a84caf Compare June 6, 2024 12:54
@Mikelle Mikelle force-pushed the keystore-optimization branch from e931e7e to 08a135d Compare June 6, 2024 14:11
@aloknerurkar aloknerurkar merged commit 17fef83 into main Jun 6, 2024
6 checks passed
@aloknerurkar aloknerurkar deleted the keystore-optimization branch June 6, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants