-
Notifications
You must be signed in to change notification settings - Fork 710
feat: contract consensus test dynamic nonce update #6605
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
feat: contract consensus test dynamic nonce update #6605
Conversation
a7d73af
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6605 +/- ##
============================================
+ Coverage 69.71% 79.89% +10.17%
============================================
Files 571 571
Lines 351613 351601 -12
============================================
+ Hits 245143 280917 +35774
+ Misses 106470 70684 -35786
... and 302 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Description
This PR refactors the consensus testing framework to support block-by-block execution.
Previously, tests required defining the success or failure of an entire batch of transactions in advance, making it impossible to test scenarios with mixed outcomes.
This new architecture processes each transaction in its own block sequentially, automatically managing the sender's nonce based on whether the previous transaction succeeded or failed.
Applicable issues
Additional info (benefits, drawbacks, caveats)
Checklist
docs/rpc/openapi.yaml
andrpc-endpoints.md
for v2 endpoints,event-dispatcher.md
for new events)clarity-benchmarking
repo