From 7c21fa983a084e97b0ad13d77bfb8f27de55c04d Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Thu, 10 Sep 2020 08:22:39 +0200 Subject: [PATCH] bump libp2p, introduce AsyncQueue BufferStream (#1599) * Syncing workers now not bound to peers. Sync status is now printed in statusbar. * Add `SyncQueue.outSlot` to statusbar too. * Add `inRangeEvent` and `rangeAge` parameter. * Fix rangeAge is not depends on SyncQueue latest slot. Fix syncManager to start from latest local head slot. * Add notInRange event. * bump libp2p, introduce AsyncQueue BufferStream * bump Co-authored-by: cheatfate --- vendor/nim-libp2p | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/nim-libp2p b/vendor/nim-libp2p index 2b72d485a..96d4c44fe 160000 --- a/vendor/nim-libp2p +++ b/vendor/nim-libp2p @@ -1 +1 @@ -Subproject commit 2b72d485a39715c33dd887b8c8639cc5303e70f4 +Subproject commit 96d4c44fec3b16a65d5ed943b85e474bfc3e1de8