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

Implement Version Upgrade Mechanism #3096

Open
wants to merge 5 commits into
base: albatross
Choose a base branch
from
Open

Implement Version Upgrade Mechanism #3096

wants to merge 5 commits into from

Commits on Nov 18, 2024

  1. Add helper functions for upgrades

    Add function for supporting slots
    paberr committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d4595c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4632185 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a48af3 View commit details
    Browse the repository at this point in the history
  4. Remove unsupporting validators after upgrade

    Produce upgraded blocks after gathering enough support
    paberr committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    477cfbd View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Make max supported version dependent on network

    Implement upgrade test
    Add block tests
    Add accounts tree tests and fix block number
    Test creation of inherent
    paberr committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    42076ca View commit details
    Browse the repository at this point in the history