edited roadmap

This commit is contained in:
Lee Wong 2017-06-27 21:53:58 +07:00 committed by moocowmoo
parent 15b2d3dd92
commit f0a8f47f12
2 changed files with 23 additions and 13 deletions

View file

@ -9,10 +9,9 @@ original-link: https://github.com/dashpay/dash-roadmap/blob/master/README.md
# OFFICIAL DASH ROADMAP
### Version 2.1.1 // Delivery Milestones
<br /><br/>
- Evan Duffield / evan@dash.org / Dash Labs
- Andy Freer / andy@dash.org / Dash Core CTO
<br /><br/>
Dash Evolution will be the first user-friendly and scalable digital currency platform suitable for mass adoption. Because this is such an ambitious goal, weve created a detailed roadmap to guide development. Evolution will be launched in three stages. Each release will increase the processing power, ease of use, feature set, and scalability of the network.
@ -44,14 +43,14 @@ We would also like to announce the creation of a new team to be centered in Hong
- Launch of a read-only/view-only portal for project documentation which will be open to the entire community (to ensure transparency)
- Launch a read-only/view-only portal to view current tickets, projects the teams are working on
<br /><br/>
# DashPay Evolution Wallet Testnet Release (November 2017)
- User signup and friending process (Signup procedure for Evolution on testnet // reservation testnet)
- Basic support for purchase agreements
- Evolution Account Management (Create, Review, Update, Delete)
- DAPI testnet release
<br /><br/>
# DashCore 12.3 Release (December 2017)
- HD wallets, rehaul of networking code, etc etc (other Trac items)
- Evolution Alpha Release to Partners (testnet, December 2017)
@ -61,13 +60,14 @@ We would also like to announce the creation of a new team to be centered in Hong
- Multi-stage escrow transactions
- Support for user/merchant ratings via maintenance quorums
<br /><br/>
## DashPay Evolution Wallet Livenet Release (February 2018)
# DashPay Evolution Wallet Livenet Release (February 2018)
- Signup and Friending Process Evolution on Livenet
- Evolution Account Management on LiveNet
- DAPI Livenet Release
<br /><br/>
# 13.0 - Evolution v1 - Mainnet (June 2018)
- Public DashPay, DAPI, DashDrive, DashCore v13.0 release
- Fourth Hiring Wave - Full-time developers
@ -88,7 +88,7 @@ We would also like to announce the creation of a new team to be centered in Hong
- Official user-friendly Wallet
- Masternode blocks <sup>[11](#f11)</sup>
<br /><br/>
# 14.0 - Evolution v2 (TBD)
- Fifth Hiring Wave - Full-time developers
- 5M daily-users supported
@ -108,7 +108,7 @@ We would also like to announce the creation of a new team to be centered in Hong
- Hardened entropy-based wallet seeding system <sup>[18](#f18)</sup>
- Collateralized mining <sup>[12](#f12)</sup>
<br /><br/>
# 15.0 - Evolution v3 (TBD)
- Sixth Hiring Wave - Full-time developers
- 50M daily-users supported
@ -121,7 +121,7 @@ We would also like to announce the creation of a new team to be centered in Hong
- Group-based voting system for picking / dropping hosting providers on group owned masternode
- Group-based voting for network proposals
<br /><br />
# 16+ - TBD
- Complete end-to-end open source masternode hardware / with custom silicon for processing high volumes of payments and other information. Important for maintaining exploit free hardware systems.
- Fully open source / ahead-of-curve solutions for ASIC creation, allowing fair distribution and removing proprietary individual investment which creates imbalances in mining hardware <sup>[19](#f19)</sup>
@ -130,9 +130,9 @@ We would also like to announce the creation of a new team to be centered in Hong
- v18 - 170.72MB 2048TX/S
- v19 - 341.45MB 4096TX/S
<br /><br/>
Footnotes
<br /><br/>
<br /><span id="f1">1</span>: Group of savings accounts which correlate to single group-operated masternode
<br /><span id="f2">2</span>: Sybil-proof system, where each user created has the ability to invite three others; invitee cant invite anyone (only proper created accounts using default registration system)
<br /><span id="f3">3</span>: Efficient propagation of sub-objects according to user-based quorum filtering

View file

@ -538,3 +538,13 @@ a.blog_link {
max-width: 100%;
}
}
.page--post .section--post {
ul {
list-style-type: disc;
margin-left: 40px;
}
sup {
vertical-align: super;
font-size: smaller;
}
}