Merged
Conversation
karlfloersch
commented
Oct 27, 2020
| import { L2Block, Bytes32 } from '..' | ||
| import { RollupInfo, BatchSubmitter } from '.' | ||
|
|
||
| export class StateBatchSubmitter extends BatchSubmitter { |
Contributor
Author
There was a problem hiding this comment.
TODO: Change this so that we calculate start = scc.totalElements() and end = ctc.totalElements() ! Not based on the length of the L2 chain -- that is only used in the batch submitter
tynes
approved these changes
Oct 30, 2020
snario
pushed a commit
that referenced
this pull request
Apr 14, 2021
QuentinI
referenced
this pull request
in EspressoSystems/optimism-espresso-integration
Mar 7, 2025
* Update mainnet migrate allowlist resolves celo-org/celo-blockchain-planning#617 * Fix: wrong assumption that Permit2 code differs
QuentinI
referenced
this pull request
in EspressoSystems/optimism-espresso-integration
Mar 7, 2025
* Update mainnet migrate allowlist
resolves celo-org/celo-blockchain-planning#617
* Fix: wrong assumption that Permit2 code differs
agusduha
pushed a commit
that referenced
this pull request
Mar 25, 2025
* feat: update SystemConfig upgrade function * chore: dropped beta versioning, bumped minor version * chore: update OperatorFeeVaultRecipient dev account * fix: add l2ChainId to SystemConfig.upgrade * chore: update minor version instead of patch * test: update ForkLive and periphery tests to support new OPCM version * chore: add interop flag to L2StandardBridgeInterop * test: use encodeCall in ForkLive * chore: pre-pr ready
theochap
pushed a commit
that referenced
this pull request
Dec 10, 2025
theochap
pushed a commit
that referenced
this pull request
Jan 15, 2026
## Motivation We need a type that represents a pooled transaction, this cannot include deposit transactions ## Solution Implemented `OpPooledTransaction`, which is like `OpTxEnvelope` but without the deposit variant. ## PR Checklist - [ ] Added Tests - [ ] Added Documentation - [ ] Breaking changes --------- Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
emhane
pushed a commit
that referenced
this pull request
Feb 3, 2026
Closes #288 --------- Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a state batch submitter! It also abstracts out the common functionality between the two batch submitters.
Contributing Agreement