-
Notifications
You must be signed in to change notification settings - Fork 439
Add Fusaka pm docs #1749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add Fusaka pm docs #1749
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| # Mainnet Upgrade & Incident Response Team Plan | ||
|
|
||
| ## Upgrade Information | ||
|
|
||
| | Epoch | Start Slot | Unix | UTC (+00:00) | Moscow (+03:00) | Los Angeles (-07:00) | New York (-04:00) | Brisbane (+10:00) | ||
| | 411392 | 13164544 | 1764798551 | 2025-12-03 21:49:11 | 2025-12-04 00:49:11 | 2025-12-03 13:49:11 | 2025-12-03 16:49:11 | 2025-12-04 07:49:11 | ||
|
|
||
| ## Upgrade / Incident Response team | ||
|
|
||
| ### Client Team Coordinators | ||
| | Client Team | Primary | Backup | | ||
| |-------------|---------------------|--------------------| | ||
| | Besu | || | ||
| | Erigon | || | ||
| | Geth | | | | ||
| | Grandine | | | | ||
| | Lighthouse | || | ||
| | Lodestar | | | | ||
| | Nimbus | | | | ||
| | Nethermind | | | | ||
| | Prysm | | | | ||
| | Reth | | | | ||
| | Teku | | | | ||
|
|
||
| ### Coordinators | ||
| | Role | Primary | Backup | | ||
| |------|---------|----------------------------| | ||
| | DevOps Coordinator | | | | ||
| | Testing Coordinator | || | ||
| | Communication Coordinator | | | | ||
| | Security Coordinator | || | ||
ralexstokes marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Communication Channels | ||
| - **Primary Communication:** `#fusaka-upgrade` (Eth R&D Discord) | ||
| - Channel to be created ~24h before the upgrade and archived once upgrade has successfully activated. | ||
| - **Status Updates:** `#announcements` (Eth R&D Discord) | ||
|
|
||
| ## Upgrade Verification post upgrade | ||
| - [ ] All clients remained in consensus throughout the upgrade | ||
| - [ ] Chain finalized | ||
| - [ ] Validator participation and block production (monitored for at least 32 epochs) | ||
| - [ ] Verified stability of the network for 48 hours after upgrade. | ||
|
|
||
| ## Disclaimer | ||
| The individuals and organisations named in this document have been listed solely so that other community members know whom to contact for faster coordination and incident-response during the Fusaka network upgrade. | ||
|
|
||
| Their inclusion does not: | ||
| - Create any fiduciary, contractual, or other legal duty towards any other party; | ||
| - Constitute any representation, warranty, or guarantee of the performance, security, or outcome of the Fusaka upgrade; or | ||
| - Give rise to any liability, whether in negligence, tort, contract, or otherwise, for any direct, indirect, or consequential damages (including any loss of funds) arising out of or in connection with the Fusaka upgrade or reliance on this document. | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| # Fusaka Devnets | ||
|
|
||
| ### Latest devnet: | ||
| - [devnet-5](https://notes.ethereum.org/@ethpandaops/fusaka-devnet-5) | ||
| - [network-config](https://github.com/ethpandaops/fusaka-devnets/tree/master/network-configs/devnet-5) | ||
| - [devnet-4](https://notes.ethereum.org/@ethpandaops/fusaka-devnet-4) | ||
| - [network-config](https://github.com/ethpandaops/fusaka-devnets/tree/master/network-configs/devnet-4) | ||
| - [devnet-3](https://notes.ethereum.org/@ethpandaops/fusaka-devnet-3) | ||
| - [network-config](https://github.com/ethpandaops/fusaka-devnets/tree/master/network-configs/devnet-3) | ||
| - [devnet-2](https://notes.ethereum.org/@ethpandaops/fusaka-devnet-2) | ||
| - [network-config](https://github.com/ethpandaops/fusaka-devnets/tree/master/network-configs/devnet-2) | ||
| - [devnet-1](https://notes.ethereum.org/@ethpandaops/fusaka-devnet-1) | ||
| - [network-config](https://github.com/ethpandaops/fusaka-devnets/tree/master/network-configs/devnet-1) | ||
| - [devnet-0](https://notes.ethereum.org/@ethpandaops/fusaka-devnet-0) | ||
| - [network-config](https://github.com/ethpandaops/fusaka-devnets/tree/master/network-configs/devnet-0) | ||
|
|
||
|
|
||
| # Fusaka Deployments | ||
| - Holesky: Oct 1, 2025 at 08:48:00 UTC (slot 5283840) | ||
| - [configuration](https://github.com/eth-clients/holesky) | ||
| - Sepolia: Oct 14, 2025 at 07:36:00 UTC (slot 8724480) | ||
| - [configuration](https://github.com/eth-clients/sepolia) | ||
| - Hoodi: Oct 28, 2025 at 18:53:12 UTC (slot 1622016) | ||
| - [configuration](https://github.com/eth-clients/hoodi) | ||
| - Mainnet: Dec 3, 2025 at 21:49:11 UTC (slot 13164544) | ||
| - [configuration](https://github.com/eth-clients/mainnet) |
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
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.
Uh oh!
There was an error while loading. Please reload this page.