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

Upgrade to polkadot 1.1.0 #800

Merged
merged 76 commits into from
Dec 13, 2023

Commits on Sep 15, 2023

  1. Upgrade towards 1.0.0

    Refactor BlockNumber to BlockNumberFor
    paritytech/polkadot#7431
    paritytech/substrate#14437
    simonsso committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    944ed8b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Patched orml

    simonsso committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4413826 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    2e3d299 View commit details
    Browse the repository at this point in the history
  2. GenesisBuild DefaultNoBound

    simonsso committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    97e6c9d View commit details
    Browse the repository at this point in the history
  3. Temporary remove uniques pallet

    Save compile errors to later.
    simonsso committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    09fd602 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04b08fe View commit details
    Browse the repository at this point in the history
  5. Cleanup integration

    Clean up benchmarks
    Clean up type depencies
    simonsso committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c1ed159 View commit details
    Browse the repository at this point in the history
  6. Auto reformat

    simonsso committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    5ac1d9e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. construct_runtime

    simonsso committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ea4c013 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Index of a transaction in the chain.

    +/// Index of a transaction in the chain.
    +pub type Nonce = u32;
    simonsso committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    2043a78 View commit details
    Browse the repository at this point in the history
  2. Auto reformat

    simonsso committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    742483a View commit details
    Browse the repository at this point in the history
  3. CI: Allow warnings

    simonsso committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    9c30273 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db277c0 View commit details
    Browse the repository at this point in the history
  5. Update Cargo.lock

    simonsso committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    44efa73 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    bf66775 View commit details
    Browse the repository at this point in the history
  2. Implement missing members

    simonsso committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3b17c54 View commit details
    Browse the repository at this point in the history
  3. Auto fmt

    simonsso committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    76cfaff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5811fdf View commit details
    Browse the repository at this point in the history
  5. Reseved pallet test case

    simonsso committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    1790f6a View commit details
    Browse the repository at this point in the history
  6. Update test dependecies

    simonsso committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    eb9c565 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. WIP Where is Runtime?

    simonsso committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    1e00e49 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. fix(nodle-parachain): Fix issue of not finding public pallet identifi…

    …ers plus the contract api required changes
    aliXsed committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    d758414 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    d2e2756 View commit details
    Browse the repository at this point in the history
  2. Stub some important functions

    Fix todos before merge
    simonsso committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    8a599de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3354e18 View commit details
    Browse the repository at this point in the history
  4. Import BuildStorage

    simonsso committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    5e198f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Build storage test case

    simonsso committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3d46cc2 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Restore uniques pallet

    simonsso committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    91f94a9 View commit details
    Browse the repository at this point in the history
  2. Auto reformat

    simonsso committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    75c24b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Uniques test

    simonsso committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    fc96f5d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Remove warnings and errors

    simonsso committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    55fcf52 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

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

    simonsso committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    2f6dba6 View commit details
    Browse the repository at this point in the history
  3. RuntimeGenesisConfig

    simonsso committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    68f6683 View commit details
    Browse the repository at this point in the history
  4. Buildstorage

    simonsso committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4bd744b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8c4d0a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Try to add some migration

    simonsso committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    f938e03 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Update migrations

    simonsso committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5a16cfc View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    7dd1f95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dacefac View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

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

Commits on Oct 26, 2023

  1. Auto format

    simonsso committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d569f2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    babffd2 View commit details
    Browse the repository at this point in the history
  3. Clippy warnings

    simonsso committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    5baa9a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Update after review

    simonsso committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    05c5c64 View commit details
    Browse the repository at this point in the history
  2. CI save snapshot

    simonsso committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    15ac860 View commit details
    Browse the repository at this point in the history
  3. Use action 0.3.3

    simonsso committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    cc9ff58 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. GH actions

    simonsso committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b54ec8f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    49cc7f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41d63fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    066994a View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Add doc link.

    simonsso committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5efddd2 View commit details
    Browse the repository at this point in the history
  2. More research on migrations

    simonsso committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    f3d54da View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. WIP

    simonsso committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    e2a227e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9e76a0 View commit details
    Browse the repository at this point in the history
  3. WIP xcm migration

    simonsso committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4d8e8e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. XCM migration done

    simonsso committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    8f00c53 View commit details
    Browse the repository at this point in the history
  2. Auto reformat

    simonsso committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    25592c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Update CI

    simonsso committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0d8b5e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92b6411 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. WIP

    simonsso committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a2e6acb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    615f689 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    6431388 View commit details
    Browse the repository at this point in the history
  2. Integrate 1.1.0 wip

    simonsso committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2fe7285 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    simonsso committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    a090abe View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Update CI version

    simonsso committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    16da0ca View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

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

Commits on Dec 7, 2023

  1. WIP

    simonsso committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e2e42b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Cargo update

    simonsso committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    aecdd13 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    7da3280 View commit details
    Browse the repository at this point in the history
  2. Auto format

    simonsso committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b4704f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. New errors

    simonsso committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    5eac00d View commit details
    Browse the repository at this point in the history
  2. polkadot 1.1 dependencies

    simonsso committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    543d9ee View commit details
    Browse the repository at this point in the history
  3. Merge updates for benchmarks

    simonsso committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    029dd97 View commit details
    Browse the repository at this point in the history
  4. Cargo tests

    simonsso committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    70acb47 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Update weights

    simonsso committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    a3de301 View commit details
    Browse the repository at this point in the history