Hansie Odendaal
c80c3fd2e3
chore: config and naming updates ( #27 )
...
* 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.
- Update `time` vulnerability
**Note:** Unsure about the `service_params` mapping in `pub(crate) fn cryptarchia_deployment(config: &GeneralConfig) -> CryptarchiaDeploymentSettings {`
2026-02-09 10:28:15 +02:00
Hansie Odendaal
e2df69b0d5
chore: merge master into dev and update configs after merge ( #17 )
...
* Sdp config structs from logos blockchain (#15 )
* Update configs after main repo merge
---------
Co-authored-by: gusto <bacv@users.noreply.github.com>
2026-01-29 09:33:25 +02:00
Andrus Salumets
3977a90682
Add node config overrides ( #14 )
2026-01-27 14:12:45 +02:00
andrussal
a372a808bc
docs: sync book with current framework
2026-01-27 03:42:36 +01: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
ecdbb3a171
core: make scenario initialization fallible
2025-12-18 22:52:53 +01:00
andrussal
47b4e8531d
core: make scenario/topology building fallible
2025-12-18 22:48:45 +01:00
andrussal
30fe4aa0ff
chore: add structured logging across runners and core
2025-12-11 10:08:49 +01:00
andrussal
a76630d3e1
Update topology imports to new module structure
2025-12-10 08:29:41 +01:00
andrussal
c0555ca347
Add topology_with helper and format scenario builder usage
2025-12-03 05:46:32 +01:00
andrussal
e1c2bb2b95
Initial import of Nomos testing framework
2025-12-01 18:36:58 +01:00