Skip to content

Commit

Permalink
Update skaled to 3.17.0. Add 2.2.1 patch timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Oct 23, 2023
1 parent 59256a0 commit 34075fd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion containers.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schain": {
"name": "skalenetwork/schain",
"version": "3.16.1",
"version": "3.17.0",
"custom_args": {
"ulimits_list": [
{
Expand Down
12 changes: 12 additions & 0 deletions static_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ envs:
revertableFSPatchTimestamp: 1681473600
contractStoragePatchTimestamp: 1681732800
verifyDaSigsPatchTimestamp: 1681300800
storageDestructionPatchTimestamp: 0
powCheckPatchTimestamp: 0
skipInvalidTransactionsPatchTimestamp: 0
snapshotIntervalSec: 86400
emptyBlockIntervalMs: 10000
snapshotDownloadTimeout: 18000
Expand Down Expand Up @@ -117,6 +120,9 @@ envs:
revertableFSPatchTimestamp: 1678100400
contractStoragePatchTimestamp: 1678100400
verifyDaSigsPatchTimestamp: 1678100400
storageDestructionPatchTimestamp: 0
powCheckPatchTimestamp: 0
skipInvalidTransactionsPatchTimestamp: 0
snapshotIntervalSec: 86400
emptyBlockIntervalMs: 10000
snapshotDownloadTimeout: 18000
Expand Down Expand Up @@ -193,6 +199,9 @@ envs:
revertableFSPatchTimestamp: 1691146800
contractStoragePatchTimestamp: 1691146800
verifyDaSigsPatchTimestamp: 1691146800
storageDestructionPatchTimestamp: 1698146100
powCheckPatchTimestamp: 1698153300
skipInvalidTransactionsPatchTimestamp: 1698160500
snapshotIntervalSec: 3600
emptyBlockIntervalMs: 10000
snapshotDownloadTimeout: 18000
Expand Down Expand Up @@ -269,6 +278,9 @@ envs:
revertableFSPatchTimestamp: 1000000
contractStoragePatchTimestamp: 1000000
verifyDaSigsPatchTimestamp: 1000000
storageDestructionPatchTimestamp: 1000000
powCheckPatchTimestamp: 1000000
skipInvalidTransactionsPatchTimestamp: 1000000
snapshotIntervalSec: 3600
emptyBlockIntervalMs: 10000
snapshotDownloadTimeout: 18000
Expand Down

0 comments on commit 34075fd

Please sign in to comment.