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.6.1
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.2
Choose a head ref
  • 6 commits
  • 9 files changed
  • 2 contributors

Commits on Mar 4, 2024

  1. Bump mio from 0.8.10 to 0.8.11 (#81)

    Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md">mio's
    changelog</a>.</em></p>
    <blockquote>
    <h1>0.8.11</h1>
    <ul>
    <li>Fix receiving IOCP events after deregistering a Windows named pipe
    (<a
    href="https://github.com/tokio-rs/mio/pull/1760">tokio-rs/mio#1760</a>,
    backport pr:
    <a
    href="https://github.com/tokio-rs/mio/pull/1761">tokio-rs/mio#1761</a>).</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/tokio-rs/mio/commit/0328bdef900b6396b8d00d33c825cd8af748553d"><code>0328bde</code></a>
    Release v0.8.11</li>
    <li><a
    href="https://github.com/tokio-rs/mio/commit/708449851283b57eb6f514c8f289b66e982720b3"><code>7084498</code></a>
    Fix warnings</li>
    <li><a
    href="https://github.com/tokio-rs/mio/commit/90d4fe00df870acd3d38f3dc4face9aacab8fbb9"><code>90d4fe0</code></a>
    named-pipes: fix receiving IOCP events after deregister</li>
    <li><a
    href="https://github.com/tokio-rs/mio/commit/c710a307f8627c4d63ac1003252aa45175e08399"><code>c710a30</code></a>
    Add v0.8.x to the CI</li>
    <li><a
    href="https://github.com/tokio-rs/mio/commit/c29e21c244b2b835e8b3e015b92c708c33c7d70a"><code>c29e21c</code></a>
    Release v0.8.10</li>
    <li>See full diff in <a
    href="https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11">compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mio&package-manager=cargo&previous-version=0.8.10&new-version=0.8.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after
    your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge
    and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating
    it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the
    [Security Alerts
    page](https://github.com/paritytech/try-runtime-cli/network/alerts).
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2eb15e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. build docs with deps

    liamaharon committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1ab3387 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on Apr 30, 2024

  1. fix: execute-block handle no explicit --at (#84)

    `execute-block` currently panics during block execution if `--at` is not
    passed, due to trying to execute a block that doesn't match current
    state.
    liamaharon authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    9210f83 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. ci: update protoc (#85)

    liamaharon authored May 2, 2024
    Configuration menu
    Copy the full SHA
    d6ee704 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecbe7fb View commit details
    Browse the repository at this point in the history
Loading