Commit Graph

726 Commits

Author SHA1 Message Date
rachel-rose
fc36d9b95d ?got key generation from cli working 2021-05-29 09:16:24 +02:00
ghassmo
5c9cbd675d get_value_deserialized return Slab instead of generic type 2021-05-29 09:19:29 +03:00
ghassmo
b02bd11c18 cargo fmt 2021-05-29 09:02:52 +03:00
ghassmo
b1c52b7ac2 add more logs messages 2021-05-29 09:01:52 +03:00
ghassmo
944a49c03f create ClientProgramOptions for Service Clients 2021-05-29 08:59:50 +03:00
ghassmo
fd04e5eb32 create darkfid in src/bin/ 2021-05-29 08:58:55 +03:00
ghassmo
8930669e84 delete demowallet bin file 2021-05-29 08:58:13 +03:00
ghassmo
e74a4f9ebb cargo fmt 2021-05-29 08:07:44 +03:00
ghassmo
4fc8214876 remove Mutex form publisher and use async_channel to publish 2021-05-29 07:56:55 +03:00
ghassmo
fe1ba95797 start publish loop when once publisher get started 2021-05-29 07:55:47 +03:00
ghassmo
f7552adf8a refactor subscribe function and remove fetch_slabs_loop function 2021-05-29 07:08:24 +03:00
ghassmo
f7dcdd5ddd make SlabStore return Arc<Self> when create new object 2021-05-29 07:03:06 +03:00
rachel-rose
11dea54b44 fixed typo on wallet schema 2021-05-28 20:12:55 +02:00
ghassmo
8286356da2 cargo fmt 2021-05-28 19:32:36 +03:00
ghassmo
14254abef6 sync slabs in gateway client 2021-05-28 18:21:17 +03:00
ghassmo
16a11a6c52 compare slab's index with lastindex in local slabstore 2021-05-28 18:18:44 +03:00
ghassmo
0967d85fed create slab struct 2021-05-28 18:16:00 +03:00
ghassmo
09c0c43d47 cargo fmt 2021-05-28 16:54:50 +03:00
ghassmo
c98febd60f integrate rocksdb to gateway client 2021-05-28 16:48:40 +03:00
ghassmo
8362739618 Merge branch 'master' of github.com:darkrenaissance/darkfi 2021-05-28 16:30:32 +03:00
ghassmo
1a6bccd8e9 cargo fmt & clean up 2021-05-28 16:28:24 +03:00
ghassmo
6503f23c22 integrate rocksdb to gateway service 2021-05-28 16:27:35 +03:00
ghassmo
0fbdd15454 create slabstore struct 2021-05-28 16:21:38 +03:00
ghassmo
f9de433261 impl error for rocksdb::Error 2021-05-28 16:17:28 +03:00
ghassmo
e96fb4ea4d update dirs crate 2021-05-28 16:16:13 +03:00
rachel-rose
1b54e7bb43 moved wallet schema to /res and deleted old directory
changed adapter.rs to load schema using include_str!
2021-05-28 14:40:13 +02:00
rachel-rose
2cf8d414ff got wallet generation working 2021-05-27 10:33:03 +02:00
ghassmo
63c3e8c9af reqrep.rs catch ctrl-c SIGINT signal and gracefully stop the service 2021-05-27 01:12:48 +03:00
rachel-rose
eb26a44a2e added wallet connect functions to rpc adapter 2021-05-26 13:50:31 +02:00
rachel-rose
83485d8a01 changed darkcli to drk and made executable. moved to /scripts 2021-05-26 11:35:38 +02:00
narodnik
0b62261ab4 Merge branch 'master' of github.com:darkrenaissance/darkfi 2021-05-24 11:41:58 +02:00
narodnik
c97feb8f0b rename ambigous 'Node' to MerkleNode 2021-05-24 11:41:30 +02:00
ghassmo
7a54b957ac change sapvi namespace to drk in gateway daemon 2021-05-22 17:03:15 +03:00
ghassmo
5079ca3327 Merge branch 'master' of github.com:darkrenaissance/darkfi 2021-05-22 16:59:00 +03:00
ghassmo
851978ed3a clean up & cargo fmt 2021-05-22 16:55:35 +03:00
ghassmo
ef56e87322 create gateway daemon 2021-05-22 16:52:01 +03:00
ghassmo
1d0b871c9e " crate program options for service daemon 2021-05-22 16:50:08 +03:00
narodnik
9cc5b39f2a cargo fmt 2021-05-22 15:47:33 +02:00
narodnik
444770feda rename sapvi namespace to drk 2021-05-22 15:45:02 +02:00
ghassmo
baec13555c change address type to std::net::SocketAddr 2021-05-22 16:41:41 +03:00
narodnik
153cae0234 add missing file coin.rs 2021-05-22 13:17:45 +02:00
narodnik
6041fca23a document src/bin/tx.rs 2021-05-22 11:59:59 +02:00
narodnik
e5bb81dee6 make merkle depth an adjustable parameter in the code 2021-05-22 11:27:33 +02:00
narodnik
411a62ed20 Separate the Node and Coin types 2021-05-22 09:53:19 +02:00
narodnik
8b511a79b1 switch code to using nullifier type 2021-05-22 09:16:23 +02:00
rachel-rose
b61562b766 removed more unused imports that were overwritten by conflict 2021-05-21 22:19:41 +02:00
rachel-rose
f9ec38bb51 removed errors that were overwritten by cargo fmt... and ran cargo fmt :) 2021-05-21 22:08:56 +02:00
narodnik
b20fbfb422 rename coin to node 2021-05-21 18:36:26 +02:00
narodnik
19140a78ec Merge branch 'master' of github.com:darkrenaissance/darkfi 2021-05-21 14:03:26 +02:00
narodnik
62e0da8630 merkle checking is correct 2021-05-21 13:44:06 +02:00