squeaknode/squeaknode
Jonathan Zernik 9e1defb037
Yield results from network sync (#360)
* Use queue to signal peer sync completion/failure

* Got network sync result from multiple peers

* Add peer connection class

* Got network sync working with network sync class

* Simplify peer timeline sync

* Remove old comments

* Make timeline sync and single squeak sync work for both upload and download

* Simplify timeline sync worker

* Got itest working for sync squeaks and download squeak

* Got sync squeak and sync squeaks rpc methods working with reply on completion of sync.

* Delete unused node controller class
2020-11-03 02:46:07 -05:00
..
admin Yield results from network sync (#360) 2020-11-03 02:46:07 -05:00
blockchain Fix current block height/hash in blockchain client, and show block detail url in timeline (#352) 2020-10-31 23:28:10 -04:00
common Rename to squeaknode (#342) 2020-10-29 14:35:17 -04:00
core Rename to squeaknode (#342) 2020-10-29 14:35:17 -04:00
db Rename to squeaknode (#342) 2020-10-29 14:35:17 -04:00
network Rename to squeaknode (#342) 2020-10-29 14:35:17 -04:00
node Yield results from network sync (#360) 2020-11-03 02:46:07 -05:00
server Only accept unlocked squeak post (#351) 2020-10-31 21:31:08 -04:00
__init__.py Rename to squeaknode (#342) 2020-10-29 14:35:17 -04:00
main.py Use env var to set use_ssl, login_disabled and allow_cors configs (#355) 2020-11-01 13:25:12 -05:00