Add force inclusion example#149
Merged
Merged
Conversation
Contributor
Author
|
Pending on a fix and new release of sdk |
Picks up the InboxTools fixes from arbitrum-sdk#632, which are required for force inclusion to work when the parent chain is an Arbitrum chain (Arbitrum Sepolia / Orbit L3 scenario).
…from environment values' Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Verified end-to-end via yarn test:withNode: fullnode synced and child-chain balance reflects the force-included deposit.
CI's Check Formatting step (yarn prettier:format → eslint --fix) failed with two no-await-in-loop errors at the polling loop in verifyOnFullnode. Matches the existing pattern used by the connect-retry loop above.
Gowtham118
approved these changes
May 14, 2026
Single-shot balance check after sync was racy: if the fullnode produced its first block but the force-included batch hadn't been applied to state yet, balance would read as a base/dust amount (~0.0000923626 ETH) — the gt(0) check passes and the script reports "verified" without the deposit actually settled. Polls every 5s up to BALANCE_TIMEOUT_MS (60s), falls through to the existing "may need more time" hint on timeout. Matches the polling pattern used by the connect-retry and sync loops above.
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.
No description provided.