mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Capacity increases: new sigs & link from Bitcoin Core main page
This commit is contained in:
parent
2a9d7e8d9a
commit
ef21d830ca
2 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,7 @@ consider this the best possible continuation of our efforts.
|
||||||
- [Adam Back](https://github.com/adam3us)
|
- [Adam Back](https://github.com/adam3us)
|
||||||
- [Alex Morcos](https://github.com/morcos)
|
- [Alex Morcos](https://github.com/morcos)
|
||||||
- [Ben Davenport](https://github.com/bpdavenport)
|
- [Ben Davenport](https://github.com/bpdavenport)
|
||||||
|
- [Bram Cohen](https://github.com/bramcohen)
|
||||||
- [Bryan Bishop](https://github.com/kanzure)
|
- [Bryan Bishop](https://github.com/kanzure)
|
||||||
- [BtcDrak](https://github.com/btcdrak)
|
- [BtcDrak](https://github.com/btcdrak)
|
||||||
- [Charlie Lee](https://github.com/coblee)
|
- [Charlie Lee](https://github.com/coblee)
|
||||||
|
@ -41,7 +42,10 @@ consider this the best possible continuation of our efforts.
|
||||||
- [Jonas Schnelli](https://github.com/jonasschnelli)
|
- [Jonas Schnelli](https://github.com/jonasschnelli)
|
||||||
- [Lawrence Nahum](https://github.com/greenaddress)
|
- [Lawrence Nahum](https://github.com/greenaddress)
|
||||||
- [Matt Corallo](https://github.com/TheBlueMatt)
|
- [Matt Corallo](https://github.com/TheBlueMatt)
|
||||||
|
- [Midnight Magic](https://github.com/midnightmagic)
|
||||||
|
- [Michael Ford](https://github.com/fanquake)
|
||||||
- [Nicolas Bacca](https://github.com/btchip)
|
- [Nicolas Bacca](https://github.com/btchip)
|
||||||
|
- [Patrick Strateman](https://github.com/pstratem)
|
||||||
- [Pavel Janik](https://github.com/paveljanik)
|
- [Pavel Janik](https://github.com/paveljanik)
|
||||||
- [Pieter Wuille](https://github.com/sipa)
|
- [Pieter Wuille](https://github.com/sipa)
|
||||||
- [Randy Waterhouse](https://github.com/randy-waterhouse)
|
- [Randy Waterhouse](https://github.com/randy-waterhouse)
|
||||||
|
|
|
@ -91,6 +91,7 @@ breadcrumbs:
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
{% assign array_releases = text_releases | strip_newlines | split: '::' %}
|
{% assign array_releases = text_releases | strip_newlines | split: '::' %}
|
||||||
|
|
||||||
|
- 2015-12-21 - [Roadmap: Capacity increases for the Bitcoin system](/en/bitcoin-core/capacity-increases)
|
||||||
{% comment %}<!-- show the latest three releases -->{% endcomment %}
|
{% comment %}<!-- show the latest three releases -->{% endcomment %}
|
||||||
{% for release in array_releases %}
|
{% for release in array_releases %}
|
||||||
{% if forloop.index <= 3 %}
|
{% if forloop.index <= 3 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue