From 02c86f4178b5ac4c1303841920f4a13cd3a630e1 Mon Sep 17 00:00:00 2001 From: ThatBen Date: Tue, 6 May 2025 10:27:21 +0200 Subject: [PATCH] attempt to fix --- .github/workflows/docker-dist-tests.yml | 2 +- build.nims | 4 ++-- vendor/asynctest | 2 +- vendor/codex-contracts-eth | 2 +- vendor/constantine | 2 +- vendor/nim-codex-dht | 2 +- vendor/nim-datastore | 2 +- vendor/nim-ethers | 2 +- vendor/nim-leveldbstatic | 2 +- vendor/nim-libp2p | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/docker-dist-tests.yml b/.github/workflows/docker-dist-tests.yml index c6c133f2..fbf22795 100644 --- a/.github/workflows/docker-dist-tests.yml +++ b/.github/workflows/docker-dist-tests.yml @@ -45,7 +45,7 @@ jobs: uses: ./.github/workflows/docker-reusable.yml needs: get-contracts-hash with: - nimflags: '-d:disableMarchNative -d:codex_enable_api_debug_peers=true -d:codex_enable_proof_failures=true -d:codex_enable_log_counter=true -d:verify_circuit=true' + nimflags: '-d:disableMarchNative -d:codex_enable_api_debug_peers=true -d:codex_enable_proof_failures=true -d:codex_enable_log_counter=true -d:verify_circuit=true -d:chronosProfiling=true' nat_ip_auto: true tag_latest: ${{ github.ref_name == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/') }} tag_suffix: dist-tests diff --git a/build.nims b/build.nims index 88660321..aea13ba7 100644 --- a/build.nims +++ b/build.nims @@ -31,7 +31,7 @@ proc test(name: string, srcDir = "tests/", params = "", lang = "c") = task codex, "build codex binary": buildBinary "codex", - params = "-d:chronicles_runtime_filtering -d:chronicles_log_level=TRACE" + params = "-d:chronicles_runtime_filtering -d:chronicles_log_level=TRACE -d:chronosProfiling=true" task toolsCirdl, "build tools/cirdl binary": buildBinary "tools/cirdl/cirdl" @@ -49,7 +49,7 @@ task testIntegration, "Run integration tests": test "testIntegration" # use params to enable logging from the integration test executable # test "testIntegration", params = "-d:chronicles_sinks=textlines[notimestamps,stdout],textlines[dynamic] " & - # "-d:chronicles_enabled_topics:integration:TRACE" + # "-d:chronicles_enabled_topics:integration:TRACE" task build, "build codex binary": codexTask() diff --git a/vendor/asynctest b/vendor/asynctest index 5154c0d7..73c08f77 160000 --- a/vendor/asynctest +++ b/vendor/asynctest @@ -1 +1 @@ -Subproject commit 5154c0d79dd8bb086ab418cc659e923330ac24f2 +Subproject commit 73c08f77afc5cc2a5628d00f915b97bf72f70c9b diff --git a/vendor/codex-contracts-eth b/vendor/codex-contracts-eth index c00152e6..0bf13851 160000 --- a/vendor/codex-contracts-eth +++ b/vendor/codex-contracts-eth @@ -1 +1 @@ -Subproject commit c00152e6213a3ad4e6760a670213bfae22b0aabf +Subproject commit 0bf138512b7c1c3b8d77c48376e47f702e47106c diff --git a/vendor/constantine b/vendor/constantine index bc3845aa..8d6a6a38 160000 --- a/vendor/constantine +++ b/vendor/constantine @@ -1 +1 @@ -Subproject commit bc3845aa492b52f7fef047503b1592e830d1a774 +Subproject commit 8d6a6a38b90fb8ee3ec2230839773e69aab36d80 diff --git a/vendor/nim-codex-dht b/vendor/nim-codex-dht index 4bd3a39e..f6eef1ac 160000 --- a/vendor/nim-codex-dht +++ b/vendor/nim-codex-dht @@ -1 +1 @@ -Subproject commit 4bd3a39e0030f8ee269ef217344b6b59ec2be6dc +Subproject commit f6eef1ac95c70053b2518f1e3909c909ed8701a6 diff --git a/vendor/nim-datastore b/vendor/nim-datastore index d67860ad..5778e373 160000 --- a/vendor/nim-datastore +++ b/vendor/nim-datastore @@ -1 +1 @@ -Subproject commit d67860add63fd23cdacde1d3da8f4739c2660c2d +Subproject commit 5778e373fa97286f389e0aef61f1e8f30a934dab diff --git a/vendor/nim-ethers b/vendor/nim-ethers index b505ef1a..bbced467 160000 --- a/vendor/nim-ethers +++ b/vendor/nim-ethers @@ -1 +1 @@ -Subproject commit b505ef1ab889be8161bb1efb4908e3dfde5bc1c9 +Subproject commit bbced4673316763c6ef931b4d0a08069cde2474c diff --git a/vendor/nim-leveldbstatic b/vendor/nim-leveldbstatic index 4da61d23..378ef63e 160000 --- a/vendor/nim-leveldbstatic +++ b/vendor/nim-leveldbstatic @@ -1 +1 @@ -Subproject commit 4da61d231a5e73c5daf85eb23f146242b90b144f +Subproject commit 378ef63e261e3b5834a3567404edc3ce838498b3 diff --git a/vendor/nim-libp2p b/vendor/nim-libp2p index 036e110a..c08d8073 160000 --- a/vendor/nim-libp2p +++ b/vendor/nim-libp2p @@ -1 +1 @@ -Subproject commit 036e110a6080fba1a1662c58cfd8c21f9a548021 +Subproject commit c08d80734989b028b3d1705f2188d783a343aac0