Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: paritytech/try-runtime-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.4
Choose a base ref
...
head repository: paritytech/try-runtime-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 1 commit
  • 4 files changed
  • 3 contributors

Commits on Feb 27, 2024

  1. Add flag to see storage diff if idemptotent check fails (#78)

    When the idempotent migration check fails, users see this unhelpful
    error message:
    
    ```
    ❌ Migrations are not idempotent. Selectively remove migrations from Executive until you find the culprit.
    ```
    
    This PR implements a flag to enable printing the differences in storage.
    It is disabled by default because users can ignore the "idempotent"
    warning if they want to. If the flag is disabled there is a log that
    suggests enabling it, improving the old message.
    
    ![Captura desde 2024-02-20
    13-59-48](https://github.com/paritytech/try-runtime-cli/assets/44604217/1ae51887-6d26-411a-8874-23924b5cb536)
    
    ---------
    
    Co-authored-by: Oliver Tale-Yazdi <[email protected]>
    Co-authored-by: Liam Aharon <[email protected]>
    3 people authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8762d74 View commit details
    Browse the repository at this point in the history
Loading