1
0
mirror of synced 2025-01-24 22:50:01 +00:00
nomos-node/nomos-services
Giacomo Pasini 03973cd422
Make mempool generic (#428)
* Make mempool item generic

Make the mempool generic with respect to the item and remove
mentions of specific transaction formats/traits. This will allow
us to reuse the same code for both coordination layer transactions
and certificates, or in general, whatever items need to be included
in a block.

* Add mempool network adapter settings

Allow for greater customization of the mempool network adapter by
adding a settings field.

* update node after mempool changes

* fix waku mempool adapter

* fmt

* fix tests

* fmt
2023-09-26 11:14:44 +02:00
..
2023-09-26 11:14:44 +02:00
2023-07-04 11:39:28 +02:00
2023-09-26 11:14:44 +02:00