Skip to content

fix(docs): update networks page for Alpha phase, fix contract addresses and unstaking delay#22419

Merged
critesjosh merged 6 commits intonextfrom
claudebox/fix-outdated-docs
Apr 8, 2026
Merged

fix(docs): update networks page for Alpha phase, fix contract addresses and unstaking delay#22419
critesjosh merged 6 commits intonextfrom
claudebox/fix-outdated-docs

Conversation

@AztecBot
Copy link
Copy Markdown
Collaborator

@AztecBot AztecBot commented Apr 8, 2026

Summary

Updates contract addresses and unstaking documentation to reflect the current on-chain state.

networks.md — Contract address corrections

  • Updated Reward Booster mainnet address (0x7101a...0x1cbb7...)
  • Updated Tally Slashing Proposer mainnet address (0x7a318...0xa4a38...)
  • Fixed Slasher testnet address — was incorrectly showing 0xf6D0D42..., corrected to 0xCF750B7...
  • Added Honk Verifier mainnet address (0x70aed...) — was previously N/A
  • Added Slash Payload Cloneable mainnet address (0xAA432...) — was previously N/A
  • Fixed trailing pipe formatting on Slash Payload Cloneable row

staking.md — Unstaking delay improvements

  • Replaced preprocessor conditional (#if(testnet)/#else/#endif) with a table showing delays for both networks
  • Added governance withdrawal delay info (~38 days mainnet, ~1.6 days testnet) with formula explanation
  • Clarified distinction between staking exit delay and governance withdrawal delay

Non-doc changes (from merge train)

This branch includes changes from merge-train/avm (#22394):

@AztecBot AztecBot added ci-draft Run CI on draft PRs. claudebox Owned by claudebox. it can push to this PR. labels Apr 8, 2026
…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
@AztecBot AztecBot changed the title fix(docs): update outdated network info, contract addresses, and unstaking delay fix(docs): update networks page for Alpha phase, fix contract addresses and unstaking delay Apr 8, 2026
AztecBot and others added 4 commits April 8, 2026 16:19
…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 critesjosh marked this pull request as ready for review April 8, 2026 17:16
@critesjosh critesjosh added this pull request to the merge queue Apr 8, 2026
Merged via the queue into next with commit abdb834 Apr 8, 2026
35 of 41 checks passed
@critesjosh critesjosh deleted the claudebox/fix-outdated-docs branch April 8, 2026 17:56
@AztecBot
Copy link
Copy Markdown
Collaborator Author

AztecBot commented Apr 8, 2026

❌ Failed to cherry-pick to v4-next due to conflicts. (🤖) View backport run.

AztecBot pushed a commit that referenced this pull request Apr 8, 2026
Cherry-pick of abdb834
Original PR: #22419

Conflicts in docs/docs/networks.md
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-to-v4-next ci-draft Run CI on draft PRs. claudebox Owned by claudebox. it can push to this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants