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

Refactor staking ledger #1484

Merged
merged 4 commits into from
Oct 15, 2023
Merged

Refactor staking ledger #1484

merged 4 commits into from
Oct 15, 2023

Commits on Sep 6, 2023

  1. Refactor staking ledger

    This PR refactors the staking ledger logic to encapsulate all reads and mutations of `Ledger`, `Bonded`, `Payee` and
    stake locks within the `StakingLedger` struct implementation.
    
    Lift and shift from paritytech/substrate#14582
    gpestana committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d84ec6a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    0e8a19f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    1f8a4d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    7576284 View commit details
    Browse the repository at this point in the history