hansieodendaal
1289c5c9fb
- Fix ntp config value.
...
- Remove the deployment key from the node.yaml file when written to the deployment.yaml file.
2026-02-10 13:35:01 +02:00
andrussal
d6a6b83d36
Sync node config wiring with latest node master
2026-02-10 10:07:54 +01:00
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
70dbef96c2
feat: add custom persistent dir option for working files ( #26 )
2026-02-06 09:06:40 +02:00
andrussal
e283defa72
Fix genesis utxos and scale leader stake
2026-02-04 16:42:16 +01:00
andrussal
4927c74e48
Update node rev and align wallet/KMS configs
2026-02-03 17:22:06 +01:00
andrussal
cc75462369
Update node rev and align consensus/wallet config
2026-02-02 13:30:56 +01:00
Andrus Salumets
062be51a4f
Local deployer allows to stop and restart nodes ( #16 )
...
* Unify local node control and restart support
* Add local stop-node support
* Use node names for restart/stop control
* merge
---------
Co-authored-by: hansieodendaal <hansie.odendaal@gmail.com>
2026-01-30 14:05:46 +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
df5641f573
Constrain manual cluster creation to deployers
2026-01-23 04:58:57 +01:00
andrussal
90816f9e02
Recover from poisoned locks in node control
2026-01-22 14:19:34 +01:00
andrussal
13a75e7818
Add manual cluster support
2026-01-22 14:19:32 +01:00
andrussal
0fb4eff3c4
testing: allow dynamic node start with peers
2026-01-22 12:13:26 +01:00
andrussal
625179b0e9
testing: add dynamic node control and config helpers
2026-01-22 12:08:13 +01:00
andrussal
6310a5cbe9
Remove DA workload usage from framework
2026-01-22 11:16:13 +01:00
andrussal
015c884f9a
chore: rename node env vars and circuits scripts
2026-01-22 11:09:47 +01:00
andrussal
50ec0e9506
Update testing framework for logos-blockchain rename
2026-01-20 13:39:43 +01:00
Hansie Odendaal
77ae5078a6
feat: refactor for using external cucumber ( #6 )
2026-01-19 08:48:05 +02:00
andrussal
416ec051a5
testing: build real VKs and inject chain sync
2026-01-15 15:42:45 +01:00
andrussal
41c39cfb7b
testing: inject blend key id for kms branch
2026-01-15 11:27:03 +01:00
andrussal
bfe8764439
runner: honor duration with no workloads
2026-01-06 13:42:37 +01:00
andrussal
4d2c4c77e4
core: split topology build/readiness phases
...
Refactors long functions into small helpers without behavior changes.
- TopologyBuilder::build
- Before: validation + base config build + provider/genesis wiring + node descriptor assembly.
- After: participant_count/resolve_and_validate_vectors/collect_provider_infos/
create+apply_consensus_genesis_tx/build_node_descriptors.
- GeneratedTopology::wait_remote_readiness
- Before: endpoint assertions + network readiness + membership endpoint selection.
- After: collect_node_endpoints/wait_for_network_readiness/
collect_membership_endpoints/testing_base_url.
- NetworkReadiness::collect + MembershipReadiness::collect
- Before: duplicated validator/executor join_all blocks.
- After: collect_validator_statuses/collect_executor_statuses helpers.
- spawn_node
- Before: mixed config IO + process spawn + readiness polling.
- After: write_node_config/spawn_node_process/wait_for_consensus_readiness.
2025-12-19 00:05:32 +01: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
4da09bfe85
core: avoid Url parse expect in topology readiness
2025-12-18 22:28:37 +01:00
andrussal
5bcdb6a1c9
core: remove deprecated membership panic helper
2025-12-18 22:27:52 +01:00
andrussal
a6bd57e1cf
core: remove panics from ApiClient testing paths
2025-12-18 22:26:43 +01:00
andrussal
132c8d823e
core: make node spawning fallible
2025-12-18 22:23:02 +01:00
andrussal
17180d8c37
configs: make consensus/genesis generation fallible
2025-12-18 22:12:28 +01:00
andrussal
b9741f8d03
config: share base config generator
2025-12-18 20:33:37 +01:00
andrussal
bd910953c0
kzg: unify params spec across runners
2025-12-18 20:01:27 +01:00
andrussal
027fd598a7
env: centralize NOMOS/POL env var parsing
2025-12-18 18:19:38 +01:00
andrussal
4a47024a11
config: return Result from api/network config builders
2025-12-18 18:08:53 +01:00
andrussal
128e073ed8
config: add shared topology invariants validator
2025-12-18 18:02:50 +01:00
andrussal
e7093df4e5
core: add non-panicking testing-endpoint APIs
2025-12-18 15:04:25 +01:00
andrussal
a582c00692
core: make readiness collectors resilient to HTTP errors
2025-12-18 14:27:49 +01:00
andrussal
29d9b40d72
obs: drop grafana query url + simplify env vars
2025-12-18 09:23:39 +01:00
andrussal
e05bf5e0bd
refactor(observability): remove embedded prometheus/grafana
...
Deployers no longer provision Prometheus/Grafana; metrics query/ingest now come from explicit URLs via env/flags.
2025-12-17 18:28:36 +01:00
andrussal
3965669f12
core: fix shared assets binary paths
2025-12-17 17:32:17 +01:00
andrussal
d6c79ed179
k8s runner: role-based metrics URLs
2025-12-17 17:04:41 +01:00
andrussal
f451fd504d
refactor(testing-framework): rename runners to deployers
...
- Update paths and orchestration for deployers (compose/k8s/local/docker)
- Consolidate scripts helpers and refresh book/README docs
2025-12-16 21:20:27 +01:00
andrussal
65ec332743
Update Grafana dashboards and k8s runner assets
2025-12-16 17:14:24 +01:00
andrussal
6031e7fd98
refactor(core): name settle and balancer intervals
2025-12-16 04:09:13 +01:00
andrussal
7891bc0be3
refactor(core): name retry policies and tuple aliases
2025-12-16 03:03:54 +01:00
andrussal
6e619d4c03
testing-framework: improve runner defaults + checks
2025-12-15 22:29:36 +01:00
andrussal
e4488b74c7
Update framework for nomos-node master
2025-12-15 17:47:00 +01:00