nomos-node/nomos-services
Giacomo Pasini 4a3d677ea9
Small fixes for libp2p network backend (#280)
* Generate network events for self messages

Waku does that and it's kind of convenient not to handle ourselves
in a different way from the rest.

* Use bigger buffer + fmt

When receiving messages coming from libp2p IWANT requests, it's
common to receive a burst of packest which can cause subscribers
to lag. To account for that, let's increase the buffer in the
broadcast channel.

* Check if topic is being subscribed before self-notification (#292)

* fmt

---------

Co-authored-by: Youngjoon Lee <taxihighway@gmail.com>
2023-08-07 06:00:41 +02:00
..
consensus Small fixes for libp2p network backend (#280) 2023-08-07 06:00:41 +02:00
http Add configuration for simulation app (#94) 2023-03-20 17:13:55 +08:00
log Better tests (#232) 2023-07-04 11:39:28 +02:00
mempool Add dummy libp2p adapter for mempool (#286) 2023-08-02 17:00:52 +02:00
metrics Http status codes (#88) 2023-03-06 15:19:27 +02:00
network Small fixes for libp2p network backend (#280) 2023-08-07 06:00:41 +02:00
storage Nomos core (#28) 2022-12-13 15:35:11 +01:00