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

FRAME: Revamp Preimage pallet to use Consideration #1363

Merged
merged 55 commits into from
Sep 17, 2023

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    fe5e59e View commit details
    Browse the repository at this point in the history
  2. Fix stuff

    gavofyork committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    176194a View commit details
    Browse the repository at this point in the history
  3. Whitespace

    gavofyork committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    ae05a0d View commit details
    Browse the repository at this point in the history
  4. Repot

    gavofyork committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    b14f28d View commit details
    Browse the repository at this point in the history
  5. Docs and fixes

    gavofyork committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    13be42a View commit details
    Browse the repository at this point in the history
  6. Fixes and docs

    gavofyork committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    4eebde0 View commit details
    Browse the repository at this point in the history
  7. Consideration trait

    gavofyork committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    d94f888 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3570b1b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e2dd10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c0d8ca6 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    0766ba0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eae1767 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Fix for new API

    gavofyork committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    f773a55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aeae8c View commit details
    Browse the repository at this point in the history
  3. Make benches compile

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

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

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

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

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

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c20a5f5 View commit details
    Browse the repository at this point in the history
  10. ".git/.scripts/commands/bench/bench.sh" --subcommand=pallet --runtime…

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

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    4922ba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8971c64 View commit details
    Browse the repository at this point in the history
  3. Add proper hold reasons

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

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

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

Commits on Sep 8, 2023

  1. Always use whitelisted caller

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    aaeb552 View commit details
    Browse the repository at this point in the history
  3. Update substrate/frame/support/src/traits/tokens/fungible/freeze.rs

    Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
    gavofyork and franciscoaguirre authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    915cdc0 View commit details
    Browse the repository at this point in the history
  4. Update substrate/frame/support/src/traits/tokens/fungible/freeze.rs

    Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
    gavofyork and franciscoaguirre authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c549398 View commit details
    Browse the repository at this point in the history
  5. Update substrate/frame/support/src/traits/storage.rs

    Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
    gavofyork and kianenigma authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    d781c55 View commit details
    Browse the repository at this point in the history
  6. Update substrate/frame/support/src/traits/tokens/fungible/mod.rs

    Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    gavofyork and ggwpez authored Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4da8bc9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47fce97 View commit details
    Browse the repository at this point in the history
  8. Clippy

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

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5b29c2a View commit details
    Browse the repository at this point in the history
  11. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2f2924e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    90c4440 View commit details
    Browse the repository at this point in the history
  13. Add

    gavofyork committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ced055e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    161755d View commit details
    Browse the repository at this point in the history
  15. fmt

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    52233f0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a742bd9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0b757e8 View commit details
    Browse the repository at this point in the history
  18. Add tests

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    de459b3 View commit details
    Browse the repository at this point in the history
  19. Benchmark one account per depositor

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

Commits on Sep 10, 2023

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

Commits on Sep 12, 2023

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

    Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
    gavofyork and franciscoaguirre authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    fdbacb1 View commit details
    Browse the repository at this point in the history
  2. Update substrate/frame/preimage/src/lib.rs

    Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
    gavofyork and franciscoaguirre authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c2097b2 View commit details
    Browse the repository at this point in the history
  3. Update substrate/frame/preimage/src/tests.rs

    Co-authored-by: Francisco Aguirre <franciscoaguirreperez@gmail.com>
    gavofyork and franciscoaguirre authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    97542d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Minor tweaks

    gavofyork committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    2ed225d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'gav-consideration-preimage' of github.com:paritytech/po…

    …lkadot-sdk into gav-consideration-preimage
    gavofyork committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    095a56d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    369f8f5 View commit details
    Browse the repository at this point in the history
  4. Fixes

    gavofyork committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    061573f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'gav-consideration-preimage' of github.com:paritytech/po…

    …lkadot-sdk into gav-consideration-preimage
    gavofyork committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    86d8022 View commit details
    Browse the repository at this point in the history