BIPs bitcoin improvement proposals

337 - Compressed Transactions

BIP: 337 source Layer: API/RPC Title: Compressed Transactions Author: Tom Briar Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0337 Status: Draft Type: Standards Track Created: 2024-02-01 License: BSD-3-Clause Post-History: https://github.com/bitcoin/bitcoin/pull/29134 https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-August/021924.html Table of ContentsIntroductionAbstractMotivationRationaleBackwards CompatibilitySpecificationPrimitivesGeneral SchemaTransaction MetadataInput MetadataOutput MetadataScript Type EncodingInput DataCompressed OutpointUncompressed OutpointCompressed SignatureUncompressed SignatureOutput DataIdeal TransactionReference ImplementationTest VectorsTaprootUncompressedCompressedP2WPKHUncompressedCompressedP2SH-P2WPKHUncompressedCompressedP2PKHUncompressedCompressedAcknowledgements Introduction Abstract This document proposes a serialization scheme for compressing Bitcoin transactions. The compressed ...