Youngjoon Lee
2b9769b5b7
feat: add `nomos-libp2p` crate (for nomos-network backend) ( #237 )
...
* feat: add libp2p network backend skeleton
* use tokio runtime managed by Overwatch
* feat: add nomos-libp2p crate
* remove gossipsub_message_id_fn
* clippy
* use next() instead of select_next_some()
* rename send_command to execute_command
* const timeout
* disable authn / msg signing to start from a clean slate
* rename CommandSender to CommandResultSender
* add comments
* move node machinery to networkbackend
* fmt
* logs more network events
---------
Co-authored-by: Giacomo Pasini <g.pasini98@gmail.com>
2023-07-11 10:33:57 +02:00