Skip to content

Develop -> Master PR#1809

Merged
tynes merged 4 commits intomasterfrom
develop
Nov 23, 2021
Merged

Develop -> Master PR#1809
tynes merged 4 commits intomasterfrom
develop

Conversation

@tynes
Copy link
Contributor

@tynes tynes commented Nov 23, 2021

Description
Merge develop into master

Trigger a release of the batch submitter with the yatm fix.
The batch submitter would get stuck in a loop on kovan,
attempting to submit a transaction with a bad nonce over
and over again. The fix was to add a hook function
that can notice when there is a nonce error.
@changeset-bot
Copy link

changeset-bot bot commented Nov 23, 2021

🦋 Changeset detected

Latest commit: e529afa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@eth-optimism/batch-submitter Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions github-actions bot added 2-reviewers M-ci Meta: ci related work labels Nov 23, 2021
@tynes tynes merged commit 66dbb58 into master Nov 23, 2021
theochap pushed a commit that referenced this pull request Dec 10, 2025
## Overview

Simplifies the EL sync startup routine, removing the
`ExecutionLayerNotFinalized` stage. Rather than performing the sync
start lookup at startup, the sync start routine is performed _after_ EL
sync finishes now.

This also improves the security of the sync start routine. Because we no
longer blindly promote `safe` + `finalized` when the first EL sync
finishes, we can find a `safe` block by traversing backwards from the
`unsafe` head, looking for an L2 block whose L1 origin is at least one
sequence window behind the `unsafe` head's L1 origin block.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

M-ci Meta: ci related work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant