docs: foundryup tempo now installs all binaries#74
Merged
Conversation
Amp-Thread-ID: https://ampcode.com/threads/T-019c2eb5-2219-711d-9c64-e9cf0910e66c Co-authored-by: Amp <amp@ampcode.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Amp-Thread-ID: https://ampcode.com/threads/T-019c2eb5-2219-711d-9c64-e9cf0910e66c Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019c2ec9-3bba-7717-9aba-e0ba0880f5da Co-authored-by: Amp <amp@ampcode.com>
onbjerg
approved these changes
Feb 5, 2026
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.
Updates documentation to reflect that
foundryup -n temponow installs all Foundry binaries (forge, cast, anvil, chisel) instead of just forge and cast.Related: foundry-rs/foundry#13335