Hansie Odendaal
13497ba95b
merge dev into master
...
This merge brings the following updates from the dev branch:
Pull Requests:
- #10 : chore: update main repo dependencies (@hansieodendaal)
Update for main repo changes including removal of DA config-related code and executor node dependencies
- #8 : Add support to use framework without running scenario (@andrussal)
Add ManualCluster for controlling nodes lifecycle and reorganize node-control logic
- #7 : Remove DA (@andrussal)
Remove DA workload usage from framework following node changes
- #6 : feat: refactor for using external cucumber (@hansieodendaal)
Removed all references to cucumber and prepared compose docker workspace for external repo root
- #4 : Individual nodes connect at runtime (@andrussal)
Add option to connect to arbitrary peers when starting a node
- #2 : feat: add cucumber auto deployer (@hansieodendaal)
Added example for selecting deployer based on environment variable
- #1 : chore: allow older curl versions as well (@hansieodendaal)
Allow compatibility with older and newer curl versions
Contributors:
- @andrussal
- @hansieodendaal
2026-01-26 07:17:37 +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
andrussal
7998e86863
Fix bundle cross-build + cfgsync config generation
2025-12-15 17:14:24 +01:00
andrussal
a54eb53697
Fix DA workload inclusions in compose runs
2025-12-13 11:36:47 +01:00
andrussal
3dbdc2acac
Sync updates to docs, workloads, and monitoring
2025-12-13 05:59:28 +01:00
andrussal
30fe4aa0ff
chore: add structured logging across runners and core
2025-12-11 10:08:49 +01:00
andrussal
f9853aa033
Remove unused deps from testing-framework-core
2025-12-10 16:04:03 +01:00
andrussal
e7c4bccaa6
Refactor node spawn helpers and cleanup wrappers
2025-12-10 15:15:34 +01:00
andrussal
119a3cbfcd
Share logging setup helper for node spawns
2025-12-10 13:42:09 +01:00
andrussal
4daf3e3e12
Share lifecycle helpers for node processes
2025-12-10 13:38:37 +01:00
andrussal
f6e6244226
Extract shared recovery path setup for nodes
2025-12-10 13:29:40 +01:00
andrussal
d2e2743514
Deduplicate cryptarchia/IBD injection for validator/executor
2025-12-10 13:27:03 +01:00
andrussal
b1ee4b5898
Scaffold shared node modules and deduplicate binary resolution
2025-12-10 13:13:19 +01:00
andrussal
6371de9654
Add shared defaults for node ports/timeouts
2025-12-10 10:49:40 +01:00