nim-dagger/codex/blockexchange
Ben Bierens 5e7ce52fbe
Fix block retransmit (#651)
* Applies peer-scoped lock to peer task handler.

* Replace async lock with delete-first approach.

* Cleanup some logging

* Adds inFlight flag to WantListEntry

* Clears inflight flag when local retrieval fails.

* Adds test for setting of in-flight

* Adds test for clearing in-flight when lookup fails

* Review comments by Tomasz

---------

Co-authored-by: gmega <giuliano.mega@gmail.com>
2024-02-29 07:37:12 +00:00
..
engine Fix block retransmit (#651) 2024-02-29 07:37:12 +00:00
network Fixes active cancellation for pending want requests (#714) 2024-02-22 14:54:45 +00:00
peers feat: create logging proxy (#663) 2024-01-22 23:35:03 -08:00
protobuf Fix block retransmit (#651) 2024-02-29 07:37:12 +00:00
engine.nim reorg engine directory structure (#104) 2022-05-19 16:28:53 -06:00
network.nim reorg engine directory structure (#104) 2022-05-19 16:28:53 -06:00
peers.nim reorg engine directory structure (#104) 2022-05-19 16:28:53 -06:00