From e1aab8073844c77b3f43e6491bd9baa02935f890 Mon Sep 17 00:00:00 2001 From: giurgiur99 Date: Sat, 28 Feb 2026 10:26:07 +0200 Subject: [PATCH 1/2] do not abort on ping failure --- src/components/P2P/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/P2P/index.ts b/src/components/P2P/index.ts index 1336a74ca..87ef1f5c1 100644 --- a/src/components/P2P/index.ts +++ b/src/components/P2P/index.ts @@ -437,6 +437,9 @@ export class OceanP2P extends EventEmitter { dialTimeout: config.p2pConfig.connectionsDialTimeout, maxConnections: config.p2pConfig.maxConnections, maxPeerAddrsToDial: config.p2pConfig.maxPeerAddrsToDial + }, + connectionMonitor: { + abortConnectionOnPingFailure: false } } if (config.p2pConfig.bootstrapNodes && config.p2pConfig.bootstrapNodes.length > 0) { From e3f60254c9a18e3eea05056ed9fc1b84a221524f Mon Sep 17 00:00:00 2001 From: giurgiur99 Date: Sat, 28 Feb 2026 14:44:15 +0200 Subject: [PATCH 2/2] system tests target --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9f2e47b7..6f1fa84bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -317,7 +317,7 @@ jobs: with: repository: 'oceanprotocol/ocean.js' path: 'ocean.js' - ref: feature/refactor_signatures + ref: main - name: Build ocean-js working-directory: ${{ github.workspace }}/ocean.js run: |