AugurProject / augur-app

Augur Desktop Electron Application
MIT License
222 stars 22 forks source link

Add warp sync #441

Closed bthaile closed 5 years ago

bthaile commented 5 years ago

Added new modal for import warp sync file. Added button to bring up folder browser. Added import sync file, called new method in augur-node to import sync file.

closes https://github.com/AugurProject/augur/issues/284

added formatting, left in web-torrent client since it works and we might use it in V2

augur-node changes have been merged, once version is bumped need to change augur-node version in the PR in order to test and merge this PR.

to test: connect to network and wait 100 blocks for *.warp file to be created, send that file to another user for them to import. Recommend Rinkeby, Kovan or mainnet.

Second user import the file and make sure when you start syncing you start pretty close to current depending on when the sync file was created/generated.

justinbarry commented 5 years ago

LGTM