Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Fix Substrate features #14660

Merged
merged 19 commits into from
Aug 1, 2023
Merged

Fix Substrate features #14660

merged 19 commits into from
Aug 1, 2023

Commits on Jul 27, 2023

  1. Fix std, runtime-benchmarks and try-runtime features

    zepter lint propagate-feature --feature try-runtime --left-side-feature-missing=ignore --workspace --fix --feature-enables-dep="try-runtime:frame-try-runtime"
    zepter lint propagate-feature --feature runtime-benchmarks --left-side-feature-missing=ignore --workspace --fix --feature-enables-dep="runtime-benchmarks:frame-benchmarking"
    zepter lint propagate-feature --feature std --left-side-feature-missing=ignore --workspace --fix
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c8b93da View commit details
    Browse the repository at this point in the history
  2. Add propagate feature CI check

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    050d2f5 View commit details
    Browse the repository at this point in the history
  3. Test CI by adding an error

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    cf4ff6c View commit details
    Browse the repository at this point in the history
  4. Use --locked

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8b1f0aa View commit details
    Browse the repository at this point in the history
  5. Add help msg

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ce506e4 View commit details
    Browse the repository at this point in the history
  6. Revert "Test CI by adding an error"

    This reverts commit cf4ff6c.
    ggwpez committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    7c0b675 View commit details
    Browse the repository at this point in the history
  7. Test CI by adding an error

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5daa06a View commit details
    Browse the repository at this point in the history
  8. No newline in help msg

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    83ab348 View commit details
    Browse the repository at this point in the history
  9. Revert "Test CI by adding an error"

    This reverts commit 5daa06a.
    ggwpez committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0dbaecd View commit details
    Browse the repository at this point in the history
  10. Test CI by adding an error

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    ca15de5 View commit details
    Browse the repository at this point in the history
  11. Revert "Test CI by adding an error"

    This reverts commit ca15de5.
    ggwpez committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    de8af69 View commit details
    Browse the repository at this point in the history
  12. Fix msg

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

Commits on Aug 1, 2023

  1. Revert back to master

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    bd296fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    450747c View commit details
    Browse the repository at this point in the history
  3. Re-do with Zepter v0.7.4

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    6efcbb3 View commit details
    Browse the repository at this point in the history
  4. Update Zepter to 0.7.4

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8f31655 View commit details
    Browse the repository at this point in the history
  5. Disable rococo try-runtime check

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2f205d2 View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: Bastian Köcher <[email protected]>
    ggwpez and bkchr authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c1f4a56 View commit details
    Browse the repository at this point in the history
  7. More review fixes

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1674b46 View commit details
    Browse the repository at this point in the history