Commit Graph

120 Commits

Author SHA1 Message Date
parazyd
4fb500ac93 Remove debug info from release binaries. 2021-10-11 17:11:49 +02:00
lunar-mining
d5e7d00e0a Cargo.toml: added prettytable-rs 2021-10-07 14:17:01 +02:00
parazyd
e3dffd044f service/sol: Working SPL token deposits. 2021-09-29 15:01:51 +02:00
Janus
21298801b4 Add rand feature to secp256k1 crate 2021-09-27 08:20:53 -04:00
ghassmo
6d40023181 change futures crate version 2021-09-26 21:37:48 +03:00
parazyd
72ae436249 Implement async Websocket client using smol. 2021-09-24 13:48:10 +02:00
parazyd
967b0e0f31 rpc/jsonrpc: Support TLS in send_request.
This implies all URLs passed to the function should have a schema.

tcp:// or tls:// are supported.
2021-09-23 20:04:56 +02:00
parazyd
57d50ee9b4 Clean up Cargo.toml 2021-09-23 16:45:38 +02:00
parazyd
c39a1bd9ec Remove HTTP remnants.
Join the Tim Berners Lee Kicking Club!
2021-09-23 11:12:59 +02:00
ghassmo
64ec12e30c split btc from the default feature 2021-09-22 13:35:40 +03:00
parazyd
9da7496441 service/sol: Add function for deriving associated token accounts from owner. 2021-09-21 13:04:19 +02:00
ghassmo
cc01d162f8 remove duplicate 'hex' dependency from Cargo.toml 2021-09-19 20:50:52 +03:00
lunar-mining
917762eca7 bin/cashierd2: pubkey deserialization.
Cargo.toml: added 'hex'
2021-09-19 11:36:09 +02:00
parazyd
a8b1771a4a WIP implementation of darkfid with new API. 2021-09-16 17:41:00 +02:00
ghassmo
2dd80033e5 remove ed25519-dalek crate 2021-09-16 12:37:33 +03:00
ghassmo
9fce761ae4 add cfg_if crate to check which feature is enabled 2021-09-15 21:28:54 +03:00
lunar-mining
9155ed57b4 removed old crypto stuff from /bin and /src 2021-09-13 10:17:33 +02:00
lunar-mining
d38ba214f4 Revert "deleted old client and adapter dirs, made singular and updated Cargo.toml"
This reverts commit 7caf15dc50.
2021-09-13 09:55:15 +02:00
lunar-mining
7caf15dc50 deleted old client and adapter dirs, made singular and updated Cargo.toml 2021-09-13 09:52:10 +02:00
ghassmo
19e0e332dc Merge branch 'master' of github.com:darkrenaissance/darkfi 2021-09-12 02:13:24 +03:00
ghassmo
fe57c78daf add ed25519-dalek crate solana dependencie 2021-09-12 01:39:26 +03:00
lunar-mining
1e96c744cc made Asset type to handle drk cli inputs 2021-09-11 08:58:50 +02:00
ghassmo
9f8444d699 Merge branch 'master' of github.com:darkrenaissance/darkfi 2021-09-10 13:09:29 +03:00
ghassmo
df97ccf8fb make [btc] feature optional and the default one & enable [sol] as optional feature 2021-09-10 13:02:43 +03:00
lunar-mining
edb25d3a17 deleted zkvm 2021-09-10 10:16:28 +02:00
parazyd
5e3a5c9870 solana: Add POC for watching pubkeys for transactions. 2021-09-08 16:54:54 +02:00
ghassmo
4c7493acf8 downgrade clap crate to 2.33.3 version 2021-09-05 12:32:12 +03:00
ghassmo
6b5587586c add jsonrpc-core-client and jsonrpc-derive to Cargo.toml 2021-09-03 22:51:36 +03:00
ghassmo
8ebb0e2b7a minor changes in client.rs 2021-08-28 04:25:28 +03:00
ghassmo
996cd04335 move all functionalities inside darkfid to a new module client/client.rs 2021-08-27 17:37:58 +03:00
Janus
6d5a894ae4 Match bitcoin crates version used 2021-08-23 09:27:41 -04:00
Janus
542d9a7a58 Replace poll with electrum subscribe functions 2021-08-16 01:38:06 -04:00
Janus
f2b68bfaac Add scheduler and requests for watching btc address 2021-08-10 09:07:11 -04:00
ghassmo
53dc649890 add bs58 crate 2021-08-05 04:58:15 +03:00
Janus
a96b7425fc Add cashierd 2021-07-21 11:09:30 -04:00
Janus
4b6f7427f6 Add secp256k1 2021-07-21 11:09:30 -04:00
Janus
1058a9cc13 Add bitcoin 2021-07-21 11:09:30 -04:00
lunar-mining
bbfb38a2cd removed example.rs from Cargo.toml 2021-07-17 14:10:11 +02:00
lunar-mining
53344b7a81 tidied /cli directory 2021-07-15 10:15:04 +02:00
lunar-mining
a895bea014 switched from custom config parsing to toml 2021-07-12 13:24:22 +02:00
lunar-mining
7fc0658b94 fixed config parsing error 2021-07-10 06:12:33 +02:00
ghassmo
5b7c45e560 rename darkfi-cli to drk 2021-07-06 08:42:10 +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
rachel-rose
87d72327c6 removed unnecessary cashier test 2021-06-28 15:15:17 +02:00
rachel-rose
b3e6c93a4b made dummy cashier 2021-06-27 11:05:11 +02:00
rachel-rose
9901797fa2 merged rpc options into ClientProgramOptions and moved dfi.rs to bin/old 2021-06-27 09:41:33 +02:00
Nym
1f719bed60 Remove gui and gfx code, modules and dependencies. 2021-06-26 15:32:58 +00:00
Janus
47866cdf79 Revert "Make zeromq crate more pure"
This reverts commit a017da663a.
2021-06-01 09:39:32 -04:00
Janus
a017da663a Make zeromq crate more pure 2021-06-01 09:21:32 -04:00