8 Commits

Author SHA1 Message Date
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
77ae5078a6
feat: refactor for using external cucumber (#6) 2026-01-19 08:48:05 +02:00
andrussal
9f403bf235 configs: remove ProviderId unwrap 2025-12-18 22:01:07 +01:00
andrussal
027fd598a7 env: centralize NOMOS/POL env var parsing 2025-12-18 18:19:38 +01:00
andrussal
6e619d4c03 testing-framework: improve runner defaults + checks 2025-12-15 22:29:36 +01:00
andrussal
a171219909 Centralize timeouts and cfgsync defaults 2025-12-09 17:45:10 +01:00
andrussal
c2f94b3bed Move kms helper under nodes and clean imports 2025-12-09 09:17:31 +01:00
andrussal
e1c2bb2b95 Initial import of Nomos testing framework 2025-12-01 18:36:58 +01:00