1
0
mirror of synced 2025-02-03 19:33:55 +00:00
gusto 193ff82980
Cli: Dissemination and retrieval (#851)
* Remove chat and dissemination from nomos-cli

* Dissemination using executor http client in nomos-cli

* Blob retrieval from indexer using executor http client

* Range reqeust type from nomos-node

* Split executor and validator commands
2024-10-24 16:21:27 +03:00

12 lines
251 B
TOML

[package]
name = "executor-http-client"
version = "0.1.0"
edition = "2021"
[dependencies]
nomos-core = { path = "../../nomos-core/chain-defs" }
nomos-executor = { path = "../../nodes/nomos-executor" }
reqwest = "0.12"
serde = "1.0"
thiserror = "1.0"