Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Query user for initial deposit amount #1807

Closed
holisticode opened this issue Sep 25, 2019 · 0 comments
Closed

Query user for initial deposit amount #1807

holisticode opened this issue Sep 25, 2019 · 0 comments
Assignees

Comments

@holisticode
Copy link
Contributor

Currently the DefaultInitialDepositAmount is a constant set to 0 (zero).

This makes it actually impossible for a user to cash in a cheque.
It is especially important for the devcon workshop that people can cash-in cheques.

We thus introduce an interactive prompt where the user can provide an initial deposit amount for the chequebook, which will be deducted from the user's account.

We also need to add a flag in order for tests and automated boots (cluster deployments) to run through and for convenience (user can pass value via flag instead of prompt).

Finally, we need to make sure that prompting is only done on first deployment. Once the chequebook is deployed, the user should not be prompted again.

Tackled by #1789 and #1797

@holisticode holisticode added this to the 0.5.0 milestone Sep 25, 2019
@holisticode holisticode self-assigned this Sep 25, 2019
@skylenet skylenet modified the milestones: 0.5.0, 0.5.1 Sep 30, 2019
@skylenet skylenet removed this from the 0.5.1 milestone Oct 2, 2019
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

2 participants