go-blockchain/docs
Claude 8335b11a85
feat(wire): v2+ transaction serialisation with real testnet verification
Fix three bugs in the v2+ wire format and add complete variant tag handlers
for Zarcanum proof and signature structures. Verified byte-identical
round-trip against a real post-HF4 coinbase transaction from testnet block
101 (1323 bytes, tx hash 543bc3c2...3b61e0).

Bugs fixed:
- V2 suffix order was attachment+proofs, corrected to attachment+signatures+proofs
- TransactionHash was hashing full blob, corrected to prefix-only (matching C++)
- tagSignedParts was reading 4 fixed bytes, corrected to two varints

New: TxInputZC type, SignaturesRaw field, tagZarcanumTxDataV1 handler,
proof tags 46-48, signature tags 42-45, crypto blob readers for BPP/BPPE/
BGE/CLSAG GGX/GGXXG/aggregation proof/double Schnorr structures.

Co-Authored-By: Charon <charon@lethean.io>
2026-02-21 19:09:34 +00:00
..
plans feat(wire): v2+ transaction serialisation with real testnet verification 2026-02-21 19:09:34 +00:00
references docs: archive CryptoNote+ whitepaper (Aldanov, 2018) 2026-02-20 18:03:50 +00:00
architecture.md docs: Phase 8 mining complete 2026-02-21 02:21:36 +00:00
development.md docs: graduate Phase 0 into production documentation 2026-02-20 15:24:38 +00:00
history.md feat(wire): v2+ transaction serialisation with real testnet verification 2026-02-21 19:09:34 +00:00