mirror of
https://github.com/luxfi/genesis.git
synced 2026-07-27 04:11:41 +00:00
configs: scrub strictPQTimestamp from all upgrade.json
The strictPQTimestamp networkUpgradeOverride drove the EVM strict-PQ precompile-refusal gate, which is removed (luxfi/evm enable-everything: the field no longer exists on extras.NetworkUpgrades, so it is silently ignored). Drop it from every env's upgrade.json so the canonical config matches the new policy — builder precompile surface enables everything; Lux PQ security is at consensus, not by refusing EVM verifiers.
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"_comment": "Devnet upgrade.json \u2014 Quasar Edition active from genesis (block 0). All PQ precompiles active from genesis; no forward-dated strict-PQ gate (devnet is the always-current-canary).",
|
||||
"_comment": "Devnet upgrade.json — Quasar Edition active from genesis (block 0). All PQ precompiles active from genesis; no forward-dated strict-PQ gate (devnet is the always-current-canary).",
|
||||
"networkUpgradeOverrides": {
|
||||
"evmTimestamp": 0,
|
||||
"durangoTimestamp": 0,
|
||||
"quasarTimestamp": 0,
|
||||
"fortunaTimestamp": 0,
|
||||
"graniteTimestamp": 0,
|
||||
"strictPQTimestamp": 0
|
||||
"graniteTimestamp": 0
|
||||
},
|
||||
"precompileUpgrades": [
|
||||
{
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"_comment": "Local upgrade.json \u2014 single-node dev (networkID=1337, EVM chainID=31337). Mirror of localnet/upgrade.json; the two envs are aliases (local = LocalID, localnet = deprecated alias).",
|
||||
"_comment": "Local upgrade.json — single-node dev (networkID=1337, EVM chainID=31337). Mirror of localnet/upgrade.json; the two envs are aliases (local = LocalID, localnet = deprecated alias).",
|
||||
"networkUpgradeOverrides": {
|
||||
"evmTimestamp": 0,
|
||||
"durangoTimestamp": 0,
|
||||
"quasarTimestamp": 0,
|
||||
"fortunaTimestamp": 0,
|
||||
"graniteTimestamp": 0,
|
||||
"strictPQTimestamp": 0
|
||||
"graniteTimestamp": 0
|
||||
},
|
||||
"precompileUpgrades": [
|
||||
{
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"_comment": "Localnet upgrade.json \u2014 single-node dev (networkID=1337). Everything active from genesis. No PQ-strict gate (localnet is a 1-of-1 testbed).",
|
||||
"_comment": "Localnet upgrade.json — single-node dev (networkID=1337). Everything active from genesis. No PQ-strict gate (localnet is a 1-of-1 testbed).",
|
||||
"networkUpgradeOverrides": {
|
||||
"evmTimestamp": 0,
|
||||
"durangoTimestamp": 0,
|
||||
"quasarTimestamp": 0,
|
||||
"fortunaTimestamp": 0,
|
||||
"graniteTimestamp": 0,
|
||||
"strictPQTimestamp": 0
|
||||
"graniteTimestamp": 0
|
||||
},
|
||||
"precompileUpgrades": [
|
||||
{
|
||||
|
||||
@@ -4,8 +4,7 @@
|
||||
"durangoTimestamp": 0,
|
||||
"quasarTimestamp": 0,
|
||||
"fortunaTimestamp": 0,
|
||||
"graniteTimestamp": 0,
|
||||
"strictPQTimestamp": 1766708400
|
||||
"graniteTimestamp": 0
|
||||
},
|
||||
"precompileUpgrades": [
|
||||
{
|
||||
|
||||
@@ -4,8 +4,7 @@
|
||||
"durangoTimestamp": 0,
|
||||
"quasarTimestamp": 0,
|
||||
"fortunaTimestamp": 0,
|
||||
"graniteTimestamp": 0,
|
||||
"strictPQTimestamp": 1766708400
|
||||
"graniteTimestamp": 0
|
||||
},
|
||||
"precompileUpgrades": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user