diff --git a/_i18n/en/_posts/2017-06-27-roadmap.md b/_i18n/en/_posts/2017-06-27-roadmap.md index 8a55ffd..465e23f 100644 --- a/_i18n/en/_posts/2017-06-27-roadmap.md +++ b/_i18n/en/_posts/2017-06-27-roadmap.md @@ -9,11 +9,10 @@ original-link: https://github.com/dashpay/dash-roadmap/blob/master/README.md # OFFICIAL DASH ROADMAP ### Version 2.1.1 // Delivery Milestones -

+ - Evan Duffield / evan@dash.org / Dash Labs - Andy Freer / andy@dash.org / Dash Core CTO -

- + Dash Evolution will be the first user-friendly and scalable digital currency platform suitable for mass adoption. Because this is such an ambitious goal, we’ve 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. We intend to increase the user capacity of the network by an order of magnitude with each new stage of development. Furthermore, because of increases in the amount of available budget funding, we will be able to grow the development team rapidly. We plan to double the number of developers with each release, allowing us to accelerate the implementation of each phase. @@ -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 -

+ # 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 -

+ # 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 -

-## 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 -

+ # 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 [11](#f11) -

+ # 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 [18](#f18) - Collateralized mining [12](#f12) -

+ # 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 -

+ # 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 [19](#f19) @@ -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 -

+ Footnotes -

+
1: Group of savings accounts which correlate to single group-operated masternode
2: Sybil-proof system, where each user created has the ability to invite three others; invitee can’t invite anyone (only proper created accounts using default registration system)
3: Efficient propagation of sub-objects according to user-based quorum filtering diff --git a/src/scss/_junk-drawer.scss b/src/scss/_junk-drawer.scss index 09d351d..4bc2f08 100644 --- a/src/scss/_junk-drawer.scss +++ b/src/scss/_junk-drawer.scss @@ -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; + } +} \ No newline at end of file