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

sui-system: fix next epoch stake book-keeping #20039

Merged
merged 7 commits into from
Oct 26, 2024
Merged

sui-system: fix next epoch stake book-keeping #20039

merged 7 commits into from
Oct 26, 2024

Commits on Oct 25, 2024

  1. sui-system: fix next epoch stake book-keeping

    ## Description
    
    Update `next_epoch_stake` when redeeming a fungible staked sui. This
    value is used as a sanity check that everything matches up at the end of
    an epoch.
    
    ## Test plan
    
    ```
    sui$ cargo nextest run -p sui-framework-tests
    ```
    amnn committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    05bb6c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa566d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a6b209 View commit details
    Browse the repository at this point in the history
  4. sui swarm snapshot

    emmazzz committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    41dabbc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f16a93e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    65bde47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbefa2b View commit details
    Browse the repository at this point in the history