Commit Graph

893 Commits

Author SHA1 Message Date
lunar-mining
b2d667936f renamed DrkCliConfig to DrkConfig in drk.rs 2021-07-12 16:25:15 +02:00
lunar-mining
cadbd646d6 simplified naming of cli config structs 2021-07-12 14:49:16 +02:00
lunar-mining
a895bea014 switched from custom config parsing to toml 2021-07-12 13:24:22 +02:00
narodnik
7676b74a8b multivariable polynomial class 2021-07-11 13:24:54 +02:00
lunar-mining
c0a9a909fd added short options to cli 2021-07-11 11:29:05 +02:00
lunar-mining
7fc0658b94 fixed config parsing error 2021-07-10 06:12:33 +02:00
lunar-mining
37e395b109 fixed typo on cli 2021-07-09 09:02:42 +02:00
lunar-mining
cbb7fe93c7 updated readme with set password instructions 2021-07-08 16:29:34 +02:00
lunar-mining
c262bee011 massively improved jsonrpc_core error handling. implemented emptypassword error 2021-07-08 14:17:35 +02:00
lunar-mining
a566e4c1ae added password param to darkfid and wallet unlock support to sqlite 2021-07-08 12:17:07 +02:00
lunar-mining
71f1e0eeab added pw param to cli_config 2021-07-08 09:22:43 +02:00
ghassmo
a2ecd4a53c add transfer arg to drk cli 2021-07-08 05:23:51 +03:00
ghassmo
dbd37ff3be cargo update 2021-07-07 00:46:08 +03:00
ghassmo
34cf9426aa add rpc functions to DrkClient 2021-07-07 00:39:47 +03:00
ghassmo
fc4eb839c4 add rpc functions args to drk_cli 2021-07-07 00:38:43 +03:00
ghassmo
d9f6ce0fbc update README.md 2021-07-06 08:53:55 +03:00
ghassmo
5b43a1f923 minor changes for drk 2021-07-06 08:48:27 +03:00
ghassmo
5b7c45e560 rename darkfi-cli to drk 2021-07-06 08:42:10 +03:00
ghassmo
147d55a5d9 create Drk struct and add say_hello function 2021-07-06 08:33:48 +03:00
ghassmo
50316d7ef5 add surf error type 2021-07-06 08:31:59 +03:00
ghassmo
403b0672bf add surf crate 2021-07-06 08:31:22 +03:00
ghassmo
7a1793234e create darkfi-cli binary file 2021-07-06 06:09:25 +03:00
ghassmo
4207b137b0 create Darkfi client cli 2021-07-06 06:08:22 +03:00
ghassmo
98302660f5 create ClientConfig trait & create DarkfiCliConfig and DarkfidCliConfig structs which implement ClientConfig trait 2021-07-06 06:05:29 +03:00
ghassmo
87e84dc1e3 renamed WalletCli to DarkfidCli 2021-07-06 04:28:54 +03:00
ghassmo
b8890995b2 remove async functions from walletdb.rs and rpc/adapter.rs 2021-07-06 04:22:24 +03:00
Janus
1b343437aa Update readme typo 2021-07-05 10:10:12 -04:00
lunar-mining
0e85552240 removed duplicate key_id.pop() 2021-07-05 14:03:14 +02:00
rachel-rose
01e109493d added key_id param to put_own_coins 2021-07-05 13:01:11 +02:00
narodnik
824c822131 added r1cs to bootle16 example 2021-07-04 18:45:50 +02:00
narodnik
359a98382c add simple zk arithmetization example, will be used for bootle16 2021-07-04 18:05:52 +02:00
rachel-rose
fd80a1ddbe debugged key gen and wallet write. all drkcli functions now working 2021-07-04 13:46:22 +02:00
narodnik
d54af89ea6 Merge branch 'asset-id' 2021-07-04 12:40:13 +02:00
narodnik
83199007e1 add tutorial example, corresponds to zk-explainer document 2021-07-04 12:38:41 +02:00
rachel-rose
97eaf01e78 fixed error handling for rusqlite 2021-07-04 11:54:31 +02:00
rachel-rose
7bb955e686 test case for rusqlite 2021-07-04 11:48:24 +02:00
rachel-rose
170c47a692 fixed typo in README 2021-07-03 13:25:50 +02:00
ghassmo
8468ab8fc1 update README.md 2021-07-03 14:19:41 +03:00
rachel-rose
fa8bb0ef1c added build command for trusted setup 2021-07-03 12:25:04 +02:00
ghassmo
9b0155d5ae update README.md 2021-07-03 12:33:35 +03:00
ghassmo
f967c3c74a cargo fmt 2021-07-03 12:30:20 +03:00
ghassmo
274f6284bb add config arg to wallet cli & add subcommands to config arg 2021-07-03 12:28:42 +03:00
ghassmo
618eb7fd2c fix io error when loading config file 2021-07-03 10:44:29 +03:00
ghassmo
1205318805 update .gitignore 2021-07-03 10:43:15 +03:00
rachel-rose
bc93d1734e implemented custom error handling for jsonrpc_core 2021-07-03 09:42:36 +02:00
ghassmo
05db96451a add config file to client cli 2021-07-02 23:28:23 +03:00
rachel-rose
e0053026aa added wallet tests. updated adapter functions to init_db() 2021-07-02 21:31:47 +02:00
ghassmo
0492718611 create config struct for client_cli 2021-07-02 22:22:02 +03:00
ghassmo
3b54479c9e move program options to cli dir 2021-07-02 22:21:00 +03:00
ghassmo
eb8d2633c8 avoid blocking by making jsonserver run after gateway client started 2021-07-01 21:50:51 +03:00