1
0
mirror of synced 2025-01-10 07:46:05 +00:00
gusto 37c22d23ce
DA: Network service executor (#701)
* Nomos cli executor swarm

* Executor swarm and backend in nomos-cli

* Libp2p executor adapter in nomos cli

* Update nomos-cli/src/da/network/backend.rs

Co-authored-by: Daniel Sanchez <sanchez.quiros.daniel@gmail.com>

* Use FillFromNodeList with executor backend

* Integrate Executor backend into the cli

* Use subnetwork id where appropriate

* Common clone_deserialize_error

* Use thiserror

* Minimal dialing in cli swarm

* Send dispersal messages async

* Remove unused connection id

---------

Co-authored-by: Daniel Sanchez <sanchez.quiros.daniel@gmail.com>
2024-08-26 11:00:34 +03:00

13 lines
257 B
TOML

[package]
name = "subnetworks-assignations"
version = "0.1.0"
edition = "2021"
[dependencies]
libp2p-identity = { version = "0.2", features = ["peerid", "serde"] }
serde = "1"
[dev-dependencies]
libp2p-identity = { version = "0.2", features = ["rand"] }