From e92f46e8a89b84af87e0cd174df49ddc729b1d33 Mon Sep 17 00:00:00 2001 From: "F. Eugene Aumson" Date: Tue, 25 Jun 2024 15:46:36 +0000 Subject: [PATCH] genesis: use non-zero timestamps as suggested Ceyhun Onur: "warp cannot be activated at timestamp = 0 "which is before Durango "also set genesis timestamp to some non-zero value (a recent timestamp is fine). Gene Aumson: "thanks. just to confirm, is there a recent change that started enforcing this? again, this genesis file was working not long ago" Ceyhun Onur: "yes it was changed after v0.6.3 when we introduced modifiable network upgrades and fixing a regression with using 0 timestamps in genesis." --- tests/utils/warp-genesis.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/utils/warp-genesis.json b/tests/utils/warp-genesis.json index 821b9bdad..4035b5a72 100644 --- a/tests/utils/warp-genesis.json +++ b/tests/utils/warp-genesis.json @@ -22,7 +22,7 @@ "blockGasCostStep": 500000 }, "warpConfig": { - "blockTimestamp": 0 + "blockTimestamp": 1719343601 }, "contractNativeMinterConfig": { "blockTimestamp": 0, @@ -35,7 +35,7 @@ } }, "nonce": "0x0", - "timestamp": "0x0", + "timestamp": "0x667B19F0", "extraData": "0x00", "gasLimit": "0x1312D00", "difficulty": "0x0",