Skip to content

Commit 28079a9

Browse files
committed
updating granite notice
1 parent 745d6fd commit 28079a9

File tree

5 files changed

+14
-165
lines changed

5 files changed

+14
-165
lines changed

pages/builders/node-operators/releases.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ We follow a consistent tagging convention to make it easier to find the right im
3939

4040
| Network | op-node | op-geth |
4141
| ---------- | --------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
42-
| OP Mainnet | [v1.7.7](https://github.com/ethereum-optimism/optimism/releases/tag/v1.7.7) | [v1.101315.2](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101315.2) |
43-
| OP Sepolia | [v1.7.7](https://github.com/ethereum-optimism/optimism/releases/tag/v1.7.7) | [v1.101315.2](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101315.2) |
42+
| OP Mainnet | [v1.9.1](https://github.com/ethereum-optimism/optimism/releases/tag/v1.9.1) | [v1.101408.0](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101408.0) |
43+
| OP Sepolia | [v1.9.1](https://github.com/ethereum-optimism/optimism/releases/tag/v1.9.1) | [v1.101408.0](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101408.0) |

pages/builders/notices/_meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"fp-changes": "Preparing for Fault Proofs Breaking Changes",
3-
"fjord-changes": "Preparing for Fjord Breaking Changes"
2+
"granite-changes": "Preparing for Granite Breaking Changes",
3+
"fp-changes": "Preparing for Fault Proofs Breaking Changes"
44
}

pages/builders/notices/fjord-changes.mdx

Lines changed: 0 additions & 137 deletions
This file was deleted.

pages/builders/notices/granite-changes.mdx

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,40 +8,25 @@ import { Steps, Callout } from 'nextra/components'
88

99
# Preparing for Granite Breaking Changes
1010

11-
This page outlines breaking changes related to the Granite network upgrade for wallets and front-end developers, chain operators, and node operators.
11+
This page outlines breaking changes related to the Granite network upgrade for chain operators and node operators.
1212
If you experience difficulty at any stage of this process, please reach out to [developer support](https://github.com/ethereum-optimism/developers/discussions).
1313

1414
<Callout type="info">
15-
The Granite upgrade for OP Sepolia was activated on **[DATE]**. The Granite OP Mainnet upgrade will be optimistically activated **[DATE]*, pending [governance approval](https://gov.optimism.io/t/upgrade-proposal-10-granite-network-upgrade/8733).
15+
The Granite upgrade for OP Sepolia was activated on **1723478400 - Mon Aug 12 16:00:00 UTC**. The Granite OP Mainnet upgrade will be optimistically activated **1726070401 - Tue 11 Sep 2024 16:00:01 UTC**, pending [governance approval](https://gov.optimism.io/t/upgrade-proposal-10-granite-network-upgrade/8733).
1616
</Callout>
1717

1818
## What's Included in Granite
1919

20-
The Granite network upgrade includes the following:
20+
This upgrade is proposed in response to security vulnerabilities identified during a series of third-party security audits by Spearbit, Cantina, and Code4rena. None of the vulnerabilities have been exploited, and user assets are not and were never at risk. However, out of an abundance of caution, the permissioned fallback mechanism has been activated in order to avoid any potential instability while the vulnerabilities are patched. For more information on the permissioned fallback mechanism and the OP Stack's defense-in-depth approach to Fault Proof security, see the [fault proof documentation](https://docs.optimism.io/stack/protocol/fault-proofs/fp-security).
2121

22-
*
22+
The upgrade includes both a set of smart contract upgrades to fix the vulnerabilities identified in the audit as well as an L2 hardfork to improve the stability and performance of the fault proof system. In addition, we propose extending the capabilities of the Guardian and DeputyGuardian to set the anchor state for the fault proof system in order to prevent referencing invalid anchor states. Aside from implementing these fixes, the primary impact of this upgrade would be to reset user withdrawals at the planned time, similar to the initial Fault Proof upgrade.
2323

24-
## For Wallets and Front-End Developers
25-
26-
The proposed Granite upgrade to the OP Stack and OP Mainnet changes
27-
28-
*
29-
*
30-
31-
32-
### Preparing Your Wallet or Front-End
33-
34-
*
35-
*
24+
Please refer to the [governance proposal](https://gov.optimism.io/t/upgrade-proposal-10-granite-network-upgrade/8733) for the full details.
3625

3726
## For Chain Operators
3827

3928
The proposed Granite upgrade impacts OP chains and requires chain operators to upgrade their chain and configure the sequencer for Granite.
4029

41-
*
42-
*
43-
44-
4530
<Steps>
4631

4732
### Prepare Sequencer Node
@@ -64,15 +49,17 @@ The proposed Granite upgrade impacts OP chains and requires chain operators to u
6449

6550
## For Node Operators
6651

67-
Node operators will need to upgrade to Granite before the activation date. For Sepolia, the op-node release [FIND CORRECT VERSION](https://github.com/ethereum-optimism/optimism/releases/tag/v1.7.7) and op-geth release [FIND CORRECT VERSION](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101315.2) contain these changes.
52+
Node operators will need to upgrade to Granite before the activation date.
53+
The op-node release [v1.9.1](https://github.com/ethereum-optimism/optimism/releases/tag/v1.9.1)
54+
and op-geth release [v1.101408.0](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101408.0) contain these changes.
6855

6956
These following steps are necessary for every node operator:
7057

7158
<Steps>
7259
### Update to the Latest Release
7360

74-
* [`op-geth`](FIND_CORRECT_LINK)
75-
* [`op-node`](FIND_CORRECT_LINK)
61+
* [`op-node`](https://github.com/ethereum-optimism/optimism/releases/tag/v1.9.1)
62+
* [`op-geth`](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101408.0)
7663

7764
### Configure the Granite Activation Date
7865

words.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ Drand
8383
Eigen
8484
ENABLEDEPRECATEDPERSONAL
8585
enabledeprecatedpersonal
86-
enablements
8786
enginekind
8887
Erigon
8988
erigon

0 commit comments

Comments
 (0)