andrussal
|
30a18710da
|
configs: split config construction phases
Refactors long config builders into small, intent-named helpers.
- create_general_configs_with_blend_core_subset
- Before: validation + id/port gen + component config build + provider/genesis + kms + per-node assembly.
- After: validate_node_counts/generate_ids_and_ports/collect_blend_core_providers/
apply_consensus_genesis_tx/build_kms_configs/build_general_configs.
- build_blend_service_config
- Before: mixed constants parsing + user/deployment/network settings build.
- After: message_frequency_per_round/build_blend_user_config/
build_blend_deployment_settings/build_network_deployment_settings.
- create_validator_config/create_executor_config
- Before: large struct literals mixing deployment, DA network, storage, dispersal.
- After: deployment helpers + backend/settings helpers to keep top-level constructor readable.
- create_genesis_tx_with_declarations
- Before: inscription + op building + proof signing + tx wrapping in one block.
- After: build_genesis_inscription/build_genesis_ops/build_genesis_ops_proofs/build_genesis_tx.
|
2025-12-19 00:50:20 +01:00 |
|
andrussal
|
35f3188ad4
|
Fix host runs by resolving KZG params file
|
2025-12-09 10:18:36 +01:00 |
|
andrussal
|
f8a41b06b1
|
Refine demo tooling and shared configs
|
2025-12-09 09:43:49 +01:00 |
|
andrussal
|
3536c22db0
|
Refine demo tooling and unify runner config
|
2025-12-09 06:30:18 +01:00 |
|
andrussal
|
cf99459c1a
|
Disable recovery persistence for test runs
|
2025-12-06 15:56:47 +01:00 |
|
andrussal
|
ce5f2146ae
|
Align workflows and configs with latest nomos-node rev
|
2025-12-06 10:17:06 +01:00 |
|
andrussal
|
e1c2bb2b95
|
Initial import of Nomos testing framework
|
2025-12-01 18:36:58 +01:00 |
|