[Doc] Update bips.md for Segregated Witness #8891

pull fanquake wants to merge 1 commits into bitcoin:master from fanquake:segwit-bips-md changing 1 files +5 −0
  1. fanquake commented at 8:58 AM on October 5, 2016: member

    No description provided.

  2. fanquake added the label Docs and Output on Oct 5, 2016
  3. fanquake force-pushed on Oct 5, 2016
  4. btcdrak commented at 9:33 AM on October 5, 2016: contributor

    Should add BIP147 (NULLDUMMY)

  5. fanquake force-pushed on Oct 5, 2016
  6. fanquake commented at 9:59 AM on October 5, 2016: member

    Updated with BIP147.

  7. in doc/bips.md:None in e1df90e614 outdated
      25 | @@ -26,4 +26,9 @@ BIPs that are implemented by Bitcoin Core (up-to-date up to **v0.13.0**):
      26 |  * [`BIP 125`](https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki): Opt-in full replace-by-fee signaling honoured in mempool and mining as of **v0.12.0** ([PR 6871](https://github.com/bitcoin/bitcoin/pull/6871)).
      27 |  * [`BIP 130`](https://github.com/bitcoin/bips/blob/master/bip-0130.mediawiki): direct headers announcement is negotiated with peer versions `>=70012` as of **v0.12.0** ([PR 6494](https://github.com/bitcoin/bitcoin/pull/6494)).
      28 |  * [`BIP 133`](https://github.com/bitcoin/bips/blob/master/bip-0133.mediawiki): feefilter messages are respected and sent for peer versions `>=70013` as of **v0.13.0** ([PR 7542](https://github.com/bitcoin/bitcoin/pull/7542)).
      29 | +* [`BIP 141`](https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki): Segregated Witness (Consensus Layer) as of **v0.13.0** ([PR 7910](https://github.com/bitcoin/bitcoin/pull/7910)).
      30 | +* [`BIP 143`](https://github.com/bitcoin/bips/blob/master/bip-0143.mediawiki): Transaction Signature Verification for Version 0 Witness Program as of **v0.13.0** ([PR 7910](https://github.com/bitcoin/bitcoin/pull/7910)).
      31 | +* [`BIP 144`](https://github.com/bitcoin/bips/blob/master/bip-0144.mediawiki): Segregated Witness as of **0.13.0** ([PR 7910](https://github.com/bitcoin/bitcoin/pull/7910)).
    


    MarcoFalke commented at 10:00 AM on October 5, 2016:

    The changes are disabled in 0.13.0, so those should say 0.13.1 for clarity?


    instagibbs commented at 12:47 PM on October 5, 2016:

    well, they are active on testnet.

  8. in doc/bips.md:None in e1df90e614 outdated
      25 | @@ -26,4 +26,9 @@ BIPs that are implemented by Bitcoin Core (up-to-date up to **v0.13.0**):
      26 |  * [`BIP 125`](https://github.com/bitcoin/bips/blob/master/bip-0125.mediawiki): Opt-in full replace-by-fee signaling honoured in mempool and mining as of **v0.12.0** ([PR 6871](https://github.com/bitcoin/bitcoin/pull/6871)).
      27 |  * [`BIP 130`](https://github.com/bitcoin/bips/blob/master/bip-0130.mediawiki): direct headers announcement is negotiated with peer versions `>=70012` as of **v0.12.0** ([PR 6494](https://github.com/bitcoin/bitcoin/pull/6494)).
      28 |  * [`BIP 133`](https://github.com/bitcoin/bips/blob/master/bip-0133.mediawiki): feefilter messages are respected and sent for peer versions `>=70013` as of **v0.13.0** ([PR 7542](https://github.com/bitcoin/bitcoin/pull/7542)).
      29 | +* [`BIP 141`](https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki): Segregated Witness (Consensus Layer) as of **v0.13.0** ([PR 7910](https://github.com/bitcoin/bitcoin/pull/7910)).
      30 | +* [`BIP 143`](https://github.com/bitcoin/bips/blob/master/bip-0143.mediawiki): Transaction Signature Verification for Version 0 Witness Program as of **v0.13.0** ([PR 7910](https://github.com/bitcoin/bitcoin/pull/7910)).
      31 | +* [`BIP 144`](https://github.com/bitcoin/bips/blob/master/bip-0144.mediawiki): Segregated Witness as of **0.13.0** ([PR 7910](https://github.com/bitcoin/bitcoin/pull/7910)).
      32 | +* [`BIP 145`](https://github.com/bitcoin/bips/blob/master/bip-0145.mediawiki): getblocktemplate updates for Segregated Witness as of **v0.13.0** ([PR 7910](https://github.com/bitcoin/bitcoin/pull/7910)).
    


    MarcoFalke commented at 1:24 PM on October 5, 2016:

    Nit: #7910 was mostly maintained to preserve history. I think you might want to change to #8149 for the rebased version.


    sipa commented at 3:26 PM on October 5, 2016:

    Agree, #8149 is the version to look at going forward.


    fanquake commented at 3:33 AM on October 6, 2016:

    Updated to use #8149

  9. btcdrak commented at 3:23 PM on October 5, 2016: contributor

    utACK

  10. btcdrak commented at 7:23 PM on October 5, 2016: contributor
  11. fanquake force-pushed on Oct 6, 2016
  12. [Doc] Update bips.md for Segregated Witness ef28d8a899
  13. fanquake force-pushed on Oct 6, 2016
  14. MarcoFalke commented at 7:17 AM on October 6, 2016: member

    ACK ef28d8a

  15. jonasschnelli approved
  16. jonasschnelli commented at 4:36 PM on October 8, 2016: contributor

    ACK ef28d8a899aeb4487ef7fbfbfca9c0f2b60bdaf6

  17. MarcoFalke added this to the milestone 0.13.1 on Oct 8, 2016
  18. MarcoFalke added the label Needs backport on Oct 8, 2016
  19. MarcoFalke merged this on Oct 8, 2016
  20. MarcoFalke closed this on Oct 8, 2016

  21. MarcoFalke referenced this in commit 072116fceb on Oct 8, 2016
  22. MarcoFalke referenced this in commit 5e0dd9e07c on Oct 8, 2016
  23. MarcoFalke removed the label Needs backport on Oct 8, 2016
  24. fanquake deleted the branch on Jan 22, 2020
  25. DrahtBot locked this on Feb 15, 2022
Labels

Milestone
0.13.1


github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-22 18:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me