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

Runtime Upgrade ref docs and Single Block Migration example pallet #1554

Merged
merged 110 commits into from
Feb 28, 2024

Commits on Sep 13, 2023

  1. improve metadata docs

    liamaharon committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a9673c7 View commit details
    Browse the repository at this point in the history
  2. improve hooks docs

    liamaharon committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e22a2e2 View commit details
    Browse the repository at this point in the history
  3. add storage_alias docs

    liamaharon committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    c6a6984 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b617ce9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37e45d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    22fe899 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:paritytech/polkadot-sdk into liam…

    …-migrations-reference-docs
    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3ef233f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76c9150 View commit details
    Browse the repository at this point in the history
  4. docs

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d98a0fd View commit details
    Browse the repository at this point in the history
  5. docs

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    48100f0 View commit details
    Browse the repository at this point in the history
  6. note about pub(crate)

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    986f0bd View commit details
    Browse the repository at this point in the history
  7. migration safely docs

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    548316c View commit details
    Browse the repository at this point in the history
  8. typo

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4925243 View commit details
    Browse the repository at this point in the history
  9. docs

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7d75a75 View commit details
    Browse the repository at this point in the history
  10. docs

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6858f3c View commit details
    Browse the repository at this point in the history
  11. doctest false

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8446ad2 View commit details
    Browse the repository at this point in the history
  12. note on chopsticks

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    bdb1ae5 View commit details
    Browse the repository at this point in the history
  13. fix society tests

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    35b08fd View commit details
    Browse the repository at this point in the history
  14. zepter

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1fa5207 View commit details
    Browse the repository at this point in the history
  15. fix feature propagation

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ebf4cd5 View commit details
    Browse the repository at this point in the history
  16. add licences

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3f55db7 View commit details
    Browse the repository at this point in the history
  17. format features

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ca0e4e3 View commit details
    Browse the repository at this point in the history
  18. fix doc visibility issue

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    34da4a0 View commit details
    Browse the repository at this point in the history
  19. improve docs

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    009a958 View commit details
    Browse the repository at this point in the history
  20. fix std propagataion

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1aa3555 View commit details
    Browse the repository at this point in the history
  21. zepter

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    fc08b0e View commit details
    Browse the repository at this point in the history
  22. fix broken link

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    01b780a View commit details
    Browse the repository at this point in the history
  23. dont ref private item

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    adcfeaf View commit details
    Browse the repository at this point in the history
  24. dont ref private doc item

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    655b376 View commit details
    Browse the repository at this point in the history
  25. doc build

    liamaharon committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8335171 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Update substrate/frame/examples/storage-migrations/src/mock.rs

    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    liamaharon and kianenigma authored Sep 16, 2023
    Configuration menu
    Copy the full SHA
    3fff7fb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Update substrate/frame/examples/src/lib.rs

    Co-authored-by: Juan <juangirini@gmail.com>
    liamaharon and juangirini authored Sep 17, 2023
    Configuration menu
    Copy the full SHA
    3bd0ef2 View commit details
    Browse the repository at this point in the history
  2. docify

    liamaharon committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    1a54755 View commit details
    Browse the repository at this point in the history
  3. derive_impl

    liamaharon committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    222ed3a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. fix derive_impl

    liamaharon committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    4a070fd View commit details
    Browse the repository at this point in the history
  2. improve docs

    liamaharon committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f66f9e2 View commit details
    Browse the repository at this point in the history
  3. set dbweight

    liamaharon committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    70a9da4 View commit details
    Browse the repository at this point in the history
  4. clean up pallet

    liamaharon committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    d915026 View commit details
    Browse the repository at this point in the history
  5. module visibility

    liamaharon committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a596074 View commit details
    Browse the repository at this point in the history
  6. fix comment

    liamaharon committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    0cf19ac View commit details
    Browse the repository at this point in the history
  7. fix comment

    liamaharon committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    fe92288 View commit details
    Browse the repository at this point in the history
  8. fix comment

    liamaharon committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    0dc8a60 View commit details
    Browse the repository at this point in the history
  9. better naming

    liamaharon committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    e3e4940 View commit details
    Browse the repository at this point in the history
  10. better naming

    liamaharon committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    0fe21d5 View commit details
    Browse the repository at this point in the history
  11. fix wasm build

    liamaharon committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    92e43ac View commit details
    Browse the repository at this point in the history
  12. cargo fmt

    liamaharon committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    55f876d View commit details
    Browse the repository at this point in the history
  13. format features

    liamaharon committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    4819209 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    59d7352 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f16f628 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

    liamaharon committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    7d4da68 View commit details
    Browse the repository at this point in the history
  3. update cargo.lock

    liamaharon committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    eaa6aca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cafd48 View commit details
    Browse the repository at this point in the history
  5. fix merge

    liamaharon committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a6c6781 View commit details
    Browse the repository at this point in the history
  6. fix up merge

    liamaharon committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    fbdb77c View commit details
    Browse the repository at this point in the history
  7. remove kusama runtime

    liamaharon committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e9aa91a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    d135244 View commit details
    Browse the repository at this point in the history
  2. update cargo.lock

    liamaharon committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    7a23c5f View commit details
    Browse the repository at this point in the history
  3. fix build

    liamaharon committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c120f47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4c2ca3 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. runtime upgrade ref docs

    liamaharon committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4275503 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48605c7 View commit details
    Browse the repository at this point in the history
  3. version

    liamaharon committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    2c014e7 View commit details
    Browse the repository at this point in the history
  4. comment

    liamaharon committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9f46c00 View commit details
    Browse the repository at this point in the history
  5. note on version

    liamaharon committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ef12e3e View commit details
    Browse the repository at this point in the history
  6. berevity

    liamaharon committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4881a0a View commit details
    Browse the repository at this point in the history
  7. brevity

    liamaharon committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e5ff5b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Update substrate/frame/examples/single-block-migrations/Cargo.toml

    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    liamaharon and ggwpez authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    3f31c6b View commit details
    Browse the repository at this point in the history
  2. Update substrate/frame/examples/single-block-migrations/src/lib.rs

    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    liamaharon and ggwpez authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    802aae3 View commit details
    Browse the repository at this point in the history
  3. Update substrate/frame/support/procedural/src/lib.rs

    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    liamaharon and ggwpez authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    7aca6b6 View commit details
    Browse the repository at this point in the history
  4. Update substrate/frame/examples/single-block-migrations/src/runtime_u…

    …pgrade_reference_docs.rs
    
    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    liamaharon and ggwpez authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    564664e View commit details
    Browse the repository at this point in the history
  5. Update substrate/frame/examples/single-block-migrations/src/lib.rs

    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    liamaharon and ggwpez authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    dfa7f36 View commit details
    Browse the repository at this point in the history
  6. Update substrate/frame/examples/single-block-migrations/src/migration…

    …s/v1.rs
    
    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    liamaharon and ggwpez authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b6d71a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4651a7e View commit details
    Browse the repository at this point in the history
  8. format toml

    liamaharon committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    eaa427a View commit details
    Browse the repository at this point in the history
  9. address comment

    liamaharon committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    406fad7 View commit details
    Browse the repository at this point in the history
  10. address comment

    liamaharon committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    4be8f4d View commit details
    Browse the repository at this point in the history
  11. address comment

    liamaharon committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    a8df9cd View commit details
    Browse the repository at this point in the history
  12. add benchmark note

    liamaharon committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8f32ece View commit details
    Browse the repository at this point in the history
  13. take

    liamaharon committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ec3ce8c View commit details
    Browse the repository at this point in the history
  14. fix typo

    liamaharon committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    0ae45d8 View commit details
    Browse the repository at this point in the history
  15. address comment

    liamaharon committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    f5ac289 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7f21f42 View commit details
    Browse the repository at this point in the history
  17. try fix ci

    liamaharon committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    050f465 View commit details
    Browse the repository at this point in the history
  18. rename

    liamaharon committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    91f80eb View commit details
    Browse the repository at this point in the history
  19. feature propagarion

    liamaharon committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    66d2745 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1a2d834 View commit details
    Browse the repository at this point in the history
  21. fix typo

    liamaharon committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    69e4209 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Merge branch 'master' of github.com:paritytech/polkadot-sdk into liam…

    …-migrations-reference-docs
    liamaharon committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6c50902 View commit details
    Browse the repository at this point in the history
  2. fix merge

    liamaharon committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    52963fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfe32c5 View commit details
    Browse the repository at this point in the history
  4. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2d08759 View commit details
    Browse the repository at this point in the history
  5. prdoc

    liamaharon committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2fadaad View commit details
    Browse the repository at this point in the history
  6. Merge branch 'liam-migrations-reference-docs' of github.com:paritytec…

    …h/polkadot-sdk into liam-migrations-reference-docs
    liamaharon committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    fc9d605 View commit details
    Browse the repository at this point in the history
  7. fix prdoc

    liamaharon committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    8108b8e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a655cd8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    03b7735 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'liam-migrations-reference-docs' of github.com:paritytec…

    …h/polkadot-sdk into liam-migrations-reference-docs
    liamaharon committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    27414b4 View commit details
    Browse the repository at this point in the history
  11. improve deprecation msg

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

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    d8f5a38 View commit details
    Browse the repository at this point in the history
  2. update cargo.lock

    liamaharon committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    319b32d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    85860cf View commit details
    Browse the repository at this point in the history
  2. update cargo.lock

    liamaharon committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    65082f9 View commit details
    Browse the repository at this point in the history
  3. rename

    liamaharon committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5b0bc65 View commit details
    Browse the repository at this point in the history
  4. address comments

    liamaharon committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d76e813 View commit details
    Browse the repository at this point in the history
  5. address comments

    liamaharon committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    26bf39f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c588805 View commit details
    Browse the repository at this point in the history
  7. Update docs/sdk/src/reference_docs/frame_runtime_upgrades_and_migrati…

    …ons.rs
    
    Co-authored-by: gupnik <nikhilgupta.iitk@gmail.com>
    liamaharon and codekitz authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3aa6ccd View commit details
    Browse the repository at this point in the history
  8. address comment

    liamaharon committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    0f63e03 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'liam-migrations-reference-docs' of github.com:paritytec…

    …h/polkadot-sdk into liam-migrations-reference-docs
    liamaharon committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    a97071b View commit details
    Browse the repository at this point in the history