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

Conversation

DavePearce
Copy link
Collaborator

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.

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 DavePearce linked an issue Nov 19, 2024 that may be closed by this pull request
@OlivierBBB OlivierBBB merged commit f7d93a4 into arith-dev Nov 20, 2024
5 checks passed
@OlivierBBB OlivierBBB deleted the 1520-disable-tx-outcome-checks branch November 20, 2024 04:11
@letypequividelespoubelles letypequividelespoubelles linked an issue Nov 20, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reenable Tx Outcome Checks Disable Tx Outcome Checks
2 participants