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(proposer): submission interval #279

Merged
merged 6 commits into from
Dec 13, 2024
Merged

Conversation

ratankaliani
Copy link
Member

Split the range according to splitRangeBasic, as advanced range splitting is an over-optimization.

Don't split the range on failure in half until we have more insight into the error type. We should only split on execution errors for the span proofs.

@ratankaliani ratankaliani merged commit f486cae into main Dec 13, 2024
6 checks passed
@ratankaliani ratankaliani deleted the ratan/proposer-interval branch December 13, 2024 21:48
Copy link

github-actions bot commented Dec 13, 2024

Metric Value
Batch Start 21,160,530
Batch End 21,160,535
Witness Generation (seconds) 65
Execution Duration (seconds) 68
Total Instruction Count 1,564,547,464
Oracle Verify Cycles 389,667,349
Derivation Cycles 730,680,595
Block Execution Cycles 321,273,189
Blob Verification Cycles 168,502,979
Total SP1 Gas 1,838,246,941
Number of Blocks 6
Number of Transactions 59
Ethereum Gas Used 20,211,189
Cycles per Block 260,757,910
Cycles per Transaction 26,517,753
Transactions per Block 9
Gas Used per Block 3,368,531
Gas Used per Transaction 342,562
BN Pair Cycles 0
BN Add Cycles 0
BN Mul Cycles 0
KZG Eval Cycles 0
EC Recover Cycles 322,718

adam-xu-mantle pushed a commit to mantle-xyz/op-succinct that referenced this pull request Dec 16, 2024
* feat: proposer interval changes

* split range basic

* add

* fix

* add

* add
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