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

fix: Disable Tx Outcome Checks #1522

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Commits on Nov 19, 2024

  1. Disable Tx Outcome Checks

    Currently, the tx outcome checks are failing because of a fix in BESU
    which affects reported balances in some cases.  The issue is that this
    fix now invalidates some of the recorded tx outcome data.  Therefore,
    this data needs to be rerecorded, which will take some time.  As a
    temporary stop-gap measure, therefore, we can disable the outcome checks
    to allow PRs to continue as normal.
    DavePearce committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    9edf964 View commit details
    Browse the repository at this point in the history