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

[ci] Update CI image with rust 1.81.0 and 2024-09-11 #5676

Merged
merged 102 commits into from
Sep 26, 2024
Merged

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    195f96f View commit details
    Browse the repository at this point in the history
  2. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    7460c42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3d3aea View commit details
    Browse the repository at this point in the history
  4. fix try runtime usage in frame-support

    gui1117 authored and ggwpez committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a4c861f View commit details
    Browse the repository at this point in the history
  5. Prepare for Rust 1.81

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    96f2bfc View commit details
    Browse the repository at this point in the history
  6. Clippy

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f676227 View commit details
    Browse the repository at this point in the history
  7. Fix test

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6047445 View commit details
    Browse the repository at this point in the history
  8. More

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2702d29 View commit details
    Browse the repository at this point in the history
  9. More

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    46a51ca View commit details
    Browse the repository at this point in the history
  10. More

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2006bde View commit details
    Browse the repository at this point in the history
  11. Clippy

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2f4a493 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    94c4d37 View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    89a168d View commit details
    Browse the repository at this point in the history
  3. try again

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    5b06b9d View commit details
    Browse the repository at this point in the history
  4. next try

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2b1a759 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Fix weights

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3d3d6d8 View commit details
    Browse the repository at this point in the history
  2. Remove no_show_duration from BlockImportedCandidates

    Does not seem to be used anywhere.
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2da0f7b View commit details
    Browse the repository at this point in the history
  3. Remove unused tests

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a7c80f8 View commit details
    Browse the repository at this point in the history
  4. fmt

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f9b9648 View commit details
    Browse the repository at this point in the history
  5. Remove prepare_stats from ArtifactState

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0cae551 View commit details
    Browse the repository at this point in the history
  6. Remove PrepareWorkerResult from Outcome::RenameTmpFile

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6f8b4e4 View commit details
    Browse the repository at this point in the history
  7. Remove session_data from CacheSizes

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4df574a View commit details
    Browse the repository at this point in the history
  8. Remove unused file

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6ab0a78 View commit details
    Browse the repository at this point in the history
  9. Remove id from ProvedValidator

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7af8a10 View commit details
    Browse the repository at this point in the history
  10. Remove PeerId from sc-network BehaviourOut

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a8f5783 View commit details
    Browse the repository at this point in the history
  11. Remove unused fields from litep2p DiscoveryEvent

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1d22e28 View commit details
    Browse the repository at this point in the history
  12. Remove inbound from sc-network NotificationsOut

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    364d0ad View commit details
    Browse the repository at this point in the history
  13. sc-network: Delete unused module

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    784cb3c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    47eca24 View commit details
    Browse the repository at this point in the history
  15. fmt

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    35c96fc View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Fix build_profile feature

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d434b3a View commit details
    Browse the repository at this point in the history
  2. Delete unused code

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8f84a2a View commit details
    Browse the repository at this point in the history
  3. Remove duplicate feature gates

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7d6e682 View commit details
    Browse the repository at this point in the history
  4. Temporarily try with dead_code

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f5bd317 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81dde13 View commit details
    Browse the repository at this point in the history
  6. Temporarily try with dead_code

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    10b3682 View commit details
    Browse the repository at this point in the history
  7. Supress in test

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b548dbe View commit details
    Browse the repository at this point in the history
  8. DNM: Remove DWarnings flag to see all warnings at once

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    54861b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f3adc3d View commit details
    Browse the repository at this point in the history
  10. Delete unused code

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    504418a View commit details
    Browse the repository at this point in the history
  11. Delete tests with bls-experimental feature since that does not exist

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d8c9e87 View commit details
    Browse the repository at this point in the history
  12. Simplify TestNetworkEvent

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    dba150d View commit details
    Browse the repository at this point in the history
  13. Fixup test

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a04f70c View commit details
    Browse the repository at this point in the history
  14. Clippy map->inspect

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0edd1e0 View commit details
    Browse the repository at this point in the history
  15. Fix

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8aa57b1 View commit details
    Browse the repository at this point in the history
  16. Remove unused test code

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f4b1c4a View commit details
    Browse the repository at this point in the history
  17. Update substrate/utils/wasm-builder/src/wasm_project.rs

    Co-authored-by: Bastian Köcher <[email protected]>
    ggwpez and bkchr authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9edac7a View commit details
    Browse the repository at this point in the history
  18. Update substrate/utils/frame/benchmarking-cli/build.rs

    Co-authored-by: Bastian Köcher <[email protected]>
    ggwpez and bkchr authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d185393 View commit details
    Browse the repository at this point in the history
  19. Update substrate/utils/frame/benchmarking-cli/build.rs

    Co-authored-by: Bastian Köcher <[email protected]>
    ggwpez and bkchr authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    956fc46 View commit details
    Browse the repository at this point in the history
  20. Remove unused struct and trait

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2248c8a View commit details
    Browse the repository at this point in the history
  21. messages-relay: Remove stuff from RelayReference etc

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4c4c3a3 View commit details
    Browse the repository at this point in the history
  22. sc-network: remove more

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d1c8045 View commit details
    Browse the repository at this point in the history
  23. Fixup frame-procedural

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0d40efb View commit details
    Browse the repository at this point in the history
  24. pallet-contracts: remove unused field

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a500e2c View commit details
    Browse the repository at this point in the history
  25. keep FIXME on buggy test

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c7749b9 View commit details
    Browse the repository at this point in the history
  26. fmt

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7ba5dc7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    373beb6 View commit details
    Browse the repository at this point in the history
  28. sc-network: remove more

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9e14b6c View commit details
    Browse the repository at this point in the history
  29. test fix

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ed2a8ba View commit details
    Browse the repository at this point in the history
  30. pallet-contracts: remove unsued code_len fn

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4041c50 View commit details
    Browse the repository at this point in the history
  31. see if it works without dead_code

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    dbe084a View commit details
    Browse the repository at this point in the history
  32. clippy

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d03cf7d View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. clippy

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    88462de View commit details
    Browse the repository at this point in the history
  2. needs deadcode

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    ab78ab7 View commit details
    Browse the repository at this point in the history
  3. Update UI tests

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    31d2343 View commit details
    Browse the repository at this point in the history
  4. Clippy

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9decbcb View commit details
    Browse the repository at this point in the history
  5. Add manual Debug impl for GrandpaJustification

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    373dfaf View commit details
    Browse the repository at this point in the history
  6. Use where clause in Runtime API to make clippy happy

    Clippy otherwise reports a duplicated trait bound and is unhappy about that.
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    408e60e View commit details
    Browse the repository at this point in the history
  7. fmt toml

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0879b8f View commit details
    Browse the repository at this point in the history
  8. fix rust doc

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f5646ee View commit details
    Browse the repository at this point in the history
  9. fix

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8890001 View commit details
    Browse the repository at this point in the history
  10. doctest

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a062000 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Allow dead code in overseer because of orchestra bug

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0723ec2 View commit details
    Browse the repository at this point in the history
  2. Ignore doctest that was probably never executed anyway

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    96d65e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c083dac View commit details
    Browse the repository at this point in the history
  4. prdoc

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b714170 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Fix mmr benchmark

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    da228d5 View commit details
    Browse the repository at this point in the history
  2. Fix mmr benchmark

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    ea4544d View commit details
    Browse the repository at this point in the history
  3. Add 'pause' syscall to execute worker whitelist

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    677d92c View commit details
    Browse the repository at this point in the history
  4. Update UI tests

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    22d8d3c View commit details
    Browse the repository at this point in the history
  5. fix trybuild for sp-api

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    37f082f View commit details
    Browse the repository at this point in the history
  6. Add 'pause' syscall to prepare worker whitelist

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    1652b4a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. unused import

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d1968f0 View commit details
    Browse the repository at this point in the history
  2. make py script less verbose

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3c52726 View commit details
    Browse the repository at this point in the history
  3. Add PrDoc (auto generated)

    ggwpez authored and github-actions[bot] committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    dce585b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3effb47 View commit details
    Browse the repository at this point in the history
  5. fix prdoc script and docs

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cf54652 View commit details
    Browse the repository at this point in the history
  6. fix other prdocs

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    91f5afd View commit details
    Browse the repository at this point in the history
  7. more clippy

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    751ec26 View commit details
    Browse the repository at this point in the history
  8. Debug UI test

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    55e30e7 View commit details
    Browse the repository at this point in the history
  9. fix update-ui-tests script

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8fef197 View commit details
    Browse the repository at this point in the history
  10. fix ui tests again

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    60e50b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Sep 26, 2024

  1. bp-messages: fix feature gates

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    fbf2825 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9254a2 View commit details
    Browse the repository at this point in the history
  3. Run ONLY ui tests in the UI CI check

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    70097cb View commit details
    Browse the repository at this point in the history
  4. fmt

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    007527a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b19c684 View commit details
    Browse the repository at this point in the history
  6. fix prdoc

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7b74876 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e14a466 View commit details
    Browse the repository at this point in the history
  8. fmt

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d24475d View commit details
    Browse the repository at this point in the history