fix(docs): update networks page for Alpha phase, fix contract addresses and unstaking delay#22419
Merged
critesjosh merged 6 commits intonextfrom Apr 8, 2026
Merged
fix(docs): update networks page for Alpha phase, fix contract addresses and unstaking delay#22419critesjosh merged 6 commits intonextfrom
critesjosh merged 6 commits intonextfrom
Conversation
…nstaking delay - Rename Ignition → Alpha (Mainnet) throughout - Remove Devnet column from all tables (deprecated) - Update mainnet addresses to new Alpha deployment (Rollup, Inbox, Outbox, etc.) - Fix Slasher testnet address (was showing Rollup address) - Add Slash Payload Cloneable mainnet address (was N/A) - Update Sponsored FPC: now available on testnet - Remove Use Case Suitability section (apps can be developed) - Replace unstaking delay conditional with table showing both networks - Update descriptions and links to reflect Alpha phase
…x execution delay - Reward Booster mainnet: 0x1cbb707bd7b4fd2bced6d96d84372fb428e93d80 (verified via Rollup.getRewardConfig) - TallySlashingProposer mainnet: 0xa4a38fD0108C00983E75616b638Ff3321FD26958 (verified via Slasher.PROPOSER) - SlashPayloadCloneable mainnet: 0xAA43220b7eb7c8Ffe75bc9C483f3C07b0a55B445 (verified via TallySlashingProposer.SLASH_PAYLOAD_IMPLEMENTATION) - HonkVerifier mainnet: 0x70aedda427f26480d240bc0f4308cedec8d31348 - Execution Delay mainnet: 30 days (was 7 days, verified via Governance.getConfiguration) - Add governance withdrawal delay (~38 days) to staking docs
…execution delay and unstaking info - Reward Booster mainnet: 0x1cbb707... (verified via Rollup.getRewardConfig) - TallySlashingProposer mainnet: 0xa4a38fD0... (verified via Slasher.PROPOSER) - SlashPayloadCloneable mainnet: 0xAA43220b... (verified via TallySlashingProposer.SLASH_PAYLOAD_IMPLEMENTATION) - HonkVerifier mainnet: 0x70aedda4... (provided by Josh) - Slasher testnet: 0xCF750B72... (was showing Rollup address, verified via Rollup.getSlasher) - Execution Delay mainnet: 30 days (was 7 days, verified via Governance.getConfiguration) - Replace conditional unstaking delay with table showing both networks and governance withdrawal delay (~38 days)
Merge resolution strategy: - Reward Booster mainnet: took next's updated address - Slasher testnet: kept branch's address (next had duplicate of Rollup address) - Tally Slashing Proposer mainnet: took next's updated address - Honk Verifier mainnet: kept branch's addition (was N/A in next) - Slash Payload Cloneable mainnet: kept branch's addition (was N/A in next) - Execution Delay: took next's 7 days value
critesjosh
approved these changes
Apr 8, 2026
Collaborator
Author
|
❌ Failed to cherry-pick to |
AztecBot
added a commit
that referenced
this pull request
Apr 8, 2026
Resolved conflict by taking PR #22419's updated addresses: - Slasher: mainnet 0x64E6e9Bb..., testnet 0xCF750B72... - Tally Slashing Proposer: mainnet 0xa4a38fD0... - Honk Verifier: added mainnet 0x70aedda4... - Slash Payload Cloneable: added mainnet 0xAA43220b...
critesjosh
added a commit
that referenced
this pull request
Apr 8, 2026
… fix contract addresses and unstaking delay (#22424) ## Summary Backport of #22419 to v4-next. The automatic cherry-pick failed due to conflicts in `docs/docs/networks.md` — the v4-next branch had different Slasher mainnet address (`0x91a3745c...`) compared to next (`0x64E6e9Bb...`). ### Conflict resolution Took PR #22419's updated addresses for all conflicting rows: - **Slasher**: mainnet `0x64E6e9Bb...`, testnet `0xCF750B72...` (was showing Rollup address) - **Tally Slashing Proposer**: mainnet `0xa4a38fD0...` (verified via Slasher.PROPOSER) - **Honk Verifier**: added mainnet `0x70aedda4...` (was N/A) - **Slash Payload Cloneable**: added mainnet `0xAA43220b...` (was N/A) ### Also included (applied cleanly) - **Reward Booster** mainnet address update - Unstaking delay: replaced conditional with table showing both networks - Added governance withdrawal delay info (~38 days mainnet, ~1.6 days testnet) ClaudeBox log: https://claudebox.work/s/8697787a37a84540?run=1
AztecBot
added a commit
that referenced
this pull request
Apr 9, 2026
BEGIN_COMMIT_OVERRIDE feat(e2e): support running tests against legacy noir contract artifacts (#22388) chore: deflake p2p client test (#22385) fix: pass additionalScopes to executeUtility (#22411) fix(docs): backport PR #22419 — update networks page for Alpha phase, fix contract addresses and unstaking delay (#22424) chore: Reduce logging verbosity (#22423) END_COMMIT_OVERRIDE
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
Updates contract addresses and unstaking documentation to reflect the current on-chain state.
networks.md — Contract address corrections
0x7101a...→0x1cbb7...)0x7a318...→0xa4a38...)0xf6D0D42..., corrected to0xCF750B7...0x70aed...) — was previously N/A0xAA432...) — was previously N/Astaking.md — Unstaking delay improvements
#if(testnet)/#else/#endif) with a table showing delays for both networksNon-doc changes (from merge train)
This branch includes changes from
merge-train/avm(#22394):barretenberg/cpp/pil/vm2/— comment fixes in data_copy.pil and gas.pilyarn-project/—resumeSyncflag forrollbackToto fix offchain payment flake (fix(e2e): add resumeSync flag to rollbackTo to fix offchain payment flake #22230)