Skip to content

feat: Add wstETH to sdk#3127

Merged
mergify[bot] merged 2 commits intodevelopfrom
willc/wsteth
Aug 1, 2022
Merged

feat: Add wstETH to sdk#3127
mergify[bot] merged 2 commits intodevelopfrom
willc/wsteth

Conversation

@roninjin10
Copy link
Contributor

@changeset-bot
Copy link

changeset-bot bot commented Jul 28, 2022

🦋 Changeset detected

Latest commit: bb38b36

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

This PR includes changesets to release 3 packages
Name Type
@eth-optimism/sdk Minor
@eth-optimism/drippie-mon Patch
@eth-optimism/message-relayer 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 the A-pkg-sdk Area: packages/sdk label Jul 28, 2022
Copy link
Contributor

@tynes tynes left a comment

Choose a reason for hiding this comment

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

Confirmed that the addresses are correct

@ethereum-optimism ethereum-optimism deleted a comment from mergify bot Aug 1, 2022
@mergify
Copy link
Contributor

mergify bot commented Aug 1, 2022

This PR has been added to the merge queue, and will be merged soon.

@mergify mergify bot merged commit f05ab6b into develop Aug 1, 2022
@mergify mergify bot deleted the willc/wsteth branch August 1, 2022 15:31
@mergify
Copy link
Contributor

mergify bot commented Aug 1, 2022

This PR is next in line to be merged, and will be merged as soon as checks pass.

@mergify mergify bot removed the on-merge-train label Aug 1, 2022
@mslipper mslipper mentioned this pull request Aug 4, 2022
maurelian pushed a commit that referenced this pull request Sep 15, 2022
* add wsteth to sdk

* changeset

Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local>
sam-goldman pushed a commit that referenced this pull request Sep 15, 2022
* add wsteth to sdk

* changeset

Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local>
nitaliano pushed a commit that referenced this pull request May 20, 2024
* add wsteth to sdk

* changeset

Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local>
theochap pushed a commit that referenced this pull request Jan 15, 2026
op-rs/kona#3147)

Closes #3127
Previously, batch validation failures could only be diagnosed by parsing
log messages, which is fragile and not programmatically testable. This
change enables:
- Precise programmatic testing of batch validation logic
- Better error messages with structured drop reasons
- Improved debugging experience for node operators

## Changes

- `BatchDropReason` enum with variants for all drop scenarios:
- Timestamp related: `FutureTimestampHolocene`,
`PastTimestampPreHolocene`
- Parent/origin: `ParentHashMismatch`, `IncludedTooLate`, `EpochTooOld`,
`EpochTooFarInFuture`, `EpochHashMismatch`
- Sequencer drift: `TimestampBeforeL1Origin`, `SequencerDriftOverflow`,
`SequencerDriftExceeded`, `SequencerDriftNotAdoptedNextOrigin`
- Transaction validation: `EmptyTransaction`, `DepositTransaction`,
`Eip7702PreIsthmus`, `NonEmptyTransitionBlock`
- Span batch specific: `SpanBatchPreDelta`,
`SpanBatchNoNewBlocksPreHolocene`, `SpanBatchMisalignedTimestamp`,
`SpanBatchNotOverlappedExactly`
- Overlap validation: `L1OriginBeforeSafeHead`, `MissingL1Origin`,
`OverlappedTxCountMismatch`, `OverlappedTxMismatch`,
`L2BlockInfoExtractionFailed`, `OverlappedL1OriginMismatch`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-pkg-sdk Area: packages/sdk

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants