Skip to content

Commit

Permalink
Merge pull request #2561 from 0xPolygon/Sharonbc01-patch-1
Browse files Browse the repository at this point in the history
Update forkid-9-12.md
  • Loading branch information
mitchpolygon authored Dec 11, 2024
2 parents 9db3d70 + d8273db commit 830d6b9
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions docs/cdk/how-to/migrate/forkid-9-12.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,16 @@ Polygon are not involved. Please check the [upgrade procedure for isolated netwo
```
3. Start the stateless Executor.
4. Start the CDK-Erigon Sequencer.
5. Verify in the sequencer’s logs that new blocks are being generated with fork ID 12.
6. Start the Pool Manager (if used/needed).
7. Start CDK-Erigon RPCs (if used/needed).
8. Start the Bridge.
9. Start the CDK aggregator and Sequence Sender components.
10. Start the stateless Prover.
4. Start CDK-Erigon Sequencer
- 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.
- 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.
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.
6. Verify in the sequencer’s logs that new blocks are being generated with fork ID 12.
7. Start the Pool Manager (if used/needed).
8. Start CDK-Erigon RPCs (if used/needed).
9. Start the Bridge.
10. Start the CDK aggregator and Sequence Sender components.
11. Start the stateless Prover.
### Polygon Steps for CDK Chains Attached to the Agglayer
Expand Down Expand Up @@ -305,4 +308,4 @@ Update FROM node version [0.6.7+cdk.1](https://hub.docker.com/layers/0xpolygon/c

- `cast send $TIMELOCK_ADDR $SCHEDULE_DATA --private-key $ADMIN_KEY --rpc-url $L1_URL`
- Wait timelock delay
- `cast send $TIMELOCK_ADDR $EXECUTE_DATA --private-key $ADMIN_KEY --rpc-url $L1_URL`
- `cast send $TIMELOCK_ADDR $EXECUTE_DATA --private-key $ADMIN_KEY --rpc-url $L1_URL`

0 comments on commit 830d6b9

Please sign in to comment.