Open
Conversation
Co-authored-by: Daniel Robinson <[email protected]> Amp-Thread-ID: https://ampcode.com/threads/T-019d6b16-0cab-760e-812e-4801fae12a1a
danrobinson
reviewed
Apr 8, 2026
- Standard EVM: specify hardfork sets (Prague pre-T1C, Osaka at T1C+) and 0x0100 - TIP403Registry: note read-only behavior and that mutating calls revert - NonceManager/ValidatorConfig/ValidatorConfigV2/AccountKeychain: replace 'passed through from L1' with 'same implementation as L1, runs locally on zone state' to avoid implying L1 RPC passthrough - StablecoinDEX: fix missing trailing pipe Co-authored-by: Daniel Robinson <[email protected]> Amp-Thread-ID: https://ampcode.com/threads/T-019d6e60-0a2d-71fc-9628-1e53d4b668ef
- ValidatorConfig/V2: marked as 'Not registered' (they aren't loaded in the zone's precompile_lookup — zones don't run validators) - ZoneTxContext: fix description — exposes currentTxHash for authenticated withdrawals, not 'the current L1 block' Co-Authored-By: 0xKitsune <[email protected]> Amp-Thread-ID: https://ampcode.com/threads/T-019d9207-8009-731f-8a88-7153f275beb3
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.
Adds a chart to ZONES.md under Architecture showing how every Tempo L1 precompile behaves on zones (replaced, disabled, unchanged, or not registered), plus the zone-only precompiles. Follows up on #367 which disabled the StablecoinDEX.
Prompted by: Dan