Development Status
A very crude table about the development status of the DAPA project. It is updated whenever a new task is added or the status of an existing task changes. This list does NOT include all internal tasks, bug fixes, maintenance, minor enhancements, etc.; it simply provides a general overview of the DAPA development state. For more in-depth history about the work we do, check out the Github project page (opens in a new tab).
Ongoing tasks
Task | Description | Status |
---|---|---|
Smart Contract integration | Integration of XVM into the DAPA blockchain core. Write decentralized code. | In progress |
DAPA Quests | A new interactive guide to easily onboard newcomers in the DAPA world. | Planned |
Ledger App | DAPA integration with Ledger devices. | Planned |
DAPA Trading on P2PCryptize | A Decentralized exchange with smart contract based on liguidity pools, swaps and spot trading. | Planned |
Zodiac Update v0.0.8 | Add tx timestamp, improve seed recovery UX, and launch the app on Android & IOS. | In Progress |
VSCode Extension for XVM | Syntax highlighting for Visual Code. Enhance code readability for developing Smart Contracts. | In Progress |
Finished tasks
List of completed or stalled tasks, excluding all previous that were not documented.
Oct 2024
Task | Description | Status |
---|---|---|
Multisig | Multi-signature wallet: all keys to spend, one to view all balances. | Completed |
FastSync Rework | New fetching logic and improved storage solution. | Completed |
Whitepaper | General overview of the project, featuring technical explications. | Completed |
Paper Wallet | Generate offline keys and print for long term storage. | Completed |
P2P Key Enchange Encryption | Replace P2P handshake with DH for more secure channel between peers. | Completed |
Balance Proof | One-time proof to securely reveal the account balance of a specific asset. | Completed |
Ownership Proof | One-time proof to verify that you own at least N amounts of a specific asset. | Completed |
Zodiac Update v0.0.6 | New official wallet v0.0.6 update. Bunch of new goodies and bug fixes. | Completed |
WooCommerce payment plugin | New WooCommerce payment plugin. Easily accept DAPA for online business. | Completed |
DAPA Merch | Buy DAPA goodies through an official eCommerce platform. | Completed |
DAPA Playground | Web interface to experiment with coding in the DAPA programming language. | Completed |
XVM - Shunting Yard Algo | Priority rules for code execution flow. | Completed |