dbe36bba3c
* Create nodes folder Kickstart mockpool node * Create nodes folder Added bridges file * Added metrics to mempool * Remove metrics from node * Added mempool metrics bridge * Pipe in mempool_metric bridge * Add wakuinfo to waku network service * Add waku network info bridge * Added waku info bridge to node * Use mock Tx wrapper over a string * Create add tx http bridge * Add tx bridge to http config * Use hash for Tx * Remove tracing subscriber from binary * Fix bridges routes * Added mimimal configuration example * Remove subscribing to default waku pubsub topic * Use addtx payload for tx * Remove pub serde mod from core transaction * Clippy happy * Id from &Tx instead of owned value * Removed mempool metrics feature
14 lines
299 B
TOML
14 lines
299 B
TOML
[workspace]
|
|
members = [
|
|
"nomos-core",
|
|
"nomos-services/log",
|
|
"nomos-services/metrics",
|
|
"nomos-services/network",
|
|
"nomos-services/storage",
|
|
"nomos-services/consensus",
|
|
"nomos-services/mempool",
|
|
"nomos-services/http",
|
|
"nodes/nomos-node",
|
|
"nodes/mockpool-node"
|
|
]
|