mirror of
https://github.com/luxfi/genesis.git
synced 2026-07-27 05:54:08 +00:00
Renames Go struct field ETHAddr → EVMAddr across types.go, keys.go, allocations.go, validator_keys.go, config.go, builder/builder.go, cmd/genesis, cmd/checkkeys. JSON tags stayed evmAddr already (from v1.12.6). Result: matched pair EVMAddr+UTXOAddr on both Go and JSON sides. Kept ParseETHAddress as the input-parsing function name — it describes what it parses (an Ethereum-format hex address), not the field it populates (an EVMAddr). LLM.md updated to state the canonical pair plainly; no rename history.