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

Multi-Block-Migrations, poll hook and new System callbacks #1781

Merged
merged 136 commits into from
Feb 28, 2024

Commits on Oct 3, 2023

  1. Import #14414

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    7b74965 View commit details
    Browse the repository at this point in the history
  2. Fixup tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    5ca965e View commit details
    Browse the repository at this point in the history
  3. Fix tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    2a5d351 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Make shit compile

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    debede3 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    f27091b View commit details
    Browse the repository at this point in the history
  3. Clippy

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    2eb5095 View commit details
    Browse the repository at this point in the history
  4. Fix

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    c4a5b57 View commit details
    Browse the repository at this point in the history
  5. Fix test

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ecef8df View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Fix defensive behaviour

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    d128cd8 View commit details
    Browse the repository at this point in the history
  2. Fix

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    10c63ed View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Apply suggestions from code review

    Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
    ggwpez and liamaharon committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    11ddb74 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Add docs

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    1c80b7e View commit details
    Browse the repository at this point in the history
  2. Add inherent_order

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    73a403b View commit details
    Browse the repository at this point in the history
  3. Add inherent order trait stub

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b0872fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c7f56e View commit details
    Browse the repository at this point in the history
  5. Check inhernet order

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    91b965a View commit details
    Browse the repository at this point in the history
  6. Ensure inherents are ordered

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0090a14 View commit details
    Browse the repository at this point in the history
  7. Fix all inherent order stuff and test

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0e813fc View commit details
    Browse the repository at this point in the history
  8. Make stuff compile

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    821a327 View commit details
    Browse the repository at this point in the history
  9. Add on_poll to pallets

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a251841 View commit details
    Browse the repository at this point in the history
  10. Call hooks

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    4d69aa4 View commit details
    Browse the repository at this point in the history
  11. Call migrations

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b76709c View commit details
    Browse the repository at this point in the history
  12. Remove unwrap

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    779a1b2 View commit details
    Browse the repository at this point in the history
  13. Fix tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    91ee7ff View commit details
    Browse the repository at this point in the history
  14. Update ui tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    03bd6d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Review fixes

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    22b8529 View commit details
    Browse the repository at this point in the history
  2. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    ddd6b36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c01da99 View commit details
    Browse the repository at this point in the history
  4. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a776dc9 View commit details
    Browse the repository at this point in the history
  5. Update substrate/frame/executive/src/tests.rs

    Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
    ggwpez and liamaharon committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    6e20c6e View commit details
    Browse the repository at this point in the history
  6. Update substrate/frame/support/src/migrations.rs

    Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
    ggwpez and liamaharon committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b7d2d15 View commit details
    Browse the repository at this point in the history
  7. Update substrate/frame/support/src/migrations.rs

    Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
    ggwpez and liamaharon committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8c05371 View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
    Co-authored-by: Juan Girini <juangirini@gmail.com>
    3 people committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4ba87c5 View commit details
    Browse the repository at this point in the history
  9. review fixes

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    7e97ec2 View commit details
    Browse the repository at this point in the history
  10. Fix compile

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    c0a8736 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Remove inherent ordering

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c7d351b View commit details
    Browse the repository at this point in the history
  2. Cleanup

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8c286cc View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    74c5dad View commit details
    Browse the repository at this point in the history
  2. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    445000d View commit details
    Browse the repository at this point in the history
  3. Check that pallet is configured

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    76fb0f6 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    fc8490d View commit details
    Browse the repository at this point in the history
  5. Rename after_inherents to last_inherent

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    cabd815 View commit details
    Browse the repository at this point in the history
  6. Cleanup

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    aa9646d View commit details
    Browse the repository at this point in the history
  7. Beauty fixes

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    0b80d25 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of https://github.com/paritytech/polkadot-sdk i…

    …nto HEAD
    command-bot committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b751f86 View commit details
    Browse the repository at this point in the history
  9. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

    …=dev --target_dir=substrate --pallet=pallet_migrations
    command-bot committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    6fe7ac4 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Update substrate/frame/support/src/migrations.rs

    Co-authored-by: Juan Girini <juangirini@gmail.com>
    ggwpez and juangirini committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    47f2509 View commit details
    Browse the repository at this point in the history
  2. Update substrate/frame/support/src/traits/hooks.rs

    Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
    ggwpez and franciscoaguirre committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    888ed99 View commit details
    Browse the repository at this point in the history
  3. Update substrate/frame/support/src/traits/hooks.rs

    Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
    ggwpez and franciscoaguirre committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c892609 View commit details
    Browse the repository at this point in the history
  4. Update substrate/frame/migrations/src/tests.rs

    Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
    ggwpez and franciscoaguirre committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    990a350 View commit details
    Browse the repository at this point in the history
  5. Update substrate/frame/migrations/src/tests.rs

    Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
    ggwpez and franciscoaguirre committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ad68d88 View commit details
    Browse the repository at this point in the history
  6. Update substrate/frame/migrations/src/lib.rs

    Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
    ggwpez and franciscoaguirre committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    262c6af View commit details
    Browse the repository at this point in the history
  7. Use derive_impl

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6f1d180 View commit details
    Browse the repository at this point in the history
  8. Rename to TransactionForbidden

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e08c56f View commit details
    Browse the repository at this point in the history
  9. Review fixes

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5d7a133 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Update substrate/client/block-builder/src/lib.rs

    Co-authored-by: Gavin Wood <gavin@parity.io>
    ggwpez and gavofyork committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    7d2a438 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Finally remove last_inherent

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    aa046d3 View commit details
    Browse the repository at this point in the history
  2. Simplify code

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    f6e2a27 View commit details
    Browse the repository at this point in the history
  3. Add more tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    c3e21c4 View commit details
    Browse the repository at this point in the history
  4. tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    32f8429 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    20e931a View commit details
    Browse the repository at this point in the history
  3. Update substrate/frame/migrations/src/lib.rs

    Co-authored-by: Bastian Köcher <git@kchr.de>
    ggwpez and bkchr committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f6e06a2 View commit details
    Browse the repository at this point in the history
  4. Update substrate/frame/executive/src/lib.rs

    Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
    ggwpez and liamaharon committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9a402e1 View commit details
    Browse the repository at this point in the history
  5. Update substrate/frame/migrations/Cargo.toml

    Co-authored-by: Bastian Köcher <git@kchr.de>
    ggwpez and bkchr committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    492dbd0 View commit details
    Browse the repository at this point in the history
  6. Update substrate/frame/support/src/migrations.rs

    Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
    ggwpez and liamaharon committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8fe5134 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
    Co-authored-by: Bastian Köcher <git@kchr.de>
    3 people committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    afdd752 View commit details
    Browse the repository at this point in the history
  8. Add docs

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a2c2cca View commit details
    Browse the repository at this point in the history
  9. Fixup runtimes

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9f80434 View commit details
    Browse the repository at this point in the history
  10. Fix

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    ed0e8d5 View commit details
    Browse the repository at this point in the history
  11. Review fixes

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    e325a56 View commit details
    Browse the repository at this point in the history
  12. fixes

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    900c6c5 View commit details
    Browse the repository at this point in the history
  13. Remove MBMs engine from Executive

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    e9a8212 View commit details
    Browse the repository at this point in the history
  14. Fix test

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    d303294 View commit details
    Browse the repository at this point in the history
  15. Clippy

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    1ea9b15 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Fix try_execute_block

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    da95824 View commit details
    Browse the repository at this point in the history
  2. Fix doctest

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    6b68aea View commit details
    Browse the repository at this point in the history
  3. Add fuse comment

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b16dffe View commit details
    Browse the repository at this point in the history
  4. Swap pre_inherents and note_finished_initialize

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    2c26e25 View commit details
    Browse the repository at this point in the history
  5. Final fixes

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    cbb97be View commit details
    Browse the repository at this point in the history
  6. fix benchmarks

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    d166bfa View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    b0e7d50 View commit details
    Browse the repository at this point in the history
  2. Add SafeMode adapter to handle failed migrations

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    b8df700 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Fix

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a947c93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b45e28c View commit details
    Browse the repository at this point in the history
  3. Dont reexport stuff

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    017b3ad View commit details
    Browse the repository at this point in the history
  4. Fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    cb3c710 View commit details
    Browse the repository at this point in the history
  5. Lockfile

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5d80401 View commit details
    Browse the repository at this point in the history
  6. Fix macro export

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1825aaa View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    a6bffb1 View commit details
    Browse the repository at this point in the history
  2. Update lockfile

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    6b919df View commit details
    Browse the repository at this point in the history
  3. Fix

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b72ec2c View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Please build

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8dfdc16 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Do proper benchmarking

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    bc10038 View commit details
    Browse the repository at this point in the history
  2. Break loop early when out of weight

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0b643a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb63f08 View commit details
    Browse the repository at this point in the history
  4. format toml files

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    66cb02e View commit details
    Browse the repository at this point in the history
  5. Ignore target folder

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b2594ec View commit details
    Browse the repository at this point in the history
  6. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    03f1c71 View commit details
    Browse the repository at this point in the history
  7. Update lockfile

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    8550cf7 View commit details
    Browse the repository at this point in the history
  8. Test set_code rejects during MBM

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e0b3874 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Use default configs

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a9d1474 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d973edc View commit details
    Browse the repository at this point in the history
  3. Fixup merge

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    9cea489 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Fix

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    66047af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b79dc45 View commit details
    Browse the repository at this point in the history
  3. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b372868 View commit details
    Browse the repository at this point in the history
  4. Remove unneeded config

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    642a83b View commit details
    Browse the repository at this point in the history
  5. Clippy

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    32c382e View commit details
    Browse the repository at this point in the history
  6. Add missing config items

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4b8ad61 View commit details
    Browse the repository at this point in the history
  7. Fix mock configs

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    d279316 View commit details
    Browse the repository at this point in the history
  8. Remove unused import

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    67479a6 View commit details
    Browse the repository at this point in the history
  9. Clippy

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    d4330bd View commit details
    Browse the repository at this point in the history
  10. Fix mermaid execute block graph

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    cd1aa20 View commit details
    Browse the repository at this point in the history
  11. Fix migration order

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    5d37d68 View commit details
    Browse the repository at this point in the history
  12. Review fixes

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    0fb1ac2 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    1aed440 View commit details
    Browse the repository at this point in the history
  2. Introduce IsInherent

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    3dffae1 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Add execution phases: ApplyInherent and AfterInherent

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4a99674 View commit details
    Browse the repository at this point in the history
  2. Add to workspace, thanks CI 🙈

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    213c659 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Revert "Add execution phases: ApplyInherent and AfterInherent"

    This reverts commit 4a99674.
    ggwpez committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2cfdb0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d43a8bc View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Add docs

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    390cf21 View commit details
    Browse the repository at this point in the history
  2. Format TOML files

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5a63c1f View commit details
    Browse the repository at this point in the history
  3. Update UI tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    cfd01a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Add prdoc

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    853b3c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afe900c View commit details
    Browse the repository at this point in the history
  3. Lockfile

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    73957a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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

Commits on Feb 27, 2024

  1. Re-generate zombienet chainspec - hope this helps

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    adf40a9 View commit details
    Browse the repository at this point in the history
  2. Lockfile

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e194efa View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Use correct RA version

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    af1393f View commit details
    Browse the repository at this point in the history
  2. Revert "Re-generate zombienet chainspec - hope this helps"

    This reverts commit adf40a9.
    ggwpez committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    851b1e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8f5491 View commit details
    Browse the repository at this point in the history
  4. Lockfile

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    bd79a2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e9e4e7 View commit details
    Browse the repository at this point in the history