Hansie Odendaal dc06af5486
update for main repo changes (#10)
Update for main repo changes - this implied many changes in the testing framework code

removal of DA config-related code that was still present because it was required by node code until now
nomos-da-network-core = { workspace = true }
subnetworks-assignations = { workspace = true }
nomos-da-dispersal = { workspace = true }
nomos-da-network-core = { workspace = true }
nomos-da-network-service = { workspace = true }
nomos-da-sampling = { workspace = true }
nomos-da-verifier = { workspace = true }
nomos-ledger = { workspace = true, features = ["serde"] }
removal of the executor node
logos-blockchain-executor = { workspace = true }
2026-01-25 10:11:16 +02:00

26 lines
440 B
Plaintext

/target
**/target
.tmp/
/.tmp*/
tmp-local-logs/
tmp/node-logs/
# IDE / OS cruft
.idea/
.DS_Store
# Builder/test artifacts
.tmp_check/
.tmp_docker/
ci-artifacts/
tests/kzgrs/circuits_bundle/
NOMOS_RUST_SOURCES_ONLY.txt
dump.zsh
testing-framework/assets/stack/bin/
testing-framework/assets/stack/kzgrs_test_params/
null
# Local test artifacts (kept when NOMOS_TESTS_KEEP_LOGS=1)
tests/workflows/.tmp*
tests/workflows/.tmp*/
examples/.tmp*/