80 Commits

Author SHA1 Message Date
andrussal
b62e712085 Decouple nomos and core 2026-02-16 11:38:31 +01:00
Hansie Odendaal
b3d54125ea
chore: merge dev into master (#29)
* Add node config overrides (#14)

* 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>

* 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>

* Add orphan manual cluster test utilities

* Update node rev and align consensus/wallet config

* Update node rev and align wallet/KMS configs

* Update main repo ref (#23)

* Fix genesis utxos and scale leader stake

* Document leader stake constants

* feat: add custom persistent dir option for working files (#26)

* 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 {`

* fix ntp server config

---------

Co-authored-by: Andrus Salumets <andrus@status.im>
Co-authored-by: gusto <bacv@users.noreply.github.com>
Co-authored-by: andrussal <salumets.andrus@gmail.com>
2026-02-09 14:12:26 +02:00
Hansie Odendaal
59697f0830
chore: merge dev to master (#25) 2026-02-05 08:23:14 +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
13a75e7818 Add manual cluster support 2026-01-22 14:19:32 +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
andrussal
416ec051a5 testing: build real VKs and inject chain sync 2026-01-15 15:42:45 +01:00
Hansie Odendaal
bb538146ac
chore: allow older curl versions as well (#1) 2026-01-09 11:22:50 +02:00
andrussal
30b9950449 chore: rebrand to Logos and refresh docs 2025-12-20 10:05:21 +01:00
andrussal
e1f299157b setup: don't delete circuits bundle before download
Install nomos-circuits into a temp dir and only replace the destination on success, so transient GitHub 5xx (e.g. 504) doesn't wipe an existing working bundle.
2025-12-20 07:16:13 +01:00
andrussal
1175756e23 ops: make clean target removal resilient
Add retries and macOS flag/permission cleanup when removing target/.tmp so clean doesn't fail with transient 'Directory not empty' during concurrent builds (e.g. rust-analyzer/cargo).
2025-12-20 07:12:44 +01:00
andrussal
4f202295ba scripts: broaden nonzero progress heuristic 2025-12-18 21:40:57 +01:00
andrussal
9d2238b7a7 observability: unify compose and k8s deploy script 2025-12-18 20:58:53 +01:00
andrussal
698efc6292 scripts: fix --allow-nonzero-progress on macOS 2025-12-18 20:44:47 +01:00
andrussal
64dfe398e0 scripts: allow matrix soft-pass on progress 2025-12-18 19:40:29 +01:00
andrussal
f422c70f7c scripts: add --no-image-build to run-test-matrix 2025-12-18 18:57:39 +01:00
andrussal
222436ed8d Reorganize scripts into subdirectories
Move helper scripts under scripts/{run,build,setup,ops,lib} and update all references across docs, CI, Docker, and Rust call sites.
2025-12-18 17:26:02 +01:00
andrussal
91c9044abb refactor: remove embedded observability 2025-12-18 13:05:40 +01:00
andrussal
d8be8e589a scripts: add host/compose/k8s test matrix runner 2025-12-18 10:15:30 +01:00
andrussal
a8bf7e5006 stack: split test image Dockerfile 2025-12-18 09:58:47 +01:00
andrussal
29d9b40d72 obs: drop grafana query url + simplify env vars 2025-12-18 09:23:39 +01:00
andrussal
40cddbea42 fix(scripts): make build_test_image bundle cleanup robust 2025-12-17 19:24:55 +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
d6c79ed179 k8s runner: role-based metrics URLs 2025-12-17 17:04:41 +01:00
andrussal
884490e634 fix(scripts): stabilize bundle + runners smoke tests
- Fix rapidsnark rebuild path in setup-nomos-circuits (Docker linux builds)

- Fix compose template path after runners→deployers rename

- Make local_runner 30s host run a pure smoke test
2025-12-17 09:10:09 +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
e1689f59f6 scripts: allow public ECR image selection 2025-12-16 12:02:38 +01:00
andrussal
45fed55f8a k8s: support in-image KZG params for EKS 2025-12-16 08:19:56 +01:00
andrussal
158519ae0f scripts: select local vs ECR image for k8s 2025-12-16 08:05:01 +01:00
andrussal
044c4c04ec scripts: add ECR push helper 2025-12-16 07:35:47 +01:00
andrussal
57fe5e8376 More robustness: k8s namespace override + extra checks 2025-12-15 20:43:25 +01:00
andrussal
be0c1ba91e Improve environment robustness (checks/clean/timeouts) 2025-12-15 20:38:58 +01:00
andrussal
ca2f2785ad Add scripts/checks environment sanity checker 2025-12-15 20:28:33 +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
bcbbb926c5 Dev: restore update-nomos-rev --path with safe local patch 2025-12-15 09:21:40 +01:00
andrussal
a775613af8 CI: drop local Cargo.toml patch overrides 2025-12-13 12:36:05 +01:00
andrussal
3dbdc2acac Sync updates to docs, workloads, and monitoring 2025-12-13 05:59:28 +01:00
andrussal
e7c4bccaa6 Refactor node spawn helpers and cleanup wrappers 2025-12-10 15:15:34 +01:00
andrussal
c35b30f1f1 Enforce versions.env in workflows and scripts 2025-12-10 10:33:51 +01:00
andrussal
2c54c17239 Fix setup-circuits realpath helpers 2025-12-09 17:54:36 +01:00
andrussal
dc68379520 Fix circuits setup when staging dir matches stack dir 2025-12-09 17:50:02 +01:00
andrussal
78f38f4ca0 Require versions.env, add rev updater, and externalize Docker args 2025-12-09 17:24:11 +01:00
andrussal
0835669898 Improve run-examples logging/validation around tar input 2025-12-09 16:51:01 +01:00
andrussal
c093cad17c Echo bundle output path for clarity 2025-12-09 16:31:45 +01:00
andrussal
e0d63f3671 Pass circuits platform through compose builds and Dockerfile 2025-12-09 16:28:59 +01:00