* Add PoL crate * promote cl crate to nomos-node repo * Integrate PoL into consensus * remove metal feature * install risc0 on ci * more risc0 install * fix da tests * pass gh token * fix tests and run in release mode * clippy allow * do not run in release mode * drop windows in CI * execute heavy tests nightly or accelerated in macos * fmt * configurable slot time * use xlarge workers * fix workflows * remove unstable test * use xlarge runners * separate integrations tests * fix features * add token to ci * downgrade runners * fix integration tests * revert testing changes and use risc0 dev mode * fix coverage risc0 install * increase slot time * use cargo binstall * clean before coverage
37 lines
1.1 KiB
TOML
37 lines
1.1 KiB
TOML
[workspace]
|
|
members = [
|
|
"nomos-core",
|
|
"nomos-da/kzgrs",
|
|
"nomos-da/kzgrs-backend",
|
|
"nomos-da/storage",
|
|
"nomos-da/network/core",
|
|
"nomos-da/network/messages",
|
|
"nomos-da/network/subnetworks-assignations",
|
|
"nomos-libp2p",
|
|
"nomos-services/api",
|
|
"nomos-services/log",
|
|
"nomos-services/network",
|
|
"nomos-services/storage",
|
|
"nomos-services/cryptarchia-consensus",
|
|
"nomos-services/mempool",
|
|
"nomos-services/metrics",
|
|
"nomos-services/system-sig",
|
|
"nomos-services/data-availability/indexer",
|
|
"nomos-services/data-availability/network",
|
|
"nomos-services/data-availability/sampling",
|
|
"nomos-services/data-availability/verifier",
|
|
"nomos-services/data-availability/tests",
|
|
"nomos-da/full-replication",
|
|
"nomos-cli",
|
|
"nomos-utils",
|
|
"nodes/nomos-node",
|
|
"mixnet",
|
|
"consensus/carnot-engine",
|
|
"consensus/cryptarchia-engine",
|
|
"ledger/cryptarchia-ledger",
|
|
"cl/cl",
|
|
"proof_of_leadership/proof_statements",
|
|
"tests",
|
|
]
|
|
exclude = ["proof_of_leadership/risc0/risc0_proofs"]
|
|
resolver = "2" |