Daniel Sanchez
5a85281ec0
Use tokio 1 in deps ( #842 )
2024-10-22 16:59:42 +02:00
gusto
9835d09b8c
Column index in the sample requests ( #731 )
2024-09-06 18:39:50 +03:00
Daniel Sanchez
b9efe1f1ba
Da: network replication core ( #680 )
...
* Add core structure
Sketch first version of da network handler
* Added assgination module
Added basic assignation trait
* Added assgination module
Added basic assignation trait
* Refuse connection for non members
* Use proper protocol name
* Split in broadcast/dispersal/sampling modules
Move behaviour and handler to broadcast
* Remove unused broadcast behaviour attributes
* Add basic docs
* Remove unused pending errors on broadcast handler
* Clippy happy
* Refactor Broadcast -> Replication
* Pipe message sending
* Clippy happy
* Clippy fmt
* Refactor outgoing -> outgoing_events
* Pipe out replication
* Include subnetworks id in dispersal and replication messages
* Pipe replication messaging
* fmt
* Fix tests
2024-07-25 17:03:32 +00:00
gusto
9ff90e7d1c
DA: Network message types ( #681 )
...
* Split message definitions for broadcast, dispersal and sampling
* Expose dispersal messages via crate
* Create nomos-da-messages crate
* From trait implementations for messages
* Rename broadcast to replication
2024-07-25 12:27:55 +03:00