1
0
mirror of synced 2025-01-10 07:46:05 +00:00
nomos-node/Cargo.toml
Giacomo Pasini d672be3bb0
[nomos-cli] Add command to disseminate data (#400)
* Add nomos-cli command to disseminate data across the network

Add nomos-cli to hold various utilities for the node.
To start, this commit adds a command to disseminate some
data through the network and build a certificate of correct
dispersal for inclusion in a block

* fmt

* reorder loop instructions

* Send blobs concurrently
2023-09-18 15:35:20 +02:00

27 lines
609 B
TOML

[workspace]
members = [
"nomos-core",
"nomos-libp2p",
"nomos-services/log",
"nomos-services/metrics",
"nomos-services/network",
"nomos-services/storage",
"nomos-services/consensus",
"nomos-services/mempool",
"nomos-services/http",
"nomos-services/data-availability",
"nomos-da/reed-solomon",
"nomos-da/kzg",
"nomos-da/full-replication",
"nomos-cli",
"nodes/nomos-node",
"nodes/mixnode",
"simulations",
"consensus-engine",
"tests",
"mixnet/node",
"mixnet/client",
"mixnet/protocol",
"mixnet/topology",
]
resolver = "2"