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

Remove selected dapps functionalties, pending rewrite #560

Closed
karmacoma opened this issue Apr 21, 2017 · 3 comments
Closed

Remove selected dapps functionalties, pending rewrite #560

karmacoma opened this issue Apr 21, 2017 · 3 comments
Assignees
Milestone

Comments

@karmacoma
Copy link
Contributor

karmacoma commented Apr 21, 2017

For Lisk 1.0.0, we will remove the following selected dapp related functionalities, pending a full rewrite.

Functionalities to be removed:

  • Download
  • Installation
  • Uninstallation
  • Process management (and sandboxing)
  • Interprocess communication
  • Peer to peer communication

Functionalities to be kept:

  • Application registration
    (but only using lisk-js, therefore PUT /dapps will be removed)
  • Application deposits
    (but only using lisk-js, therefore PUT /dapps/transaction will be removed)
  • Application withdrawals
    (but only using lisk-js, therefore PUT /dapps/withdrawal will be removed)
  • Getting an individual application registration
  • Listing of registered applications
  • Listing of application categories

Related issues:

@karmacoma
Copy link
Contributor Author

@diego-G Please note, as part of closing this issue, https://github.com/LiskHQ/lisk-sandbox and https://github.com/LiskHQ/lisk-node will be discontinued and moved to @LiskArchive.

@diego-G
Copy link

diego-G commented Jul 3, 2017

  • Remove Download
  • Remove Installation
  • Remove Uninstallation
  • Process management (and sandboxing)
  • Interprocess communication
  • P2P communication
  • Remove dapps registration --> PUT /dapps
  • Remove dapps deposits PUT /dapps/transaction
  • Remove dapps withdrawals PUT /dapps/withdrawal
  • Refactoring GET /dapps
  • Refactoring GET /dapps/:id
  • Refactoring GET /dapps/categories
  • Database and migrations review
  • Config files
  • Final overview

Repository owner deleted a comment from karmacoma Jul 4, 2017
Repository owner deleted a comment from karmacoma Jul 4, 2017
@karmacoma
Copy link
Contributor Author

Reopening due to premature API breakage and poor test coverage. Pull request incoming.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants