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 testnet/mainnet IMA migration timestamps #562

Merged
merged 1 commit into from
Nov 28, 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
35 changes: 33 additions & 2 deletions ima_migration_schedule.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
devnet:
test-chain: 0

testnet:
test-chain: 0
staging-legal-crazy-castor: 1701259200
staging-purple-arctic-talitha: 1701259200
staging-generous-flowery-elnath: 1701259200
staging-faint-slimy-achird: 1701259200
staging-perfect-parallel-gacrux: 1701259200
staging-severe-violet-wezen: 1701259200
staging-utter-unripe-menkar: 1701259200
staging-aware-chief-gianfar: 1701259200
staging-fast-active-bellatrix: 1701259200
staging-old-mushy-saiph: 1701259200

qanet:
hungry-formal-ascella: 1697133600
big-majestic-oval-SKALE: 1697133600
Expand All @@ -11,5 +22,25 @@ qanet:
worrisome-fortunate-talitha: 1697133600
breakable-anguished-tania-borealis: 1697133600
skale-innocent-nasty: 1697133600

mainnet:
test-chain: 0
round-hasty-alsafi: 1702382400
affectionate-immediate-pollux: 1702382400
gargantuan-wealthy-zosma: 1702382400
portly-passionate-sirius: 1702382400
harsh-alsuhail: 1702382400
haunting-devoted-deneb: 1702382400
plain-rotanev: 1702382400
parallel-stormy-spica: 1702382400
fit-betelgeuse: 1702382400
wan-red-ain: 1702382400
turbulent-unique-scheat: 1702382400
adorable-quaint-bellatrix: 1702382400
wary-teeming-mizar: 1702382400
light-vast-diphda: 1702382400
green-giddy-denebola: 1702382400
elated-tan-skat: 1702382400
honorable-steel-rasalhague: 1702382400
frayed-decent-antares: 1702382400
curly-red-alterf: 1702382400
fussy-smoggy-megrez: 1702382400
10 changes: 5 additions & 5 deletions static_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,17 +189,17 @@ envs:
docker-compose: 1.27.4

schain:
contractStorageZeroValuePatchTimestamp: 1000000
revertableFSPatchTimestamp: 1000000
contractStoragePatchTimestamp: 1000000
verifyDaSigsPatchTimestamp: 1000000
contractStorageZeroValuePatchTimestamp: 1691146800
revertableFSPatchTimestamp: 1691146800
contractStoragePatchTimestamp: 1691146800
verifyDaSigsPatchTimestamp: 1691146800
snapshotIntervalSec: 3600
emptyBlockIntervalMs: 10000
snapshotDownloadTimeout: 18000
snapshotDownloadInactiveTimeout: 120

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

node:
common:
Expand Down
Loading