Commit Graph

25 Commits

Author SHA1 Message Date
Jude Nelson
7e5f420c05 typo 2017-02-13 11:54:45 -05:00
Jude Nelson
06e096778c withdraw: it's okay for amount to be None; we'll calculate it later 2017-02-13 11:52:04 -05:00
Jude Nelson
c5e6657afa bugfixes: use the right private keys for datastore operations 2017-02-12 19:15:00 -05:00
Jude Nelson
f82ae94012 better argument-checking on withdraw 2017-02-12 15:36:48 -05:00
Jude Nelson
fb72988e25 print out total amount on dust failure 2017-02-12 15:24:04 -05:00
Jude Nelson
9d81711fca error if we can't find UTXOs 2017-02-12 15:21:17 -05:00
Jude Nelson
1a7c755ec6 quote paths passed to os.system(). also debug output for min_confs 2017-02-12 15:02:41 -05:00
Jude Nelson
ff5491688e add withdraw command to withdraw funds from wallet 2017-02-12 05:51:04 -05:00
Jude Nelson
d938c52af7 take min_confs, not min_conf, as CLI arg 2017-02-12 03:58:14 -05:00
Jude Nelson
319390b947 start_server (for now) 2017-02-12 03:31:55 -05:00
Jude Nelson
49d7c03e30 general refactoring. pass passwords where appropriate, start RPC endpoints as late as possible, separate out wallet display. Also, rename app_put_account to app_create_account, and add app_signin (to be used by both the CLI and REST API) 2017-02-12 03:30:53 -05:00
Jude Nelson
6007bd9f0f add wallet_password command for changing the wallet password. TODO: plumb through to REST API 2017-02-11 15:56:45 -05:00
Jude Nelson
c4e5abdcd4 api instead of rpcctl 2017-02-11 15:10:52 -05:00
Jude Nelson
1efd3c266b pass owner and payment address to register 2017-02-11 15:03:43 -05:00
Jude Nelson
e46e255f13 init --> setup 2017-02-10 18:56:51 -05:00
Jude Nelson
6b141ff4a1 add init, setup_wallet, setup_storage commands. Enable register to transfer a name to a new recipient once updated (in which case, no profile will be set). Enable price to include the cost of the transfer. 2017-02-10 17:36:13 -05:00
Jude Nelson
c68d150861 return int/float for prices; don't overwrite payment address 2017-02-09 14:36:41 -05:00
Jude Nelson
383e3728d8 fix up get_registrar_info; formatting 2017-02-06 19:39:52 -05:00
Jude Nelson
dcc5bb4c18 methods for getting, adding, listing, and removing device IDs for multi-device data stores 2017-02-06 15:03:27 -05:00
Jude Nelson
8ef6dea71b check for storage setup for advanced storage methods; add upgrade_storage command; fix bugs found in testing 2017-01-30 01:35:46 -05:00
Jude Nelson
07324a20a9 get default password from environment; get default-yes setting from environment; WIP on prompting the user to migrate their wallet and create a data key 2017-01-23 19:04:06 -05:00
Jude Nelson
0d6f575c19 consolidate ensure_wallet_exists() checks; run data_setup() when we initialize the wallet for the first time; fetch user data from shared storage by default; have data-writing methods return a blockstack:// URL that can be used to read them; add get_data command that resolves a blockstack:// URL to data (regardless of how it is stored). 2017-01-18 18:49:16 -05:00
Jude Nelson
2067ffed17 refactor datastore API so most of it can be reused to implement collections (WIP) 2017-01-17 19:02:31 -05:00
Jude Nelson
2b23c2db82 merge rc-0.14.1 actions.py 2017-01-17 11:20:32 -05:00
Jude Nelson
e4455caf96 Repository re-organization 2017-01-17 11:16:19 -05:00