Skip to content

fixing issue where we can silently fail and stall block processing#237

Merged
willmeister merged 1 commit intomasterfrom
fix/throwIfBlockSyncingFailsInsteadOfContinuing
Aug 28, 2020
Merged

fixing issue where we can silently fail and stall block processing#237
willmeister merged 1 commit intomasterfrom
fix/throwIfBlockSyncingFailsInsteadOfContinuing

Conversation

@willmeister
Copy link
Copy Markdown

Description

Fixes issue where we don't re-throw when block subscription errors are caught, causing us to move on with block syncing and not re-fetch.

Metadata

Contributing Agreement

@willmeister willmeister force-pushed the fix/throwIfBlockSyncingFailsInsteadOfContinuing branch from 905610c to d09d1f5 Compare August 28, 2020 14:25
Copy link
Copy Markdown
Collaborator

@ben-chain ben-chain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@willmeister willmeister merged commit 94ba72b into master Aug 28, 2020
@willmeister willmeister deleted the fix/throwIfBlockSyncingFailsInsteadOfContinuing branch August 28, 2020 15:57
snario pushed a commit that referenced this pull request Apr 14, 2021
Inphi pushed a commit that referenced this pull request Aug 16, 2024
A lot of instructions in the MIPS spec require that certain fields
be set to zero. Most of the time this isn't actually a problem but
this can cause side-effects in a few cases. A buggy compiler could
create an issue if it ever spit out non-compliant instructions.
This PR implements those zero value enforcement checks for all
instructions that we implement.
Inphi pushed a commit that referenced this pull request Aug 16, 2024
This reverts commit 59e02fb3ece7fc249223054944a0b1ff437aa64f.
samlaf pushed a commit to samlaf/optimism that referenced this pull request Aug 20, 2024
A lot of instructions in the MIPS spec require that certain fields
be set to zero. Most of the time this isn't actually a problem but
this can cause side-effects in a few cases. A buggy compiler could
create an issue if it ever spit out non-compliant instructions.
This PR implements those zero value enforcement checks for all
instructions that we implement.
samlaf pushed a commit to samlaf/optimism that referenced this pull request Aug 20, 2024
xibao-nr pushed a commit to node-real/combo-optimism that referenced this pull request Feb 19, 2025
theochap pushed a commit that referenced this pull request Dec 10, 2025
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Zena-park added a commit to tokamak-network/optimism that referenced this pull request Dec 30, 2025
theochap pushed a commit that referenced this pull request Jan 15, 2026
move to consensus, make them reusable
emhane pushed a commit that referenced this pull request Feb 3, 2026
Fixes #237 

Adds more concrete error variants for `OpProofsStorageError`

Co-authored-by: Arun Dhyani <dhyaniarun7@gmail.com>
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.

2 participants