51 Commits
Author SHA1 Message Date
gusto 996eaf223f fix(docker): Fix docker version vars (#3115) 2026-07-09 18:43:50 +03:00
gusto 899660ab7f chore(deployment): Deployment using logos core (#3084) 2026-07-06 20:32:49 +03:00
Daniel Sanchez da57b7e37d chore(circuits): Remove legacy circuits related machinery (#3020) 2026-06-24 13:32:55 +02:00
Vaclav Pavlin f43a815e70 chore: add curl to node image (#2911) 2026-06-10 21:10:17 +03:00
gusto 174e509d65 chore(deployment): Bring back circuits download script (#2874) 2026-06-05 16:33:01 +03:00
Álex 8925992491 chore: Purge old circuits (#2829) 2026-05-30 12:08:01 +02:00
Antonio 37887bcccd chore: update circuits to 0.4.2 (#2395) 2026-03-19 14:59:45 +01:00
Alberto Soutullo b465a9cc5b fix(docker): Dockerfile fix for new releases (#2214) 2026-02-17 19:02:43 +01:00
gusto 918ac6004d chore(docker): Node docker image use release binaries (#2154) 2026-02-10 10:07:44 +02:00
Antonio 4ae2d0d88e chore: update Rust toolchain to 1.93 (#2053) 2026-01-23 11:15:22 +01:00
Antonio 97b411ed0c chore: migrate nomos* to logos-blockchain* (#2028) 2026-01-20 11:45:39 +01:00
Antonio 8d39931863 chore: rust 1.92 (#1995) 2025-12-12 14:37:07 +01:00
Antonio 0253f6061d chore: commit lock file (#1979) 2025-12-09 10:37:38 +01:00
gusto 898abc5e6b chore(docker): Update dockerfiles to use new circuit download script (#1900) 2025-11-06 19:36:09 +02:00
Antonio 2804475600 chore: rust 1.91 (#1877) 2025-11-04 09:28:57 +01:00
Antonio 74a25055df chore: update Rust to 1.90 (#1722) 2025-09-22 07:51:04 +02:00
gusto 056e49ae87 chore(testnet): Setup circuit binaries in dockerfiles (#1718) 2025-09-19 09:22:00 +03:00
Andrus Salumets 37107a67d6 chore: bump risc0 to v2.3.2 2025-08-28 16:01:20 +07:00
Antonio 422741b96e chore: update toolchain to 1.89 (#1528) 2025-08-11 17:01:36 +02:00
Youngjoon Lee e16698f513 chore: bump risc0 to v2.3.0 (#1449) 2025-07-16 19:44:08 +09:00
gusto 715e10c647 chore: Risc0 v2.2.0 (#1432) 2025-07-09 22:33:57 +03:00
Antonio 44abeabeb7 chore: update toolchain to 1.88 (#1420) 2025-07-04 16:16:18 +02:00
Antonio bf4eeb0dcc fix: broken DA tests (#1342)
* Fix tests

* Try higher timeout

* Add tokio feature

* Add debug log

* Update risc0 version
2025-06-10 10:04:18 +02:00
Antonio d0c573de96 chore: update Rust toolchain to 1.87 (#1275)
* Update toolchain

* Address lints

* Add Clippy component

* Lint risc0 crates separately

* Force installation of latest toolchain before workspace operations

* Switch to ubuntu-latest and see
2025-05-16 14:54:17 +02:00
Antonio 6d840eb783 chore: update toolchain to 1.86.0 (#1213)
* Updates

* Remove unused deps

* Fix broken step to create a new GH issue
2025-04-04 10:12:22 +02:00
gusto 2196ba692f chore: Update dockerfiles to use rzup (#1196) 2025-03-27 13:42:03 +02:00
Antonio 3f61fec790 chore: pin GH actions (#1191)
* Pin actions

* Use long commit SHAs

* Do not install risc0 for clippy checks

* Update Rust version everywhere

* Add .nix comment

* Pin checkout step for depgraph job

* Do not install graphviz anymore for graph job
2025-03-27 07:47:06 +01:00
gusto 916ecb9e55 chore: Update risc0 to v2.0.0 (#1192)
* Update risc0 to v2.0.0

* Use rzup

* rzup in docker

* Add comment about risc0 rust version
2025-03-26 16:22:31 +02:00
gusto b136f6466e ci: Use locked dependency versions for cargo binstall (#1150) 2025-03-18 18:23:12 +02:00
Petar Radovic 098e094edc chore(nomos-node): update dockerfile to include global params and app… (#1084)
* chore(nomos-node): update dockerfile to include global params and appropriate caargo-risczero version
2025-02-28 10:47:39 +01:00
Antonioandgusto 05a7c5aef7 chore: run clippy for all targets in workspace (#1044)
* Add --all-targets flag to CI workflow

* Check all features with Clippy

* Address Clippy lints

* Ignore type complexity for MockPool test type

* Unpin cargo binstall version (#1045)

---------

Co-authored-by: gusto <bacv@users.noreply.github.com>
2025-02-12 12:12:57 +01:00
Youngjoon Lee b883ebf724 refactor(blend): enhance connection management structures (#986)
* refactor(blend): add PeerId to Membership

* refactor(blend): perform conn monitoring in the ConnectionHandler level (#987)

* refactor(blend): drop streams if malicious or on error (#988)

* refactor(blend): establish new connections, or deny new streams (#989)
2025-02-01 16:58:36 +09:00
Álex cb6deefbe9 chore(da): Remove protobuf files. (#984) 2025-01-23 10:10:16 +01:00
Roman Zajic 98b5ac6709 fix: temporarily downgrade cargo-binstall to 1.10.19 (#983) 2025-01-13 19:48:41 +08:00
Youngjoon Lee 26ae6c0a5d CI: Update Rust 1.82 (#831) 2024-10-20 00:17:22 +09:00
gusto a30a809ea1 CI: Jenkins risczero setup (#770)
* Remove dep

* Use cargo as jenkins user

* Ensure that toolchain directory is setup before installation

* Debian 12 and gcc deps

* Env variables for risc zero dev mode

* Update testnet and base dockerfiles

* Env vars comments
2024-09-26 18:00:47 +03:00
gusto 25270de680 CI: Nighly tests update and docker build gh workflow (#767)
* Github workflow for docker images

* Fix use sections in gh workflow

* Update nightly integration tests
2024-09-25 20:18:56 +03:00
gusto 2148216bda CI: Rust 1.80 (#684)
* Allow Nonce to be unused (Clippy)

* Rust 1.80 stable
2024-07-31 15:40:32 +03:00
gusto 5c17221d16 Protoc in testnet and integration tests (#682) 2024-07-25 10:06:54 +03:00
gusto b4b24e4678 Rust 1.79 stable (#661)
* Rust 1.79 clippy fix

* Rust 1.79 stable in ci and docker

* Allow unused_var in nomos tests

Clippy struggle to recognize the usage of enumeration variable inside one particular testcase.
2024-06-18 10:53:56 +03:00
gusto 7d6ae1b823 Testnet consensus configuration (#656)
* Update metrics for split mempool

* Update required packages for node in docker

* Expose env and cli params for coin

* Set coin params via env in testnet

* Predefined genesis state

* Chain start time from env vars
2024-05-30 12:46:02 +03:00
gusto a036b8adc3 Bump rust (#602) 2024-03-01 13:28:05 +02:00
gusto 86ee8ff8c7 Bump to rust 1.75 (#550) 2024-01-02 17:34:41 +02:00
gusto ab68d3e16e Update rust version in testnet and CI (#535) 2023-11-21 12:30:16 +02:00
Gusto 8275fc7817 Update libp2p node config 2023-10-17 14:46:41 +03:00
Gusto d50b845bf2 Update build command in Docker files 2023-10-17 14:46:41 +03:00
Al Liu 4cf57eee74 remove waku from the codebase (#446) 2023-10-02 16:41:08 +08:00
gusto 97c653efe3 Docker compose for small libp2p node network (#364)
* Update rust build image version

* Docker compose file for testnet

* Wrap tcp into dns transport in order to resolve hostnames (#346)

* Docker compose for small libp2p node network

* Install etcdctl to node containers

* Register libp2p nodes on etcd

* Register IP address in KV store

* Interconnect libp2p nodes

* Use delimiter in cli and env variables

* Use docker compose initial env config

* Leave main Dockerfile as is, use new ones in testnet dir

* Remove etcd installation script

* run_mixnet.sh placeholder

* Use .env file for docker compose config

* Ignore local .env file

* Wrap sh envvars used in strings

* Remove mixnode placeholders

* Use default values for envconfig

* Update labels in Dockerfiles

* Sanitize scripts via shellcheck

* Export env for nomos node

* Updated to latest libp2p config

* Pass config to bootstrap node
2023-09-15 17:27:38 +03:00
Alberto Soutullo 3f30bcc0a8 Changed mockpool-node to nomos-node in Dockerfile (#212)
* Changed mockpool-node to nomos-node in Dockerfile

* Deleted old yml and copying correct one
2023-06-21 12:02:56 +02:00
Youngjoon Lee 2db493c753 build: bump Rust to 1.70.0 to resolve clippy errors (#201) 2023-06-20 00:03:54 +09:00