Skip to content
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

Fix 2.3 patch timestamps in beta #583

Merged
merged 5 commits into from
Jan 23, 2024
Merged
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
10 changes: 6 additions & 4 deletions static_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ envs:
powCheckPatchTimestamp: 1703592000
skipInvalidTransactionsPatchTimestamp: 1703764800
pushZeroPatchTimestamp: 0
precompiledPatchTimestamp: 0
precompiledConfigPatchTimestamp: 0
correctForkInPowPatchTimestamp: 0
snapshotIntervalSec: 86400
emptyBlockIntervalMs: 10000
Expand Down Expand Up @@ -137,7 +137,7 @@ envs:
powCheckPatchTimestamp: 1702296000
skipInvalidTransactionsPatchTimestamp: 1702382400
pushZeroPatchTimestamp: 0
precompiledPatchTimestamp: 0
precompiledConfigPatchTimestamp: 0
correctForkInPowPatchTimestamp: 0
snapshotIntervalSec: 86400
emptyBlockIntervalMs: 10000
Expand Down Expand Up @@ -229,7 +229,7 @@ envs:
powCheckPatchTimestamp: 1699625700
skipInvalidTransactionsPatchTimestamp: 1699632900
pushZeroPatchTimestamp: 0
precompiledPatchTimestamp: 0
precompiledConfigPatchTimestamp: 0
correctForkInPowPatchTimestamp: 0
snapshotIntervalSec: 3600
emptyBlockIntervalMs: 10000
Expand All @@ -246,6 +246,8 @@ envs:
logLevelConfig: "info"
pg-threads: 10
pg-threads-limit: 10
admin:
automatic_repair: false
small:
minCacheSize: 1000000
maxCacheSize: 2000000
Expand Down Expand Up @@ -321,7 +323,7 @@ envs:
powCheckPatchTimestamp: 1000000
skipInvalidTransactionsPatchTimestamp: 1000000
pushZeroPatchTimestamp: 0
precompiledPatchTimestamp: 0
precompiledConfigPatchTimestamp: 0
correctForkInPowPatchTimestamp: 0
snapshotIntervalSec: 3600
emptyBlockIntervalMs: 10000
Expand Down