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>
jenpaff
added a commit
that referenced
this pull request
Feb 5, 2026
* chore: `next` branch * chore: trigger deployment to `next` * chore: trigger deployment to `next` 2 * chore: trigger deployment to `next` 3 * feat: update to include release notes * test: e2e (#49) * chore: trigger deployment to `next` 2 * chore: trigger deployment to `next` 3 * chore: sync lockfile * docs(foundry): add T1 features - 2D nonces, expiring nonces, access keys, sponsors, batching (#55) Co-authored-by: George <george@tempo.xyz> * chore: add small Rust example for expiring nonces (#56) Co-authored-by: o-az <omaraziz.dev@proton.me> * fix: prioritize `VERCEL_BRANCH_URL` * chore: use `VITE_BASE_URL` * chore: use `VITE_BASE_URL` * docs(foundry): update tempo args to use --tempo. prefix, add anvil section (#70) Co-authored-by: Amp <amp@ampcode.com> Co-authored-by: zerosnacks <95942363+zerosnacks@users.noreply.github.com> * fix: change andantino from 'removed' to 'deprecated' Amp-Thread-ID: https://ampcode.com/threads/T-019c2e2d-fdda-704c-8ebe-8ed7cda6f2d0 Co-authored-by: Amp <amp@ampcode.com> * fix: update andantino to show as deprecated testnet with version Amp-Thread-ID: https://ampcode.com/threads/T-019c2e2d-fdda-704c-8ebe-8ed7cda6f2d0 Co-authored-by: Amp <amp@ampcode.com> * docs: foundryup tempo now installs all binaries (#74) * docs: foundryup tempo now installs all binaries Amp-Thread-ID: https://ampcode.com/threads/T-019c2eb5-2219-711d-9c64-e9cf0910e66c Co-authored-by: Amp <amp@ampcode.com> * fix: patch dead links in TIPs synced from tempo repo Amp-Thread-ID: https://ampcode.com/threads/T-019c2eb5-2219-711d-9c64-e9cf0910e66c Co-authored-by: Amp <amp@ampcode.com> * Add --sig run(string) SALT to forge script commands Amp-Thread-ID: https://ampcode.com/threads/T-019c2ec9-3bba-7717-9aba-e0ba0880f5da Co-authored-by: Amp <amp@ampcode.com> --------- Co-authored-by: Amp <amp@ampcode.com> * fix: update expiring nonces to use nonceKey: 'expiring' for TypeScript Amp-Thread-ID: https://ampcode.com/threads/T-019c2e2d-fdda-704c-8ebe-8ed7cda6f2d0 Co-authored-by: Amp <amp@ampcode.com> * docs: add expiring nonces and 2D nonces cards, improve parallel transactions guide Amp-Thread-ID: https://ampcode.com/threads/T-019c2f1f-0179-7247-8a12-ccb310a303ce Co-authored-by: Amp <amp@ampcode.com> --------- Co-authored-by: tmm <tmm@tmm.dev> Co-authored-by: Georgios Konstantopoulos <me@gakonst.com> Co-authored-by: George <george@tempo.xyz> Co-authored-by: onbjerg <onbjerg@users.noreply.github.com> Co-authored-by: Amp <amp@ampcode.com> Co-authored-by: zerosnacks <95942363+zerosnacks@users.noreply.github.com> Co-authored-by: jenpaff <jenpaff0@gmail.com> Co-authored-by: jxom <7336481+jxom@users.noreply.github.com>
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