go-blockchain/wire
Claude 830aa6055e
Some checks failed
Security Scan / security (push) Successful in 9s
Test / Test (push) Failing after 20s
feat(wire): encode/decode TxOutMultisig and TxOutHTLC targets
Adds target variant serialisation in both V1 and V2 output
encoders/decoders. Supports multisig (tag 0x04) and HTLC
(tag 0x23) targets within TxOutputBare.

Co-Authored-By: Charon <charon@lethean.io>
2026-03-16 20:31:29 +00:00
..
block.go feat(wire): Phase 1 wire serialisation — bit-identical to C++ daemon 2026-02-20 17:16:08 +00:00
block_test.go feat(wire): Phase 1 wire serialisation — bit-identical to C++ daemon 2026-02-20 17:16:08 +00:00
decoder.go chore: use range-over-integer (Go 1.22+) 2026-02-24 16:14:08 +00:00
decoder_test.go feat(wire): Phase 1 wire serialisation — bit-identical to C++ daemon 2026-02-20 17:16:08 +00:00
encoder.go feat(wire): Phase 1 wire serialisation — bit-identical to C++ daemon 2026-02-20 17:16:08 +00:00
encoder_test.go feat(wire): Phase 1 wire serialisation — bit-identical to C++ daemon 2026-02-20 17:16:08 +00:00
hash.go feat(wire): v2+ transaction serialisation with real testnet verification 2026-02-21 19:09:34 +00:00
hash_test.go feat(wire): Phase 1 wire serialisation — bit-identical to C++ daemon 2026-02-20 17:16:08 +00:00
transaction.go feat(wire): encode/decode TxOutMultisig and TxOutHTLC targets 2026-03-16 20:31:29 +00:00
transaction_test.go feat(wire): encode/decode TxOutMultisig and TxOutHTLC targets 2026-03-16 20:31:29 +00:00
transaction_v2_test.go feat(wire): v2+ transaction serialisation with real testnet verification 2026-02-21 19:09:34 +00:00
treehash.go feat(wire): Phase 1 wire serialisation — bit-identical to C++ daemon 2026-02-20 17:16:08 +00:00
treehash_test.go feat(wire): Phase 1 wire serialisation — bit-identical to C++ daemon 2026-02-20 17:16:08 +00:00
varint.go feat: Phase 0 scaffold -- config, types, wire, difficulty 2026-02-20 15:10:33 +00:00
varint_test.go feat: Phase 0 scaffold -- config, types, wire, difficulty 2026-02-20 15:10:33 +00:00