mirror of
https://github.com/luxfi/genesis.git
synced 2026-07-27 04:11:41 +00:00
configs: remove {brand}fix-{env}/ symlinks (workaround retired)
The fix-suffix symlinks (hanzofix-testnet, zoofix-devnet, etc.) were a
workaround for P-chain CreateChainTx name-collision against stale chain
rows from earlier bootstrap attempts. They duplicated the genesis blob
under a second path per (brand, env) pair, violating the "one canonical
way" rule.
Now that bootstrap-chain derives chain.name from the canonical genesis
content (commit 6046cdb), collision is impossible and the workaround
has no reason to exist. The configs/ directory is back to one canonical
{brand}-{env}/ per pair (4 brands x 3 envs = 12 directories).
11 symlinks removed:
hanzofix-{devnet,testnet,mainnet}
zoofix-{devnet,mainnet}
spcfix-{devnet,mainnet}
parsfix-{devnet,testnet,mainnet}
(spcfix-testnet was never created; zoofix-testnet was already gone.)
This commit is contained in:
@@ -1 +0,0 @@
|
||||
hanzo-devnet
|
||||
@@ -1 +0,0 @@
|
||||
hanzo-mainnet
|
||||
@@ -1 +0,0 @@
|
||||
hanzo-testnet
|
||||
@@ -1 +0,0 @@
|
||||
pars-devnet
|
||||
@@ -1 +0,0 @@
|
||||
pars-mainnet
|
||||
@@ -1 +0,0 @@
|
||||
pars-testnet
|
||||
@@ -1 +0,0 @@
|
||||
spc-devnet
|
||||
@@ -1 +0,0 @@
|
||||
spc-mainnet
|
||||
@@ -1 +0,0 @@
|
||||
zoo-devnet
|
||||
@@ -1 +0,0 @@
|
||||
zoo-mainnet
|
||||
Reference in New Issue
Block a user