Skip to content

Commit

Permalink
Merge pull request #583 from skalenetwork/develop
Browse files Browse the repository at this point in the history
Fix 2.3 patch timestamps in beta
  • Loading branch information
badrogger authored Jan 23, 2024
2 parents abca8dc + 006a995 commit e43df50
Showing 1 changed file with 6 additions and 4 deletions.
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

0 comments on commit e43df50

Please sign in to comment.