-
Notifications
You must be signed in to change notification settings - Fork 3.9k
op-e2e: Re-enable large preimage e2e test #9346
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
Conversation
* Reduce the min size for large preimages in devnet to make it easier to reach the limit. * Provide a buffer between target and max batch size to avoid the batcher splitting the large tx across multiple smaller frames.
WalkthroughWalkthroughThe recent modifications focus on enhancing the handling of preimages and faultproof testing in the dispute game package. Key changes include adjusting the minimum preimage size for efficiency, refining the way last commitments are modified with a new function, and improving test configurations to better simulate scenarios with large preimages. These updates aim to streamline operations and testing processes within the system. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #9346 +/- ##
===========================================
- Coverage 27.85% 26.64% -1.22%
===========================================
Files 167 135 -32
Lines 7362 6503 -859
Branches 1272 1120 -152
===========================================
- Hits 2051 1733 -318
+ Misses 5190 4649 -541
Partials 121 121
Flags with carried forward coverage won't be shown. Click here to find out more. |
refcell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
* Reduce the min size for large preimages in devnet to make it easier to reach the limit. * Provide a buffer between target and max batch size to avoid the batcher splitting the large tx across multiple smaller frames.
* Reduce the min size for large preimages in devnet to make it easier to reach the limit. * Provide a buffer between target and max batch size to avoid the batcher splitting the large tx across multiple smaller frames.
* Reduce the min size for large preimages in devnet to make it easier to reach the limit. * Provide a buffer between target and max batch size to avoid the batcher splitting the large tx across multiple smaller frames.
* Reduce the min size for large preimages in devnet to make it easier to reach the limit. * Provide a buffer between target and max batch size to avoid the batcher splitting the large tx across multiple smaller frames.
* Reduce the min size for large preimages in devnet to make it easier to reach the limit. * Provide a buffer between target and max batch size to avoid the batcher splitting the large tx across multiple smaller frames.
* Reduce the min size for large preimages in devnet to make it easier to reach the limit. * Provide a buffer between target and max batch size to avoid the batcher splitting the large tx across multiple smaller frames.
* Reduce the min size for large preimages in devnet to make it easier to reach the limit. * Provide a buffer between target and max batch size to avoid the batcher splitting the large tx across multiple smaller frames.
Description
Tests
Ran the test locally repeatedly for a few hours with no issues.
Metadata