fix: broken DA tests (#1342)

* Fix tests

* Try higher timeout

* Add tokio feature

* Add debug log

* Update risc0 version
This commit is contained in:
Antonio
2025-06-10 10:04:18 +02:00
committed by GitHub
parent 07032a52ed
commit bf4eeb0dcc
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ runs:
# * .github/workflows/code-check.yml (the `risc0-clippy` within the `lints` job)
run: |
cargo install rzup --version 0.4.1 --locked \
&& ~/.cargo/bin/rzup install cargo-risczero 2.0.0 \
&& ~/.cargo/bin/rzup install cargo-risczero 2.1.0 \
&& ~/.cargo/bin/rzup install rust 1.85.0
shell: bash
env:
+2 -2
View File
@@ -100,8 +100,8 @@ blake2 = "0.10"
bytes = "1.3"
cached = { version = "0.55.1", default-features = false }
libp2p = "0.55"
overwatch = { git = "https://github.com/logos-co/Overwatch", rev = "1c75121" }
overwatch-derive = { git = "https://github.com/logos-co/Overwatch", rev = "1c75121" }
overwatch = { git = "https://github.com/logos-co/Overwatch", rev = "c823c01" }
overwatch-derive = { git = "https://github.com/logos-co/Overwatch", rev = "c823c01" }
reqwest = "0.12"
risc0-zkvm = "2.0.0"
serde_with = "3.12.0"
+1 -1
View File
@@ -17,7 +17,7 @@ RUN apt-get update && apt-get install -yq \
RUN cargo install cargo-binstall --locked
RUN cargo install rzup --version 0.4.1 --locked
RUN rzup install cargo-risczero 2.0.0
RUN rzup install cargo-risczero 2.1.0
RUN rzup install rust 1.85.0
RUN cargo build --release -p nomos-node
+1 -1
View File
@@ -25,5 +25,5 @@ USER jenkins
RUN cargo install cargo-binstall --locked
RUN cargo install rzup --version 0.4.1 --locked
RUN /home/jenkins/.cargo/bin/rzup install cargo-risczero 2.0.0
RUN /home/jenkins/.cargo/bin/rzup install cargo-risczero 2.1.0
RUN /home/jenkins/.cargo/bin/rzup install rust 1.85.0
+1 -1
View File
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -yq \
RUN cargo install cargo-binstall --locked
RUN cargo install rzup --version 0.4.1 --locked
RUN rzup install cargo-risczero 2.0.0
RUN rzup install cargo-risczero 2.1.0
RUN rzup install rust 1.85.0
RUN cargo build --release