TIP-1010: allow subblock txs to be included in main block#2160
Closed
danrobinson wants to merge 2 commits intomainfrom
Closed
TIP-1010: allow subblock txs to be included in main block#2160danrobinson wants to merge 2 commits intomainfrom
danrobinson wants to merge 2 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Update TIP-1010 abstract and motivation to make clear that 0x5b transactions can be included outside signed subblocks unconditionally, not just as a fallback when validators are offline or subblocks are full. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
|
superseded by #2384 |
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.
Summary
This PR adds TIP-1010, which proposes allowing 0x5b transactions to be included outside signed subblocks as a fallback when validators are offline or subblocks are full. The draft specifies:
Rationale
The goal is to preserve the reserved nonce space and subblock guarantees while enabling a reliable fallback inclusion path when a validator is unavailable. Offsets in metadata are the minimal way to disambiguate signed subblock transactions without introducing a new tx type, and the registry provides a canonical fee recipient mapping when no signed subblock is available.