squeaknode/squeakserver/node
Jonathan Zernik af0ffca75a
Add peer sync (#214)
* Add peer sync controller class

* Got sync downloader with remote connection working

* Got lookup hashes to download working in sync downloader

* Add peer sync status class

* Check stopped event flag before continuing with download

* Got peer download running in a separate thread for each peer

* Rename peer download class

* Fix get current download in sync status

* Add peer upload thread

* Got peer upload working

* Got peer download working

* Display different message in frontend when squeak is locked

* Change default quota for upload rate limit
2020-08-04 00:54:14 -07:00
..
__init__.py Make squeak with admin rpc (#75) 2020-07-17 22:12:16 -07:00
block_info.py Add black to make codeformat in makefile (#85) 2020-07-18 19:40:28 -07:00
hash.py Make squeak with admin rpc (#75) 2020-07-17 22:12:16 -07:00
peer_download.py Add peer sync (#214) 2020-08-04 00:54:14 -07:00
peer_upload.py Add peer sync (#214) 2020-08-04 00:54:14 -07:00
squeak_block_periodic_worker.py Add black to make codeformat in makefile (#85) 2020-07-18 19:40:28 -07:00
squeak_block_queue_worker.py Add black to make codeformat in makefile (#85) 2020-07-18 19:40:28 -07:00
squeak_block_verifier.py Use blockchain client to get subscription (#205) 2020-08-02 02:21:28 -07:00
squeak_maker.py Use blockchain client to get subscription (#205) 2020-08-02 02:21:28 -07:00
squeak_node.py Add peer sync (#214) 2020-08-04 00:54:14 -07:00
squeak_peer_downloader.py Add peer sync (#214) 2020-08-04 00:54:14 -07:00
squeak_rate_limiter.py Run codeformat (#184) 2020-07-31 16:47:17 -07:00
squeak_store.py Add peer sync (#214) 2020-08-04 00:54:14 -07:00
squeak_sync_status.py Add peer sync (#214) 2020-08-04 00:54:14 -07:00
squeak_whitelist.py Run codeformat (#184) 2020-07-31 16:47:17 -07:00