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

Set mainnet/testnet patch timestmaps. Switch to stable sync-admin #573

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docker-compose-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
skale-sync-admin:
<<: *skale_base
container_name: skale_sync_admin
image: skalenetwork/admin:2.11.0-beta-sync-node.7
image: skalenetwork/admin:2.11.0-sync-node.3
network_mode: host
tty: true
cap_add:
Expand Down
14 changes: 7 additions & 7 deletions static_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ envs:
revertableFSPatchTimestamp: 1681473600
contractStoragePatchTimestamp: 1681732800
verifyDaSigsPatchTimestamp: 1681300800
storageDestructionPatchTimestamp: 0
powCheckPatchTimestamp: 0
skipInvalidTransactionsPatchTimestamp: 0
storageDestructionPatchTimestamp: 1703851200
powCheckPatchTimestamp: 1703592000
skipInvalidTransactionsPatchTimestamp: 1703764800
snapshotIntervalSec: 86400
emptyBlockIntervalMs: 10000
snapshotDownloadTimeout: 18000
Expand Down Expand Up @@ -130,9 +130,9 @@ envs:
revertableFSPatchTimestamp: 1678100400
contractStoragePatchTimestamp: 1678100400
verifyDaSigsPatchTimestamp: 1678100400
storageDestructionPatchTimestamp: 0
powCheckPatchTimestamp: 0
skipInvalidTransactionsPatchTimestamp: 0
storageDestructionPatchTimestamp: 1702393200
powCheckPatchTimestamp: 1702296000
skipInvalidTransactionsPatchTimestamp: 1702382400
snapshotIntervalSec: 86400
emptyBlockIntervalMs: 10000
snapshotDownloadTimeout: 18000
Expand Down Expand Up @@ -228,7 +228,7 @@ envs:
snapshotDownloadInactiveTimeout: 120

schain_cmd:
["-v 3", "--web3-trace", "--enable-debug-behavior-apis", "--aa no"]
["-v 2", "--aa no"]

node:
common:
Expand Down
Loading