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

State Trie Migration v1 #2907

Merged
merged 68 commits into from
Oct 1, 2024
Merged

State Trie Migration v1 #2907

merged 68 commits into from
Oct 1, 2024

Commits on Aug 20, 2024

  1. init

    TarekkMA committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    03bded2 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. migration on idle

    TarekkMA committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8c007a9 View commit details
    Browse the repository at this point in the history
  2. rustfmt

    TarekkMA committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    26ce9d2 View commit details
    Browse the repository at this point in the history
  3. add a comment

    TarekkMA committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3be2f54 View commit details
    Browse the repository at this point in the history
  4. change state_version

    TarekkMA committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    252af7f View commit details
    Browse the repository at this point in the history
  5. fix visibility

    TarekkMA committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    14c6f0a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. count get_next_key

    TarekkMA committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5ba0b8f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Update runtime/moonbase/src/lib.rs

    Co-authored-by: Rodrigo Quelhas <[email protected]>
    TarekkMA and RomarQ authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    41e4610 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. migrate code

    TarekkMA committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6657db1 View commit details
    Browse the repository at this point in the history
  2. fix

    TarekkMA committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ea9e4c3 View commit details
    Browse the repository at this point in the history
  3. add pre/post upgrades

    TarekkMA committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    691c7aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    420e6cb View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. rename

    TarekkMA committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    763f52a View commit details
    Browse the repository at this point in the history
  2. disable

    TarekkMA committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    24e2eca View commit details
    Browse the repository at this point in the history
  3. Revert "disable"

    This reverts commit 24e2eca.
    TarekkMA committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6a33771 View commit details
    Browse the repository at this point in the history
  4. change to state_version 0

    TarekkMA committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    dffb686 View commit details
    Browse the repository at this point in the history
  5. Revert "change to state_version 0"

    This reverts commit dffb686.
    TarekkMA committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e15dd50 View commit details
    Browse the repository at this point in the history
  6. Update pallets/moonbeam-lazy-migrations/src/lib.rs

    Co-authored-by: Éloïs <[email protected]>
    TarekkMA and librelois authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c2eaa5f View commit details
    Browse the repository at this point in the history
  7. apply review suggestions

    TarekkMA committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d2139cb View commit details
    Browse the repository at this point in the history
  8. rename

    TarekkMA committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4091bd2 View commit details
    Browse the repository at this point in the history
  9. remove comment

    TarekkMA committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    566b157 View commit details
    Browse the repository at this point in the history
  10. fix pov in tests

    TarekkMA committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7f2e921 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. fmt & fix pov values

    TarekkMA committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2db1a02 View commit details
    Browse the repository at this point in the history
  2. pov test values

    TarekkMA committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c022301 View commit details
    Browse the repository at this point in the history
  3. fix numbers

    TarekkMA committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    626fce0 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. rename

    TarekkMA committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b6bce16 View commit details
    Browse the repository at this point in the history
  2. testing

    TarekkMA committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1e318d8 View commit details
    Browse the repository at this point in the history
  3. fmt

    TarekkMA committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e3d81c6 View commit details
    Browse the repository at this point in the history
  4. tests

    TarekkMA committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    992b674 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. fmt

    TarekkMA committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    badb543 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    583e1a6 View commit details
    Browse the repository at this point in the history
  3. test

    TarekkMA committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b3410aa View commit details
    Browse the repository at this point in the history
  4. Fix D014023T01

    TarekkMA committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6bd0dd7 View commit details
    Browse the repository at this point in the history
  5. remove console.log

    TarekkMA committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    356f624 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    ea5e405 View commit details
    Browse the repository at this point in the history
  2. Update pallets/moonbeam-lazy-migrations/src/lib.rs

    Co-authored-by: Éloïs <[email protected]>
    TarekkMA and librelois authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c8cf5dd View commit details
    Browse the repository at this point in the history
  3. add smoke test

    TarekkMA committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    bcb0428 View commit details
    Browse the repository at this point in the history
  4. format

    TarekkMA committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    0416f66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ee70136 View commit details
    Browse the repository at this point in the history
  6. remove duplicate dep

    TarekkMA committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    81f96a0 View commit details
    Browse the repository at this point in the history
  7. remove unused

    TarekkMA committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f7772b6 View commit details
    Browse the repository at this point in the history
  8. fix test status

    TarekkMA committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    f76b44f View commit details
    Browse the repository at this point in the history
  9. fix test

    TarekkMA committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    527d03e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    28af3a7 View commit details
    Browse the repository at this point in the history
  11. remove unused comments

    TarekkMA committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9d61943 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    7d1f489 View commit details
    Browse the repository at this point in the history
  2. comment out code migration

    TarekkMA committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fe49b2d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. silence migration

    TarekkMA committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    72066c4 View commit details
    Browse the repository at this point in the history
  2. allow dead code

    TarekkMA committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ed4f556 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

    TarekkMA committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a3e0931 View commit details
    Browse the repository at this point in the history
  3. revert comment

    TarekkMA committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e02cc66 View commit details
    Browse the repository at this point in the history
  4. add a zombienet setup script

    TarekkMA committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b4a9b9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d26eca View commit details
    Browse the repository at this point in the history
  6. fmt

    TarekkMA committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    656d8aa View commit details
    Browse the repository at this point in the history
  7. fix

    TarekkMA committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    feb1aa5 View commit details
    Browse the repository at this point in the history
  8. fix script

    TarekkMA committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3df4962 View commit details
    Browse the repository at this point in the history
  9. test

    TarekkMA committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    db60dea View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    381cfa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1262d88 View commit details
    Browse the repository at this point in the history
  3. format

    TarekkMA committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    71d1424 View commit details
    Browse the repository at this point in the history
  4. fix tests

    TarekkMA committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2cb1e90 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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

Commits on Sep 20, 2024

  1. fix spec version

    TarekkMA committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f9fb256 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    3177fa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    735e50e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdd9feb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a36425 View commit details
    Browse the repository at this point in the history