Commit Graph

717 Commits

Author SHA1 Message Date
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
rachel-rose
6d239458cb removed unused error types 2021-05-20 21:01:58 +02:00
rachel-rose
2b78f0adb2 merged src/net/error.rs with src/error.rs. deleted src/net/error and updated all code in /net to accept change 2021-05-20 20:36:45 +02:00
rachel-rose
0737809b29 cleaned up more warnings 2021-05-20 16:46:56 +02:00
rachel-rose
bcbe3f4ae2 cleaned up some unused import warnings 2021-05-20 16:15:51 +02:00
narodnik
0e867c2b6b Merge branch 'master' of github.com:darkrenaissance/darkfi 2021-05-20 11:48:20 +02:00
narodnik
4edca469cb split mega tx.rs file into subfiles inside tx module 2021-05-20 11:47:37 +02:00
rachel-rose
caaeecc36b refactored src/error.rs to work with 'clone'. changed error macros in
async-serial.rs and serial.rs to reflect this change. updated all files
with new error handling.
2021-05-20 11:44:38 +02:00
narodnik
86b3bd496e use nullifier struct 2021-05-20 10:16:05 +02:00
narodnik
c971000e68 remove unused value from tx builder 2021-05-20 08:14:12 +02:00