logos-co / nomos-node

Nomos blockchain node
49 stars 18 forks source link

Mempools shared network #642

Open danielSanchezQ opened 5 months ago

danielSanchezQ commented 5 months ago

At the moment we are splitting the logic differentiating tx and da-certificates mempools. This included using different gossip topics. This is problematic as it results in more connections and more usage of resources from the node. Instead we need to reuse the same topic (network) and filter incoming messages from within the network adapters for each mempool.