go-blockchain/docs/plans
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
..
2026-02-20-chain-storage-design.md docs: Phase 5 chain storage and sync client design 2026-02-20 21:31:55 +00:00
2026-02-20-chain-storage-plan.md docs: Phase 5 chain storage implementation plan 2026-02-20 21:37:27 +00:00
2026-02-20-crypto-bridge-design.md docs: Phase 2 crypto bridge design 2026-02-20 17:43:51 +00:00
2026-02-20-crypto-bridge-plan.md docs: Phase 2 crypto bridge implementation plan 2026-02-20 17:50:38 +00:00
2026-02-20-p2p-levin-design.md docs: Phase 3 P2P Levin protocol design 2026-02-20 19:10:56 +00:00
2026-02-20-p2p-levin-plan.md docs: Phase 3 P2P Levin protocol implementation plan 2026-02-20 19:20:44 +00:00
2026-02-20-rpc-client-design.md docs: Phase 4 RPC client design 2026-02-20 20:52:30 +00:00
2026-02-20-rpc-client-plan.md docs: Phase 4 RPC client implementation plan 2026-02-20 21:02:24 +00:00
2026-02-20-wallet-core-design.md docs: Phase 6 wallet core design 2026-02-20 22:29:01 +00:00
2026-02-20-wallet-core-plan.md docs: Phase 6 wallet core implementation plan 2026-02-20 22:51:19 +00:00
2026-02-21-consensus-rules-design.md docs: Phase 7 consensus rules design 2026-02-21 00:26:58 +00:00
2026-02-21-consensus-rules-plan.md docs: Phase 7 consensus rules implementation plan 2026-02-21 00:35:03 +00:00
2026-02-21-mining-design.md docs: Phase 8 mining design 2026-02-21 01:53:12 +00:00
2026-02-21-mining-plan.md docs: Phase 8 mining implementation plan 2026-02-21 01:56:36 +00:00
2026-02-21-v2-tx-serialisation-design.md feat(wire): v2+ transaction serialisation with real testnet verification 2026-02-21 19:09:34 +00:00
2026-02-21-v2-tx-serialisation-plan.md feat(wire): v2+ transaction serialisation with real testnet verification 2026-02-21 19:09:34 +00:00