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

PEVM-fix: avoid checkout old tx in stage2 conflict check #142

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

sunny2022da
Copy link
Collaborator

@sunny2022da sunny2022da commented Aug 22, 2024

Description

The stage2 conflict check is concurrently check the Tx and stateDB, there is possibility that stateDB is updated to latest version which is newer than the tx. in this way, skip the check.

Rationale

There can be incorrect conflict check result.

@sunny2022da sunny2022da merged commit 41591e5 into bnb-chain:feature/TxDAG-PEVM Aug 23, 2024
1 of 2 checks passed
@sunny2022da sunny2022da deleted the cf-fix branch August 23, 2024 06:24
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.

1 participant