-
Notifications
You must be signed in to change notification settings - Fork 20
feat: run the l1 info tree syncer with safe block finality
#1148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 17 commits
be36d4a
9be5018
da06086
f8e4a15
14b4401
908dc60
c4da964
16ef395
a2e490b
c19fe13
8f05911
56f66c2
30af17d
256b6d9
b5ce304
dbc9e47
361e57e
7485d4c
e1cd884
9f03f0f
7a3bc5a
c09c1d9
6bbe2a6
6f3866c
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -93,8 +93,8 @@ FinalizedBlock = "LatestBlock" | |
| DBPath = "{{PathRWData}}/L1InfoTreeSync.sqlite" | ||
| GlobalExitRootAddr = "{{L1NetworkConfig.GlobalExitRootManagerAddr}}" | ||
| RollupManagerAddr = "{{L1NetworkConfig.RollupManagerAddr}}" | ||
| BlockFinality = "SafeBlock" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. are we sure that we want There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The original requirement was to make the As it is highly unlikely that the IMO it would be an overkill at this point to refactor this, and create a separate configuration for the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm in for setting this as Default, the "highly unlikely" in the
|
||
| SyncBlockChunkSize = 100 | ||
| URLRPCL1 = "{{L1URL}}" | ||
| WaitForNewBlocksPeriod = "100ms" | ||
| InitialBlock = {{genesisBlockNumber}} | ||
| RetryAfterErrorPeriod = "1s" | ||
|
|
@@ -103,7 +103,6 @@ RequireStorageContentCompatibility = {{RequireStorageContentCompatibility}} | |
|
|
||
| [AggOracle] | ||
| TargetChainType = "EVM" | ||
| URLRPCL1 = "{{L1URL}}" | ||
| WaitPeriodNextGER = "10s" | ||
| EnableAggOracleCommittee = false | ||
| [AggOracle.EVMSender] | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.