You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove (deprecated) deps on build/ proxy-constants
This is a large diff, yet should have exactly zero functional changes
Ideally as a result of this some parts of the depchain will become lighter,
with downstream reaping the same benefits as the team that initiated this split.
P.S. work was done while forming better intuition of current dependency graph
@@ -26,46 +25,46 @@ var IsNearUpgrade = buildconstants.IsNearUpgrade // Deprecated: Use buildconstan
26
25
27
26
varGenesisNetworkVersion=buildconstants.GenesisNetworkVersion// Deprecated: Use buildconstants.GenesisNetworkVersion instead
28
27
29
-
varUpgradeBreezeHeightabi.ChainEpoch=buildconstants.UpgradeBreezeHeight// Deprecated: Use buildconstants.UpgradeBreezeHeight instead
28
+
varUpgradeBreezeHeight=buildconstants.UpgradeBreezeHeight// Deprecated: Use buildconstants.UpgradeBreezeHeight instead
30
29
31
-
varBreezeGasTampingDurationabi.ChainEpoch=buildconstants.BreezeGasTampingDuration// Deprecated: Use buildconstants.BreezeGasTampingDuration instead
30
+
varBreezeGasTampingDuration=buildconstants.BreezeGasTampingDuration// Deprecated: Use buildconstants.BreezeGasTampingDuration instead
32
31
33
32
// upgrade heights
34
-
varUpgradeSmokeHeightabi.ChainEpoch=buildconstants.UpgradeSmokeHeight// Deprecated: Use buildconstants.UpgradeSmokeHeight instead
35
-
varUpgradeIgnitionHeightabi.ChainEpoch=buildconstants.UpgradeIgnitionHeight// Deprecated: Use buildconstants.UpgradeIgnitionHeight instead
36
-
varUpgradeRefuelHeightabi.ChainEpoch=buildconstants.UpgradeRefuelHeight// Deprecated: Use buildconstants.UpgradeRefuelHeight instead
37
-
varUpgradeTapeHeightabi.ChainEpoch=buildconstants.UpgradeTapeHeight// Deprecated: Use buildconstants.UpgradeTapeHeight instead
38
-
varUpgradeAssemblyHeightabi.ChainEpoch=buildconstants.UpgradeAssemblyHeight// Deprecated: Use buildconstants.UpgradeAssemblyHeight instead
39
-
varUpgradeLiftoffHeightabi.ChainEpoch=buildconstants.UpgradeLiftoffHeight// Deprecated: Use buildconstants.UpgradeLiftoffHeight instead
40
-
varUpgradeKumquatHeightabi.ChainEpoch=buildconstants.UpgradeKumquatHeight// Deprecated: Use buildconstants.UpgradeKumquatHeight instead
41
-
varUpgradeCalicoHeightabi.ChainEpoch=buildconstants.UpgradeCalicoHeight// Deprecated: Use buildconstants.UpgradeCalicoHeight instead
42
-
varUpgradePersianHeightabi.ChainEpoch=buildconstants.UpgradePersianHeight// Deprecated: Use buildconstants.UpgradePersianHeight instead
43
-
varUpgradeOrangeHeightabi.ChainEpoch=buildconstants.UpgradeOrangeHeight// Deprecated: Use buildconstants.UpgradeOrangeHeight instead
44
-
varUpgradeClausHeightabi.ChainEpoch=buildconstants.UpgradeClausHeight// Deprecated: Use buildconstants.UpgradeClausHeight instead
45
-
varUpgradeTrustHeightabi.ChainEpoch=buildconstants.UpgradeTrustHeight// Deprecated: Use buildconstants.UpgradeTrustHeight instead
46
-
varUpgradeNorwegianHeightabi.ChainEpoch=buildconstants.UpgradeNorwegianHeight// Deprecated: Use buildconstants.UpgradeNorwegianHeight instead
47
-
varUpgradeTurboHeightabi.ChainEpoch=buildconstants.UpgradeTurboHeight// Deprecated: Use buildconstants.UpgradeTurboHeight instead
48
-
varUpgradeHyperdriveHeightabi.ChainEpoch=buildconstants.UpgradeHyperdriveHeight// Deprecated: Use buildconstants.UpgradeHyperdriveHeight instead
49
-
varUpgradeChocolateHeightabi.ChainEpoch=buildconstants.UpgradeChocolateHeight// Deprecated: Use buildconstants.UpgradeChocolateHeight instead
50
-
varUpgradeOhSnapHeightabi.ChainEpoch=buildconstants.UpgradeOhSnapHeight// Deprecated: Use buildconstants.UpgradeOhSnapHeight instead
51
-
varUpgradeSkyrHeightabi.ChainEpoch=buildconstants.UpgradeSkyrHeight// Deprecated: Use buildconstants.UpgradeSkyrHeight instead
52
-
varUpgradeSharkHeightabi.ChainEpoch=buildconstants.UpgradeSharkHeight// Deprecated: Use buildconstants.UpgradeSharkHeight instead
53
-
varUpgradeHyggeHeightabi.ChainEpoch=buildconstants.UpgradeHyggeHeight// Deprecated: Use buildconstants.UpgradeHyggeHeight instead
54
-
varUpgradeLightningHeightabi.ChainEpoch=buildconstants.UpgradeLightningHeight// Deprecated: Use buildconstants.UpgradeLightningHeight instead
55
-
varUpgradeThunderHeightabi.ChainEpoch=buildconstants.UpgradeThunderHeight// Deprecated: Use buildconstants.UpgradeThunderHeight instead
56
-
varUpgradeWatermelonHeightabi.ChainEpoch=buildconstants.UpgradeWatermelonHeight// Deprecated: Use buildconstants.UpgradeWatermelonHeight instead
57
-
varUpgradeDragonHeightabi.ChainEpoch=buildconstants.UpgradeDragonHeight// Deprecated: Use buildconstants.UpgradeDragonHeight instead
58
-
varUpgradePhoenixHeightabi.ChainEpoch=buildconstants.UpgradePhoenixHeight// Deprecated: Use buildconstants.UpgradePhoenixHeight instead
59
-
varUpgradeWaffleHeightabi.ChainEpoch=buildconstants.UpgradeWaffleHeight// Deprecated: Use buildconstants.UpgradeWaffleHeight instead
33
+
varUpgradeSmokeHeight=buildconstants.UpgradeSmokeHeight// Deprecated: Use buildconstants.UpgradeSmokeHeight instead
34
+
varUpgradeIgnitionHeight=buildconstants.UpgradeIgnitionHeight// Deprecated: Use buildconstants.UpgradeIgnitionHeight instead
35
+
varUpgradeRefuelHeight=buildconstants.UpgradeRefuelHeight// Deprecated: Use buildconstants.UpgradeRefuelHeight instead
36
+
varUpgradeTapeHeight=buildconstants.UpgradeTapeHeight// Deprecated: Use buildconstants.UpgradeTapeHeight instead
37
+
varUpgradeAssemblyHeight=buildconstants.UpgradeAssemblyHeight// Deprecated: Use buildconstants.UpgradeAssemblyHeight instead
38
+
varUpgradeLiftoffHeight=buildconstants.UpgradeLiftoffHeight// Deprecated: Use buildconstants.UpgradeLiftoffHeight instead
39
+
varUpgradeKumquatHeight=buildconstants.UpgradeKumquatHeight// Deprecated: Use buildconstants.UpgradeKumquatHeight instead
40
+
varUpgradeCalicoHeight=buildconstants.UpgradeCalicoHeight// Deprecated: Use buildconstants.UpgradeCalicoHeight instead
41
+
varUpgradePersianHeight=buildconstants.UpgradePersianHeight// Deprecated: Use buildconstants.UpgradePersianHeight instead
42
+
varUpgradeOrangeHeight=buildconstants.UpgradeOrangeHeight// Deprecated: Use buildconstants.UpgradeOrangeHeight instead
43
+
varUpgradeClausHeight=buildconstants.UpgradeClausHeight// Deprecated: Use buildconstants.UpgradeClausHeight instead
44
+
varUpgradeTrustHeight=buildconstants.UpgradeTrustHeight// Deprecated: Use buildconstants.UpgradeTrustHeight instead
45
+
varUpgradeNorwegianHeight=buildconstants.UpgradeNorwegianHeight// Deprecated: Use buildconstants.UpgradeNorwegianHeight instead
46
+
varUpgradeTurboHeight=buildconstants.UpgradeTurboHeight// Deprecated: Use buildconstants.UpgradeTurboHeight instead
47
+
varUpgradeHyperdriveHeight=buildconstants.UpgradeHyperdriveHeight// Deprecated: Use buildconstants.UpgradeHyperdriveHeight instead
48
+
varUpgradeChocolateHeight=buildconstants.UpgradeChocolateHeight// Deprecated: Use buildconstants.UpgradeChocolateHeight instead
49
+
varUpgradeOhSnapHeight=buildconstants.UpgradeOhSnapHeight// Deprecated: Use buildconstants.UpgradeOhSnapHeight instead
50
+
varUpgradeSkyrHeight=buildconstants.UpgradeSkyrHeight// Deprecated: Use buildconstants.UpgradeSkyrHeight instead
51
+
varUpgradeSharkHeight=buildconstants.UpgradeSharkHeight// Deprecated: Use buildconstants.UpgradeSharkHeight instead
52
+
varUpgradeHyggeHeight=buildconstants.UpgradeHyggeHeight// Deprecated: Use buildconstants.UpgradeHyggeHeight instead
53
+
varUpgradeLightningHeight=buildconstants.UpgradeLightningHeight// Deprecated: Use buildconstants.UpgradeLightningHeight instead
54
+
varUpgradeThunderHeight=buildconstants.UpgradeThunderHeight// Deprecated: Use buildconstants.UpgradeThunderHeight instead
55
+
varUpgradeWatermelonHeight=buildconstants.UpgradeWatermelonHeight// Deprecated: Use buildconstants.UpgradeWatermelonHeight instead
56
+
varUpgradeDragonHeight=buildconstants.UpgradeDragonHeight// Deprecated: Use buildconstants.UpgradeDragonHeight instead
57
+
varUpgradePhoenixHeight=buildconstants.UpgradePhoenixHeight// Deprecated: Use buildconstants.UpgradePhoenixHeight instead
58
+
varUpgradeWaffleHeight=buildconstants.UpgradeWaffleHeight// Deprecated: Use buildconstants.UpgradeWaffleHeight instead
60
59
61
60
// This fix upgrade only ran on calibrationnet
62
-
varUpgradeWatermelonFixHeightabi.ChainEpoch=buildconstants.UpgradeWatermelonFixHeight// Deprecated: Use buildconstants.UpgradeWatermelonFixHeight instead
61
+
varUpgradeWatermelonFixHeight=buildconstants.UpgradeWatermelonFixHeight// Deprecated: Use buildconstants.UpgradeWatermelonFixHeight instead
63
62
64
63
// This fix upgrade only ran on calibrationnet
65
-
varUpgradeWatermelonFix2Heightabi.ChainEpoch=buildconstants.UpgradeWatermelonFix2Height// Deprecated: Use buildconstants.UpgradeWatermelonFix2Height instead
64
+
varUpgradeWatermelonFix2Height=buildconstants.UpgradeWatermelonFix2Height// Deprecated: Use buildconstants.UpgradeWatermelonFix2Height instead
66
65
67
66
// This fix upgrade only ran on calibrationnet
68
-
varUpgradeCalibrationDragonFixHeightabi.ChainEpoch=buildconstants.UpgradeCalibrationDragonFixHeight// Deprecated: Use buildconstants.UpgradeCalibrationDragonFixHeight instead
67
+
varUpgradeCalibrationDragonFixHeight=buildconstants.UpgradeCalibrationDragonFixHeight// Deprecated: Use buildconstants.UpgradeCalibrationDragonFixHeight instead
69
68
70
69
varSupportedProofTypes=buildconstants.SupportedProofTypes// Deprecated: Use buildconstants.SupportedProofTypes instead
71
70
varConsensusMinerMinPower=buildconstants.ConsensusMinerMinPower// Deprecated: Use buildconstants.ConsensusMinerMinPower instead
0 commit comments