mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-07-31 12:21:25 +00:00
Multi threaded sync (#27)
* Sync on a threadpool * Retry on broken connection * Update README.md * Update README.md * Optional Embedded params * Update (#24) * Update librustzcash dep * Update to latest librustzcash * Fetch blocks on a new thread * Save wallet deterministically * Sync on a threadpool * Fetch blocks on a new thread * Save wallet deterministically * At least 2 threads Co-authored-by: Aditya Kulkarni <adityapk@tr32.home.adityapk.com>
This commit is contained in:
@@ -27,6 +27,9 @@ rand = "0.7.2"
|
||||
sodiumoxide = "0.2.5"
|
||||
ring = "0.16.9"
|
||||
libflate = "0.1"
|
||||
subtle = "2"
|
||||
threadpool = "1.8.0"
|
||||
num_cpus = "1.13.0"
|
||||
|
||||
tonic = { version = "0.2.1", features = ["tls", "tls-roots"] }
|
||||
bytes = "0.4"
|
||||
|
Reference in New Issue
Block a user