nomos-node/nomos-core
Giacomo Pasini 1eeeeb1834
Adopt a sans-IO style for DaProtocol (#395)
* Adopt a sans-IO style for DaProtocol

Remove async streams from the DaProtocol trait to avoid creating
dependencies on actual I/O. The protocol it's now transformed into
a state machine with an input and output buffer.

In addition, a method to create an attestation was added to the
trait.

* add forgotten &mut to certify_dispersal

* add forgotten &self param to validate certificate
2023-09-12 16:34:13 +02:00
..
src Adopt a sans-IO style for DaProtocol (#395) 2023-09-12 16:34:13 +02:00
Cargo.toml fix waku feature gate (#260) 2023-07-14 15:59:16 +08:00