From 8503562f688f3866c3094fd83c275dabe0da7f60 Mon Sep 17 00:00:00 2001 From: Marcin Date: Thu, 13 Nov 2025 14:21:11 +0100 Subject: [PATCH 1/2] Disable nightly --- .github/workflows/testnet-nightly-e2e.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testnet-nightly-e2e.yml b/.github/workflows/testnet-nightly-e2e.yml index ed0da4c2..df70e781 100644 --- a/.github/workflows/testnet-nightly-e2e.yml +++ b/.github/workflows/testnet-nightly-e2e.yml @@ -1,9 +1,10 @@ +# This workflow is out-to-date. It won't work as it is now, due to the fact Base Sepolia testnet +# has a specific behaviour resulting in errors like "replacement transaction underpriced" or "nonce too low:". +# current workaround was to sleep, but it was removed in https://github.com/Cardinal-Cryptography/blanksquare-monorepo/commit/72536953ee7d324b4a776c0726ae035bace88655#diff-3df7cd0db2829cdf3b5197063ca9550661d58f7b6316e5eec8bf95aa779b016c --- name: Nightly E2E tests run on testnet on: - schedule: - - cron: "00 23 * * *" workflow_dispatch: concurrency: From 27d8ddb8c32df7d8720bc2904acfb0384643ceb5 Mon Sep 17 00:00:00 2001 From: Marcin Date: Thu, 13 Nov 2025 14:26:24 +0100 Subject: [PATCH 2/2] Linter --- .github/workflows/testnet-nightly-e2e.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testnet-nightly-e2e.yml b/.github/workflows/testnet-nightly-e2e.yml index df70e781..1bae2b76 100644 --- a/.github/workflows/testnet-nightly-e2e.yml +++ b/.github/workflows/testnet-nightly-e2e.yml @@ -1,6 +1,7 @@ # This workflow is out-to-date. It won't work as it is now, due to the fact Base Sepolia testnet # has a specific behaviour resulting in errors like "replacement transaction underpriced" or "nonce too low:". -# current workaround was to sleep, but it was removed in https://github.com/Cardinal-Cryptography/blanksquare-monorepo/commit/72536953ee7d324b4a776c0726ae035bace88655#diff-3df7cd0db2829cdf3b5197063ca9550661d58f7b6316e5eec8bf95aa779b016c +# current workaround was to sleep, but it was removed in +# https://github.com/Cardinal-Cryptography/blanksquare-monorepo/commit/72536953ee7d324b4a776c0726ae035bace88655 --- name: Nightly E2E tests run on testnet