Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion node/core/executor.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func (e *Executor) DeliverBlock(txs [][]byte, metaData []byte, consensusData l2n
}

// We only accept the continuous blocks for now.
// It acts like full sync. Snap sync is not enabled until the Geth enables snapshot with zkTrie
// It acts like full sync; snap sync is not enabled.
if wrappedBlock.Number > height+1 {
e.logger.Error("geth is behind",
"consensus_block", wrappedBlock.Number,
Expand Down
2 changes: 1 addition & 1 deletion node/ops-morph/genesis-l2.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"arrowGlacierBlock": 0,
"terminalTotalDifficulty": 0,
"scroll": {
"useZktrie": true,
"useZktrie": false,
"maxTxPerBlock": 1000,
"feeVaultAddress": "0xfabb0ac9d68b0b445fb7357272ff202c5651694a"
}
Expand Down
2 changes: 1 addition & 1 deletion node/ops-morph/genesis_geth.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"enableEIP2718": false,
"enableEIP1559": false,
"maxTxPerBlock": 1000,
"useZktrie": true,
"useZktrie": false,
"feeVaultAddress": "0x0e87cd091e091562F25CB1cf4641065dA2C049F5"
}
},
Expand Down
Loading