This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.b_stds:defact:bitcoin:bips:bip_0144 [2019/05/28 16:13] nick ↷ Links adapted because of a move operation |
dido:public:ra:xapend:xapend.b_stds:defact:bitcoin:bips:bip_0144 [2021/07/26 17:16] (current) murphy |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ======== BIP 0144 - Segregated Witness (Peer Services) ======== | + | ==== BIP 0144 - Segregated Witness (Peer Services) ==== |
| - | [[dido:public:stds:defact:bitcoin:bip| return to the Bitcoin Standards ]] | + | [[dido:public:ra:xapend:xapend.b_stds:defact:bitcoin:bips| return to the Bitcoin Improvement Proposals ]] |
| <table> | <table> | ||
| Line 9: | Line 9: | ||
| | Comments-Summary | No comments yet. | | | Comments-Summary | No comments yet. | | ||
| | Comments-URI | [[https://github.com/bitcoin/bips/wiki/Comments:BIP-0144]] | | | Comments-URI | [[https://github.com/bitcoin/bips/wiki/Comments:BIP-0144]] | | ||
| - | | Staus | Final | | + | | Status | Final | |
| | Type | Standards Track | | | Type | Standards Track | | ||
| | Created | 2016-01-08 | | | Created | 2016-01-08 | | ||
| Line 17: | Line 17: | ||
| </table> | </table> | ||
| - | : **Note**: The following is an excerpt from the official Bitcoin site. It is provided here as a connivence and is not authoritative. Refer to the original document(s) as the authoritative reference. | + | : **Note**: The following is an excerpt from the official [[dido:public:ra:xapend:xapend.a_glossary:b:bitcoin|Bitcoin]] site. It is provided here as a convenience and is not authoritative. Refer to the original document(s) as the authoritative reference. |
| - | ====== Abstract ====== | + | === Abstract === |
| : //This BIP defines new messages and serialization formats for propagation of transactions and blocks committing to segregated witness structures.// | : //This BIP defines new messages and serialization formats for propagation of transactions and blocks committing to segregated witness structures.// | ||
| - | ====== Motivation ====== | + | === Motivation === |
| : //In addition to defining witness structures and requiring commitments in future blocks ([[https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki | BIP141 - Consensus segwit BIP]]), new mechanisms must be defined to allow peers to advertise support for segregated witness and to relay the witness structures and request them from other peers without breaking compatibility with older nodes.// | : //In addition to defining witness structures and requiring commitments in future blocks ([[https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki | BIP141 - Consensus segwit BIP]]), new mechanisms must be defined to allow peers to advertise support for segregated witness and to relay the witness structures and request them from other peers without breaking compatibility with older nodes.// | ||
| - | |||