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

StakeNet keeper doesn't handle delayed merkle root uploads properly #93

Open
buffalu opened this issue Feb 17, 2025 · 0 comments
Open

Comments

@buffalu
Copy link
Collaborator

buffalu commented Feb 17, 2025

Describe the bug
The StakeNet keeper doesn't handle delayed merkle root uploads properly.

If the merkle root upload takes awhile, the keeper doesn't handle that properly and will call copy_tip_distribution_account, which copies u32::MAX over for the MEV rewards. The keeper will then not go back and refresh it.

The keeper should handle this properly; it should account for slow merkle root uploads and ensure that the correct values are copied over

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

No branches or pull requests

1 participant