From 73e8cb618f19c5f5d8c1c1256520d9a95a2de299 Mon Sep 17 00:00:00 2001 From: Tei Im Date: Fri, 7 Jun 2024 13:23:24 -0400 Subject: [PATCH] Update OPVersion --- params/version.go | 2 +- turbo/execution/eth1/eth1_chain_reader.go/chain_reader.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/params/version.go b/params/version.go index f3a304fd8ea..aed1ed2924d 100644 --- a/params/version.go +++ b/params/version.go @@ -44,7 +44,7 @@ const ( const ( OPVersionMajor = 0 // Major version component of the current release OPVersionMinor = 6 // Minor version component of the current release - OPVersionMicro = 0 // Patch version component of the current release + OPVersionMicro = 2 // Patch version component of the current release OPVersionModifier = "unstable" // Version metadata to append to the version string ) diff --git a/turbo/execution/eth1/eth1_chain_reader.go/chain_reader.go b/turbo/execution/eth1/eth1_chain_reader.go/chain_reader.go index 2dca7b82dbf..6c0e1099b8c 100644 --- a/turbo/execution/eth1/eth1_chain_reader.go/chain_reader.go +++ b/turbo/execution/eth1/eth1_chain_reader.go/chain_reader.go @@ -32,7 +32,7 @@ type ChainReaderWriterEth1 struct { func NewChainReaderEth1(cfg *chain.Config, executionModule execution.ExecutionClient, fcuTimeoutMillis uint64) ChainReaderWriterEth1 { if cfg.IsOptimism() { - // op-node cannot handle async fcu. So increase timout to 5s(op-node FCU timeout) + // op-node cannot handle async fcu. So increase timeout to 5s(op-node FCU timeout) fcuTimeoutMillis = 5000 } return ChainReaderWriterEth1{