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

Add coretime chainspecs for kusama and polkadot and presets for live chains #4

Merged
merged 17 commits into from
Aug 14, 2024

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    bc04c5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e483e24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48c9ac7 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Make clippy happy

    seadanda committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6ba4bc7 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary dep

    seadanda committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    66ecc22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e41ea2a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    ea8d1ed View commit details
    Browse the repository at this point in the history
  2. Add live to preset names

    seadanda committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    dad6ce7 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    9cfdad7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66b2095 View commit details
    Browse the repository at this point in the history
  3. Add the Polkadot Coretime runtime (polkadot-fellows#410)

    Add the Polkadot Coretime chain in advance of the 1.3.0 release.
    
    This uses the new Price adapter which has been running on Kusama now for
    two sales cycles, and includes the mechanism to burn revenue.
    
    TODO:
    - [x] Add Transact tests for hardcoded weights after
    polkadot-fellows#401 is merged
    - [ ] Rerun benchmarks and check hardcoded weights after merge
    
    The genesis chain-spec is developing on
    #4. This can be used as a merge
    target for any community boot nodes who would like to be included at
    genesis and will be separately merged to `main`.
    
    ---------
    
    Co-authored-by: Bastian Köcher <[email protected]>
    Co-authored-by: Branislav Kontur <[email protected]>
    Co-authored-by: fellowship-merge-bot[bot] <151052383+fellowship-merge-bot[bot]@users.noreply.github.com>
    4 people authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9d3d5f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd4b59f View commit details
    Browse the repository at this point in the history
  5. Update changelog

    seadanda committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    587e88e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. all runtimes: remove already applied migrations (polkadot-fellows#420)

    Remove migrations already **applied on-chain**.
    
    - [x] Does not require a CHANGELOG entry
    
    ---------
    
    Signed-off-by: Adrian Catangiu <[email protected]>
    Co-authored-by: joe petrowski <[email protected]>
    acatangiu and joepetrowski authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0c9c835 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4be00e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57514d2 View commit details
    Browse the repository at this point in the history