Skip to content

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

@buffalu

Description

@buffalu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions