19th Feb 2024

After the zkEVM Mainnet beta update and operations are completed, please follow:

Instructions for zkEVM Mainnet Beta update and rehashing (From v0.5.7/0.5.8)

  1. Stop the RPC, Synchronizer and Executor components (keep the state DB running)
  2. Update the components: 2.1 Node (RPC and Synchronizer) to v0.5.12 2.2 Executor to v4.0.14
  3. Connect to the state DB and run the following queries: 3.1 delete from state.batch where batch_num >= 1984750; 3.2 delete from state.block where block_num >= 19218658;
  4. Start the components in this order: 4.1 Executor 4.2 Synchronizer 4.3 RPC

After the Cardona testnet update and operations are completed, please follow:

Instructions for Cardona testnet update and rehashing (From v0.5.7/0.5.8)

  1. Stop the RPC, Synchronizer and Executor components (keep the state DB running)
  2. Update the components: 2.1 Node (RPC and Synchronizer) to v0.5.12 2.2 Executor to v4.0.14
  3. Connect to the state DB and run the following queries: 3.1 delete from state.batch where batch_num >= 53893; 3.2 delete from state.block where block_num >= 5158574;
  4. Start the components in this order: 4.1 Executor 4.2 Synchronizer 4.3 RPC