Skip to content

Commit 367a6d6

Browse files
committed
Merge #518: rm segwit support
def532d Redirect segwit_adoption to segwit-upgrade-guide (MarcoFalke) 0587d7c rm references to segwit_adoption (MarcoFalke) dfa988e rm segwit support (MarcoFalke)
2 parents 0797895 + def532d commit 367a6d6

9 files changed

+6
-286
lines changed

_data/navigation.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ en:
6868
contribute-code:
6969
title: "contributing code"
7070
url: "/en/faq/contributing-code/"
71-
segwit:
72-
title: "SegWit Adoption"
73-
url: "/en/segwit_adoption/"
7471
meetings:
7572
title: "meetings"
7673
url: "/en/meetings/"
@@ -159,9 +156,6 @@ zh_CN:
159156
contribute-code:
160157
title: "贡献码"
161158
url: "/en/faq/contributing-code/"
162-
segwit:
163-
title: "SegWit 采用"
164-
url: "/zh_CN/segwit_adoption/"
165159
meetings:
166160
title: "会议"
167161
url: "/zh_CN/meetings/"
@@ -247,9 +241,6 @@ zh_TW:
247241
contribute-code:
248242
title: "contributing code"
249243
url: "/en/faq/contributing-code/"
250-
segwit:
251-
title: "SegWit Adoption"
252-
url: "/en/segwit_adoption/"
253244
meetings:
254245
title: "meetings"
255246
url: "/en/meetings/"
@@ -335,9 +326,6 @@ ja:
335326
contribute-code:
336327
title: "contributing code"
337328
url: "/en/faq/contributing-code/"
338-
segwit:
339-
title: "SegWit Adoption"
340-
url: "/en/segwit_adoption/"
341329
meetings:
342330
title: "meetings"
343331
url: "/en/meetings/"

_data/segwitsupport.csv

Lines changed: 0 additions & 161 deletions
This file was deleted.

_data/source_navigation.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ en:
6262
contribute-code:
6363
title: "contributing code"
6464
url: "/en/faq/contributing-code/"
65-
segwit:
66-
title: "SegWit Adoption"
67-
url: "/en/segwit_adoption/"
6865
meetings:
6966
title: "meetings"
7067
url: "/en/meetings/"

_includes/pages/segwit_support.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

_posts/en/pages/2016-01-13-segwit-support.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

_posts/en/pages/2016-10-26-segwit-upgrade-guide.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ lang: en
88
permalink: /en/2016/10/27/segwit-upgrade-guide/
99
version: 1
1010
excerpt: Almost two years of iterative design, development, and testing has gone into the version of segwit being released in Bitcoin Core 0.13.1, with much of the effort over the last year focused on making it as easy as possible for existing Bitcoin users, businesses, developers, and miners to upgrade to segwit.
11+
redirect_from:
12+
- /en/segwit_adoption/
13+
- /zh_CN/segwit_adoption/
1114
---
1215
{% include _toc.html %}
1316
{% include _references.md %}
@@ -204,7 +207,7 @@ Most implementation details for BIPs 141, 143, 144, and 145 may be found in [Bit
204207

205208
For testing changes on a segwit-enabled network, testnet (testnet3) has supported segwit for several months now and includes a large number of segwit blocks, including blocks that have very nearly the maximum block size allowed for by segwit. Bitcoin Core’s regression-testing (regtest) mode also supports segwit by default in Bitcoin Core 0.13.0 and 0.13.1.
206209

207-
A number of free and open source software Bitcoin wallets and packages besides Bitcoin Core have also already [added segwit compatibility](https://bitcoincore.org/en/segwit_adoption/) or have segwit-compatible code ready to deploy, so you may be able to use their code changes as an example for updating your software if their copyright license is compatible with your code.
210+
A number of free and open source software Bitcoin wallets and packages besides Bitcoin Core have also already added segwit compatibility or have segwit-compatible code ready to deploy, so you may be able to use their code changes as an example for updating your software if their copyright license is compatible with your code.
208211

209212
**Questions?** Bitcoin development questions may be asked in the #bitcoin-dev IRC chatroom on irc.freenode.net. Questions may also be asked on Bitcoin.StackExchange.com and the BitcoinTalk.org [technical discussion board.](https://bitcointalk.org/index.php?board=6.0)
210213

_posts/en/posts/2016-01-21-segwit-testnet.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This effort was initiated by Dr. Pieter Wuille, but included contributions from
2222

2323
## Bitcoin Core Ecosystem
2424

25-
There is broad excitement and anticipation as far as what providers and other exchange operators will create with the fundamental developments and innovations included in this release. So far, the [most popular wallets][segwit_adoption] and supporting libraries have stated they will support segwit including Ledger, Trezor, Electrum, and Bitgo. Additionally, work on numerous other libraries such as bitcoinj, bitcoinjs, pycoin and bitcore has already begun.
25+
There is broad excitement and anticipation as far as what providers and other exchange operators will create with the fundamental developments and innovations included in this release. So far, the most popular wallets and supporting libraries have stated they will support segwit including Ledger, Trezor, Electrum, and Bitgo. Additionally, work on numerous other libraries such as bitcoinj, bitcoinjs, pycoin and bitcore has already begun.
2626

2727
A faucet is available for "segnet" coins [here](https://segwit.greenaddress.it/faucet/).
2828

@@ -37,8 +37,6 @@ Please join the `segwit-dev` IRC channel on irc.freenode.net.
3737

3838
Wallet providers should read the [migration guide](/en/segwit_wallet_dev).
3939

40-
If you are a wallet user interested in following the status of your wallet’s implementation, please [follow their progress][segwit_adoption] which will be regularly updated.
41-
4240
## Testing
4341

4442
Finally and most importantly, please help test the Segwit Testnet!
@@ -69,5 +67,4 @@ Once compiled, add `-segnet` to the standard `bitcoind` and `bitcoin-cli` comman
6967

7068
[FAQ]: https://bitcoincore.org/en/2015/12/23/capacity-increases-faq
7169
[roadmap]: http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-December/011865.html
72-
[segwit_adoption]: /en/segwit_adoption
7370

_posts/en/posts/2016-10-28-segwit-costs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ In order to reduce the chances of these risks occurring when segwit is activated
118118
- segnet1 through segnet4 -- tested implementation of segwit as a soft-fork, between January and May 2016
119119
- testnet3 -- segwit activated on the standard testnet in May 2016
120120

121-
* Alternative implementations: the segwit BIPs have been reimplemented in [btcd](https://github.com/btcsuite/btcd/pull/656) (Go) and [Bcoin](https://medium.com/purse-essays/introducing-bcoin-fdfcb22dfa34) (Javascript), as well as in [various wallets and libraries](/en/segwit_adoption/). Independent reimplementation helps shake out unstated assumptions and ambiguities in the design, and avoid bugs that may result from them.
121+
* Alternative implementations: the segwit BIPs have been reimplemented in [btcd](https://github.com/btcsuite/btcd/pull/656) (Go) and [Bcoin](https://medium.com/purse-essays/introducing-bcoin-fdfcb22dfa34) (Javascript), as well as in various wallets and libraries. Independent reimplementation helps shake out unstated assumptions and ambiguities in the design, and avoid bugs that may result from them.
122122

123123
### Mitigation
124124

0 commit comments

Comments
 (0)