mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-02-16 19:23:09 +00:00
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 }
26 lines
440 B
Plaintext
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*/
|