Conversation
Tempo Features (T0+): - Sponsored transactions (--sponsor-signature, --print-sponsor-hash) - Batch transactions (cast batch-mktx, cast batch-send, forge script --batch) - Atomic execution, single CREATE first, value must be 0, silent failures T1 Features: - 2D nonces (--nonce-key) for parallel tx submission - Expiring nonces (--expiring-nonce, --valid-before, --valid-after) - Access keys (--access-key, --root-account) for delegated signing Examples adapted from tempo-foundry tempo-check.sh Co-authored-by: George <george@tempo.xyz> Amp-Thread-ID: https://ampcode.com/threads/T-019c0f64-ce8e-771c-af58-358a84c3d13c Co-authored-by: Amp <amp@ampcode.com>
620a25f to
58cd162
Compare
Add examples to existing sections without new paragraphs: - forge: --batch flag for atomic multi-call scripts - cast: batch-send, sponsored tx, 2D nonces, expiring nonces, access keys Batch transaction rules added as warning callout under forge section. Amp-Thread-ID: https://ampcode.com/threads/T-019c0f64-ce8e-771c-af58-358a84c3d13c Co-authored-by: Amp <amp@ampcode.com>
o-az
approved these changes
Jan 30, 2026
snario
pushed a commit
that referenced
this pull request
Feb 3, 2026
gakonst
added a commit
that referenced
this pull request
Feb 4, 2026
…eys, sponsors, batching (#55) Co-authored-by: George <george@tempo.xyz>
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
Adds documentation for Tempo T1 hardfork Foundry features.
Motivation
The T1 upgrade adds new cast/forge commands that need to be documented. Examples sourced from tempo-foundry/tempo-check.sh.
Changes
Adds
T1 Featuressection to /sdk/foundry with:--nonce-key) - parallel transaction submission with independent nonce sequences--expiring-nonce,--valid-before,--valid-after) - time-bounded transactions--access-key,--root-account) - delegated signing via Account Keychain--sponsor-signature,--print-sponsor-hash) - gasless transactionscast batch-mktx,cast batch-send,forge script --batch) - atomic multi-call executionTesting
Manual review of MDX syntax.
Stacked on #41
Slack thread: https://tempoxyz.slack.com/archives/C0A87C21805/p1769784784768179