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

Remove Polkadot & Kusama native runtime #1304

Merged
merged 23 commits into from
Sep 19, 2023

Commits on Aug 30, 2023

  1. Remove Polkadot & Kusama native runtime

    This pull request removes the Polkadot and Kusama native runtime from
    the polkadot node. This brings some implications with it:
    
    1. There are no more `kusama/polkadot-dev` chain specs available. We
    will need to write some tooling in the fellowship repo to provide them
    easily.
    
    2. The `try-runtime` job for polkadot & kusama is not available anymore
    as we don't have the dev chain specs anymore.
    
    3. Certain benchmarking commands will also not work until we migrate
    them to use a runtime api.
    
    Some crates in `utils` are still depending on the polkadot/kusama native
    runtime that will also need to be fixed.
    bkchr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    643ffac View commit details
    Browse the repository at this point in the history
  2. Fix tests

    bkchr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    a231960 View commit details
    Browse the repository at this point in the history
  3. Fixes

    bkchr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    142cb2d View commit details
    Browse the repository at this point in the history
  4. Review comments

    bkchr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    1d8159b View commit details
    Browse the repository at this point in the history
  5. Fixes

    bkchr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    29acaea View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/master' into bkchr-remove-polkad…

    …ot-kusama-native-runtime
    bkchr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    e7775c4 View commit details
    Browse the repository at this point in the history
  7. FMT features

    bkchr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d3d663c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    87a3abe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5da00e6 View commit details
    Browse the repository at this point in the history
  10. Fix test

    bkchr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    4a3171a View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/master' into bkchr-remove-polkad…

    …ot-kusama-native-runtime
    bkchr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    3ed3f74 View commit details
    Browse the repository at this point in the history
  12. Update Cargo.lock

    bkchr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2c96878 View commit details
    Browse the repository at this point in the history
  13. ..

    bkchr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    e81dfc1 View commit details
    Browse the repository at this point in the history
  14. FMT

    bkchr committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    f675464 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Fix

    bkchr committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    241674c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Merge remote-tracking branch 'origin/master' into bkchr-remove-polkad…

    …ot-kusama-native-runtime
    bkchr committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    312dad1 View commit details
    Browse the repository at this point in the history
  2. FIx

    bkchr committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c4fff7a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. MOARE

    bkchr committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    cfd889d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Merge remote-tracking branch 'origin/master' into bkchr-remove-polkad…

    …ot-kusama-native-runtime
    bkchr committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    4a1ed7d View commit details
    Browse the repository at this point in the history
  2. Fixes

    bkchr committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1475c0f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Merge remote-tracking branch 'origin/master' into bkchr-remove-polkad…

    …ot-kusama-native-runtime
    bkchr committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1e7908c View commit details
    Browse the repository at this point in the history
  2. Remove

    bkchr committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7303f8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5778b3a View commit details
    Browse the repository at this point in the history