mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:06:23 +00:00
Last P-chain codec consumer. go build ./... = EXIT 0. The platformvm codec (pcodecs/txs.Codec/serialize tags) is fully dead; P-chain tx + block + state are native ZAP struct-is-wire end to end. Remaining codec surface is X-chain + proposervm + warp (Wave A), which still carry their own (intact) codecs. Co-authored-by: Hanzo Dev <dev@hanzo.ai>