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
andrussal
a372a808bc
docs: sync book with current framework
2026-01-27 03:42:36 +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
5a3907ec0b
ci: update circuits setup script
2026-01-22 11:25:13 +01:00
andrussal
e0cfb23a90
ci: normalize bundle tar when building locally
2026-01-15 12:51:59 +01:00
andrussal
0436fc61e1
ci: scope nomos bundle cache to node rev
2026-01-15 12:24:02 +01:00
andrussal
bd57e57e11
ci: fix workflow script paths
2025-12-20 10:54:03 +01:00
andrussal
2a65cd901e
ci: install circuits for doc-snippets check
2025-12-16 07:36:17 +01:00
andrussal
de2e043e2a
docs: add compilable doc-snippets crate
2025-12-16 06:55:44 +01:00
andrussal
3485f82861
CI: export versions.env without comments
2025-12-13 12:28:23 +01:00
andrussal
1e1ff1edf8
Fix version loading in CI workflows
2025-12-10 15:59:01 +01:00
andrussal
005c1e8232
Fix mdBook deploy artifact path
2025-12-10 15:54:23 +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
235d021c33
Harden book .nojekyll step
2025-12-10 06:36:04 +01:00
andrussal
ec4a1e26e5
Extend CI smoke runs to 120s
2025-12-10 05:48:44 +01:00
andrussal
de24524d25
Fix mdBook output paths for Pages
2025-12-10 05:26:12 +01:00
andrussal
3ba373bb2b
Fix compose bundle download path
2025-12-10 01:52:50 +01:00
andrussal
772221d89b
Align build artifact name with smoke workflows
2025-12-09 18:43:05 +01:00
andrussal
5c1ddf4ad9
Align CI binaries cache keys with VERSION
2025-12-09 18:38:34 +01:00
andrussal
68027080b8
Compose smoke: build linux bundle when artifact missing
2025-12-09 18:22:47 +01:00
andrussal
06bc15e29e
Host smoke: build bundle when artifact missing
2025-12-09 18:19:19 +01:00
andrussal
99da5da1cc
Fix workflow env references
2025-12-09 17:52:41 +01:00
andrussal
9953f8f4d6
Add workflow defaults for version envs
2025-12-09 17:48:17 +01:00
andrussal
c4a7037e44
Use VERSION env in lint workflow
2025-12-09 17:46:39 +01:00
andrussal
78f38f4ca0
Require versions.env, add rev updater, and externalize Docker args
2025-12-09 17:24:11 +01:00
andrussal
13fbcc0402
Align CI bundle names with script defaults
2025-12-09 16:44:36 +01:00
andrussal
74ecd6528b
Centralize versions via env, harden bundle/image builds, and add arch checks for compose
2025-12-09 15:38:33 +01:00
andrussal
bc7094fb5b
Fix Pages build output and compose circuits platform defaults
2025-12-09 14:01:39 +01:00
andrussal
0a969db9ee
Fix CI smoke jobs to use correct bundle tar paths
2025-12-09 12:09:43 +01:00
andrussal
f8a41b06b1
Refine demo tooling and shared configs
2025-12-09 09:43:49 +01:00
andrussal
09085d7df4
Require bundled binaries in CI host job
2025-12-09 07:49:32 +01:00
andrussal
f5352382dd
Rename demo script to run-examples and align bundle usage
2025-12-09 07:47:17 +01:00
andrussal
773b474bf8
Configure Pages build for mdBook artifact
2025-12-08 09:52:41 +01:00
andrussal
888c6da633
Fix book Pages deploy trigger and disable Jekyll
2025-12-08 09:44:17 +01:00
andrussal
96b33153c7
Fix binaries artifact download path
2025-12-08 08:34:34 +01:00
andrussal
3a8835e3e6
Use prebuilt binaries artifact in compose CI
2025-12-08 08:19:04 +01:00
andrussal
1921a78417
Centralize compose KZG setup in run-demo
2025-12-08 07:19:08 +01:00
andrussal
5e818212bf
Simplify demos and update KZG params path
2025-12-08 06:19:45 +01:00
andrussal
87816c2eb7
Compose: align KZG path to pol/proving_key.zkey everywhere
2025-12-08 03:49:58 +01:00
andrussal
1c16498de5
Compose: default KZG env to raw params; set in CI
2025-12-08 03:38:39 +01:00
andrussal
1d8be24299
Compose CI: force monotonic time backend in job
2025-12-07 15:27:28 +01:00
andrussal
1db0c356e1
Compose CI: copy proving key to legacy path
2025-12-07 12:21:52 +01:00
andrussal
234f0de80e
Fix compose KZG default path
2025-12-07 08:17:16 +01:00
andrussal
27fdde911b
Compose CI: preflight KZG params presence
2025-12-07 05:22:57 +01:00
andrussal
c697129ea6
Compose: force INFO logs for runner and nodes in CI
2025-12-07 04:14:30 +01:00
andrussal
c027629f46
Make compose smoke image tag unique per CI run
2025-12-06 17:45:50 +01:00
andrussal
7f63b42b91
Build compose image from source to avoid glibc mismatch
2025-12-06 13:29:40 +01:00
andrussal
bd854b8688
Shrink compose CI build artifacts to avoid disk exhaustion
2025-12-06 12:31:33 +01:00
andrussal
b1a8d96f35
Gate Pages deploy to main to avoid env protection failure
2025-12-06 11:41:50 +01:00