Skip to content

Commit ab2e169

Browse files
Merge pull request #1579 from ethereum-optimism/bradleycamacho-patch-3
Update op-geth/op-node for U15
2 parents 06a44c8 + 60987c5 commit ab2e169

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

pages/interop/tutorials/message-passing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ For development purposes, we'll first use autorelay mode to handle message execu
238238

239239
6. Create `src/GreetingSender.sol`.
240240

241-
```solidity file=<rootDir>/public/tutorials/GreetingSender.sol#L1-L28 hash=75d197d1e1da112421785c2160f6a55a
241+
```solidity file=<rootDir>/public/tutorials/GreetingSender.sol#L1-L28 hash=9ed77001810caf52bbaa94da8b0dc5c6
242242
```
243243

244244
<details>

pages/notices/upgrade-15.mdx

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,21 +99,17 @@ The new op-program release that contains the Mainnet activation timestamps will
9999

100100
## For node operators
101101

102-
<Callout type="info">
103-
The Mainnet node binaries will be available soon. The following versions are for the Sepolia Superchain activation.
104-
</Callout>
105-
106102
Node operators will need to upgrade to the respective Isthmus releases before the activation dates.
107103

108104
These following steps are necessary for every node operator:
109105

110106
<Steps>
111107
### Update to the latest release
112108

113-
The releases are for the Isthmus Sepolia Superchain activation. Mainnet releases will be cut when the activation timestamp has been determined.
109+
The releases contain both the Isthmus Mainnet and Sepolia Superchain activation timestamps.
114110

115-
* [`op-node` at `v1.13.0`](https://github.com/ethereum-optimism/optimism/releases/tag/op-node%2Fv1.13.0)
116-
* [`op-geth` at `v1.101503.2`](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101503.2)
111+
* [`op-node` at `v1.13.2`](https://github.com/ethereum-optimism/optimism/releases/tag/op-node%2Fv1.13.2)
112+
* [`op-geth` at `v1.101503.4`](https://github.com/ethereum-optimism/op-geth/releases/tag/v1.101503.4)
117113

118114
### Configure the Isthmus activation date
119115

@@ -125,10 +121,6 @@ These following steps are necessary for every node operator:
125121

126122
For node operators of not using the [hardfork activation inheritance behavior](https://github.com/ethereum-optimism/superchain-registry/blob/main/docs/hardfork-activation-inheritance.md), you will need to manually configure the activation. This can be done one of two ways:
127123

128-
<Callout type="info">
129-
The override flag for op-node was missed and will be added in the mainnet release. If you utilize the override flags, please just set the activation time in the rollup configuration file.
130-
</Callout>
131-
132124
<Callout type="warning">
133125
If you use custom genesis chain configuration, you need to set the `pragueTime` to the same value as the `isthmusTime`. It is not automatically set, this happens by default for chains using the network flags and also when using the override flags.
134126
</Callout>

0 commit comments

Comments
 (0)