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

fix(StakeManager): use while loop instead of hacky for loop in process account #112

Merged
merged 3 commits into from
Sep 11, 2024

Conversation

3esmit
Copy link
Collaborator

@3esmit 3esmit commented Sep 11, 2024

Description

Fixes #110

Checklist

Ensure you completed all of the steps below before submitting your pull request:

  • Added natspec comments?
  • Ran forge snapshot?
  • Ran pnpm gas-report?
  • Ran pnpm lint?
  • Ran forge test?
  • Ran pnpm verify?

@3esmit 3esmit requested a review from 0x-r4bbit September 11, 2024 12:01
@3esmit 3esmit changed the title feat(StakeManager): add test for executing account with limit fix(StakeManager): use while loop instead of hacky for loop in process account Sep 11, 2024
@0x-r4bbit 0x-r4bbit merged commit b2a0d0c into develop Sep 11, 2024
8 checks passed
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.

Fix bug that processAccount operates on same epoch storage data for every epoch
2 participants