Files
node/wallet
zeekay 0f36c24599 wallet+deps: drop legacy UTXO codec path; bump dep semvers
wallet/network/primary/api.go:

- Drop the parseUTXOAnyWire dispatcher and route AddAllUTXOs straight to
  lux.ParseUTXO (ZAP wire). Wire format has one representation; the
  wallet has one decoder.
- Drop the now-unused ptxs and luxwire imports.

go.mod / go.sum:

- Replace orphan pseudo-versions with the published tags they tracked.
    luxfi/constants v1.5.8-0... → v1.5.8
    luxfi/oracle    v0.1.1-0... → v0.1.1
    luxfi/upgrade   v1.0.1-0... → v1.0.1
    luxfi/sdk       v1.17.6     → v1.17.9
    luxfi/kms       v1.11.3     → v1.11.4
2026-06-10 19:28:41 -07:00
..