docs: tw919-batch-poster-recovery-and-troubleshooting#3415
Open
pete-vielhaber wants to merge 9 commits into
Open
docs: tw919-batch-poster-recovery-and-troubleshooting#3415pete-vielhaber wants to merge 9 commits into
pete-vielhaber wants to merge 9 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Jason-W123
reviewed
Jul 1, 2026
|
|
||
| #### `error getting max time variation on L1 bound block; falling back on latest block` | ||
|
|
||
| - [WARN]—`unknown L2 block bound config value; falling back on using finalized` |
Contributor
There was a problem hiding this comment.
Suggested change
| - [WARN]—`unknown L2 block bound config value; falling back on using finalized` | |
| - [ERROR]—`unknown L1 block bound config value; falling back on using finalized` |
Jason-W123
reviewed
Jul 1, 2026
|
|
||
| In short: _queue intact → resume in-flight; queue gone → rebuild cleanly from L1_. | ||
|
|
||
| ## Storage backends and what survives a restart |
Contributor
There was a problem hiding this comment.
There is a Queued transaction database selection section in batch-poster.mdx, there should be some overlap, should we delete one?
Jason-W123
reviewed
Jul 1, 2026
|
|
||
| - **Parent-chain reorg, revert polling**: if the chain went backward (`nextRevertCheckBlock > blockNum`) it resets to re-check; the >100-block gap warning fast-forwards and skips. | ||
| - **Mempool nonce-gap avoidance**: before sending a transaction of a different type than its predecessor (or whose predecessor isn't yet reorg-resistant), it checks `NonceRbfSoftConfs` deep and, if the nonce exceeds the reorg-resistant count, leaves the transaction queued—`"DataPoster is avoiding creating a mempool nonce gap"`—rather than risk a gap a reorg would expose. | ||
| - **`l1-block-bound`** (`safe`/`finalized`/`latest`/`ignore`) and **`reorg-resistance-margin`** (default 10m) keep batches from referencing L1 blocks that could reorg out (see `posting-cadence-and-lifecycle.md` and `config-flags.md`). |
Contributor
There was a problem hiding this comment.
I don't find those 2 files, are them still pending?
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.
Thank you for contributing to our docs!
Please fill out the form below to ensure your doc gets quickly approved and merged.
Description
Document type
Checklist
yarn startoryarn build