Files
Hanzo AI 614a994402 kill all legacy/backward-compat surfaces
- types.go: drop AllocationJSON.UnmarshalJSON legacy alias remapping;
  drop UnparsedAllocation/UnparsedStaker type aliases; drop
  formatBech32WithChain deprecated helper.
- configs: strip ethAddr/luxAddr/avaxAddr/xAddr legacy fields from
  every shipped JSON shard; rename to canonical evmAddr/utxoAddr only.
- configs: add top-level chainId field to every letter-chain shard
  (mainnet/testnet/devnet/localnet — the test expected this).
- localnet/dev: rebuild allocations to canonical 50M LUX per account
  on X + 50M LUX per account on P (matches mainnet/testnet/devnet).
- tests: TestFormatBech32WithChain → TestChainPrefixFormat_KnownVectors,
  TestGetGenesisLocalnet expects 50M not 10M per allocation,
  field references updated to evmAddr/utxoAddr.

One-and-only-one-way enforced. No deprecated aliases. New code MUST use
EVMAddr/UTXOAddr, ChainPrefix.Format, UTXOAssetIDFor.
2026-05-21 10:43:42 -07:00

12 lines
285 B
JSON

{
"description": "Post-quantum consensus + signatures (Quasar)",
"kemScheme": "mlkem768",
"message": "Lux Q-Chain Genesis",
"name": "Q-Chain",
"networkId": 2,
"signatureScheme": "mldsa65",
"timestamp": 1730531602,
"version": 1,
"vm": "QuantumVM",
"chainId": 96568
}