Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
update the roadmap (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f authored Aug 1, 2024
1 parent 5a11e5e commit d323d2e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 84 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint:md": "mdl --style=.mdlrc.rb ./website",
"lint:yml:setup": "pip install --upgrade yamllint",
"lint:yml": "yamllint ./website",
"exif": "for i in $(find ./website -name *.png -o -name *.gif -o -name *.jpg -o -name *.jpeg); do echo \"Processing $i\"; exiftool -all= \"$i\"; done"
"exif": "for i in $(find ./website -name '*.png' -o -name '*.gif' -o -name '*.jpg' -o -name '*.jpeg'); do echo \"Processing $i\"; exiftool -all= \"$i\"; done"
},
"optionalDependencies": {
"prettier": "^3.2.5"
Expand Down
120 changes: 37 additions & 83 deletions website/_data/roadmap.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,51 @@
- status: upcoming
title: Smart contract and Decentralized Storage Platform
date: Q1 2025
title: Pactus Onchain Governance
date: Q1 2026

- status: upcoming
title: Decentralized Domain Name System
date: Q4 2025

- status: upcoming
title: Decentralized Password Manger
date: Q4 2025

- status: upcoming
title: Browser Extension
date: Q1 2025
date: Q3 2025

- status: upcoming
title: Pactus Virtual Machine (PVM)
date: Q3 2025

- status: upcoming
title: Mobile Friendly GUI
date: Q2 2025

- status: upcoming
title: Decentralized Storage Platform
date: Q2 2025

- status: upcoming
title: Integrating with Wallets applications
date: Q4 2024
date: Q1 2025

- status: ongoing
title: Desktop and Mobile Friendly GUI
date: Q3 2024
title: Gas-Less Transactions
date: Q4 2024

- status: upcoming
title: Pactus Light Client
- status: ongoing
title: One-To-Many Transactions
date: Q3 2024

- status: completed
title: Pactus 1.3 (Warsaw) Released
link: /2024/06/27/release-1-3-0.html
date: June 2024

- status: completed
title: Pactus 1.2 (Sydney) Released
link: /2024/06/20/release-1-2-0.html
date: June 2024
- status: ongoing
title: Pruned Node
date: August 2024

- status: completed
title: Pactus 1.1 (Hanoi) Released
link: /2024/04/14/release-1-1-0.html
date: April 2024
title: Wallet Manager
link: https://docs.pactus.org/tutorials/grpc-sign-transactions/
date: Jun 2024

- status: completed
title: Pactus Shell
Expand All @@ -48,11 +62,6 @@
link: /2024/03/16/testnet-phoenix-launched.html
date: March 2024

- status: completed
title: Pactus 1.0 (Beijing) Released
link: /2024/01/31/release-1-0-0.html
date: January 2024

- status: completed
title: Main Net Launched 🚀
link: /2024/01/24/mainnet-launched.html
Expand All @@ -64,81 +73,26 @@
date: January 2024

- status: completed
title: Pactus 0.20 Released
link: /2024/01/11/release-0-20-0.html
date: January 2024

- status: completed
title: Pactus 0.19 Released
link: /2024/01/04/release-0-19-0.html
date: January 2024

- status: completed
title: Pactus 0.18 Released
link: /2023/12/12/release-0-18-0.html
date: December 2023

- status: completed
title: Pactus 0.17 Released
link: /2023/11/12/release-0-17-0.html
date: November 2023

- status: completed
title: Pactus 0.16 Released
link: /2023/10/29/release-0-16-0.html
date: October 2023

- status: completed
title: Testnet-2 Launched
title: Testnet-2 Launched 🧪
link: /2023/10/15/testnet-2-launched.html
date: October 2023

- status: completed
title: Pactus 0.15 Released
link: /2023/10/15/release-0-15-0.html
date: October 2023

- status: completed
title: Testnet-1 Concluded
link: /2023/08/01/testnet-1-concluded.html
date: August 2023

- status: completed
title: Pactus 0.13 Released
link: /2023/07/01/release-0-13-0.html
date: July 2023

- status: completed
title: Pactus 0.12 Released
link: /2023/06/19/release-0-12-0.html
date: June 2023

- status: completed
title: Pactus 0.11 Released
link: /2023/05/29/release-0-11-0.html
date: May 2023

- status: completed
title: Testnet-1 Launched
title: Testnet-1 Launched 🧪
link: /2023/05/09/testnet-1-launched.html
date: May 2023

- status: completed
title: Pactus 0.10 Released
link: /2023/05/08/release-0-10-0.html
date: May 2023

- status: completed
title: Testnet-0 Concluded
link: /2023/04/21/testnet-0-concluded.html
date: April 2023

- status: completed
title: Testnet-0 Launched 🚀
title: Testnet-0 Launched 🧪
link: /2022/09/24/testnet-0-launched.html
date: September 2022

- status: completed
title: Pactus 0.9 Released
link: /2022/09/20/release-0-9-0.html
date: September 2022

0 comments on commit d323d2e

Please sign in to comment.