You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cdk/how-to/migrate/forkid-9-12.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,13 +176,16 @@ Polygon are not involved. Please check the [upgrade procedure for isolated netwo
176
176
```
177
177
178
178
3. Start the stateless Executor.
179
-
4. Start the CDK-Erigon Sequencer.
180
-
5. Verify in the sequencer’s logs that new blocks are being generated with fork ID 12.
181
-
6. Start the Pool Manager (if used/needed).
182
-
7. Start CDK-Erigon RPCs (if used/needed).
183
-
8. Start the Bridge.
184
-
9. Start the CDK aggregator and Sequence Sender components.
185
-
10. Start the stateless Prover.
179
+
4. Start CDK-Erigon Sequencer
180
+
- On a fork upgrade, once the upgrade Tx is finalized you can start the sequencer. Once started, check logs and ensure new blocks are generated with new forkid.
181
+
- You would expect to see starting block #5796790 as forkid 12. If you see the starting block 5796790 as fork id 9 there is a problem.
182
+
If the new block is on the old fork id 9, you need to resync sequencer from scratch or get one of the rpc datadirs (that were synced till the halt and are currenctly stopped) and replace it to become the new sequencer.
183
+
6. Verify in the sequencer’s logs that new blocks are being generated with fork ID 12.
184
+
7. Start the Pool Manager (if used/needed).
185
+
8. Start CDK-Erigon RPCs (if used/needed).
186
+
9. Start the Bridge.
187
+
10. Start the CDK aggregator and Sequence Sender components.
188
+
11. Start the stateless Prover.
186
189
187
190
### Polygon Steps for CDK Chains Attached to the Agglayer
188
191
@@ -305,4 +308,4 @@ Update FROM node version [0.6.7+cdk.1](https://hub.docker.com/layers/0xpolygon/c
0 commit comments