hansieodendaal
d1f36f70a8
Update config and crate naming
...
- Updated configs to the lates main repo configs.
- Updated all main repo crate namings to be same as the main repo.
- Added `create_dir_all` to `pub(crate) fn create_tempdir(custom_work_dir: Option<PathBuf>) -> std::io::Result<TempDir> {`.
- Wired in optional `persist_dir` when using the local deployer.
**Note:** Unsure about the `service_params` mapping in `pub(crate) fn cryptarchia_deployment(config: &GeneralConfig) -> CryptarchiaDeploymentSettings {`
2026-02-09 00:13:24 +02:00
Hansie Odendaal
70dbef96c2
feat: add custom persistent dir option for working files ( #26 )
2026-02-06 09:06:40 +02:00
andrussal
8d2dd4c86a
Unify ndoe types
2026-01-26 09:08:00 +01:00
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
andrussal
625179b0e9
testing: add dynamic node control and config helpers
2026-01-22 12:08:13 +01:00
andrussal
ddda1db625
workflows: show max height node on liveness failure
2026-01-12 08:20:32 +01:00
andrussal
3e7d14b5f6
refactor(workflows): name policies and samples
2025-12-16 02:07:24 +01:00
andrussal
26dfa1b795
refactor: explicit retry policies + RAII port-forwards
2025-12-15 23:13:38 +01:00
andrussal
6e619d4c03
testing-framework: improve runner defaults + checks
2025-12-15 22:29:36 +01:00
andrussal
74fddd51dd
Improve workload and expectation logging
2025-12-11 08:08:57 +01:00
andrussal
f60580b29a
Revert "Add metrics plan and improve consensus liveness logging"
...
This reverts commit a7c9f45dd9aa2ab249d64098a638bac198e6a4b9.
2025-12-11 07:53:44 +01:00
andrussal
a7c9f45dd9
Add metrics plan and improve consensus liveness logging
2025-12-11 07:53:08 +01:00
andrussal
996614a813
Simplify consensus liveness expectation
2025-12-10 16:23:09 +01:00
andrussal
2fa5fe7973
Add consensus header range API and adaptive liveness lag
2025-12-10 06:35:11 +01:00
andrussal
32bfe6cef2
Extend CI smoke runs and simplify liveness
2025-12-10 05:52:44 +01:00
andrussal
ec4a1e26e5
Extend CI smoke runs to 120s
2025-12-10 05:48:44 +01:00
andrussal
e1c2bb2b95
Initial import of Nomos testing framework
2025-12-01 18:36:58 +01:00