mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:39:39 +00:00
- X-Chain (XVM) and C-Chain (EVM) become opt-in at genesis; missing XVMID/EVMID chains in genesis no longer fatal at node init. - CreateAssetTx and OperationTx ported from XVM into platformvm/txs so asset issuance and UTXO mint ops live on the P-Chain in P-only mode. - Cross-chain P->X->C flows replaced by direct P->subnet warp transfers. - Signer visitor + backend visitor wired for the new tx types. - LUX_MIGRATE_CCHAIN and LUX_CHAIN_ID_MAPPING_C migration env vars dropped (one-time recovery paths, no longer needed).