Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design user interface for withdrawals from kanbanGO #21

Open
tmilev opened this issue Mar 29, 2019 · 1 comment
Open

Design user interface for withdrawals from kanbanGO #21

tmilev opened this issue Mar 29, 2019 · 1 comment

Comments

@tmilev
Copy link
Collaborator

tmilev commented Mar 29, 2019

In order to solve issue 14 from kanbanGo, you need to create a withdrawal request for the kanbanGo.

** Please complete point 1 ** in the workflow below. This is the user interface part.

I hereby propose that each withdrawal request be triggered through a submitting a withdrawal transaction. Perhaps the easiest way to design such a transaction would be to make a regular transaction that sends money to address 0xfffff.... or some other distinguished address (another distinguished address you could choose is the address of SCAR or 0x00000... etc.).

Here's a plan for doing this.

  1. [MISSING] Generate a regular kanbanGO transaction sending money from userAddress to 0xffff....
  2. [MISSING] Submit that transaction to kanbanGO
  3. [Should be there out-of-the-box] Mine the transaction (i.e., include it in a kanbanGO block).
  4. [MISSING] After the request is included in a kanbanGO block, trigger the write-back mechanism. The write-back mechanism is the one that is called via the GenerateWriteBackWithdrawal api, however the mechanism must be triggered internally (no api calls necessary).
@harryhe6210
Copy link
Collaborator

0 & 1 was implemented and tested.

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

No branches or pull requests

2 participants