@aztec/p2p 4.2.0-nightly.20260409 → 4.2.0-nightly.20260411

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -729,7 +729,7 @@ _dec = trackSpan('ReqResp.sendBatchRequest', (subProtocol, requests)=>({
729
729
  ]), this.individualRequestTimeoutMs, ()=>timeoutErr);
730
730
  return resp;
731
731
  } catch (e) {
732
- this.logger.warn(`SUBPROTOCOL: ${subProtocol}\n`, e);
732
+ this.logger.debug(`SUBPROTOCOL: ${subProtocol}\n`, e);
733
733
  // On error we immediately abort the stream, this is preferred way,
734
734
  // because it signals to the sender that error happened, whereas
735
735
  // closing the stream only closes our side and is much slower
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aztec/p2p",
3
- "version": "4.2.0-nightly.20260409",
3
+ "version": "4.2.0-nightly.20260411",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./dest/index.js",
@@ -67,17 +67,17 @@
67
67
  ]
68
68
  },
69
69
  "dependencies": {
70
- "@aztec/constants": "4.2.0-nightly.20260409",
71
- "@aztec/epoch-cache": "4.2.0-nightly.20260409",
72
- "@aztec/ethereum": "4.2.0-nightly.20260409",
73
- "@aztec/foundation": "4.2.0-nightly.20260409",
74
- "@aztec/kv-store": "4.2.0-nightly.20260409",
75
- "@aztec/noir-contracts.js": "4.2.0-nightly.20260409",
76
- "@aztec/noir-protocol-circuits-types": "4.2.0-nightly.20260409",
77
- "@aztec/protocol-contracts": "4.2.0-nightly.20260409",
78
- "@aztec/simulator": "4.2.0-nightly.20260409",
79
- "@aztec/stdlib": "4.2.0-nightly.20260409",
80
- "@aztec/telemetry-client": "4.2.0-nightly.20260409",
70
+ "@aztec/constants": "4.2.0-nightly.20260411",
71
+ "@aztec/epoch-cache": "4.2.0-nightly.20260411",
72
+ "@aztec/ethereum": "4.2.0-nightly.20260411",
73
+ "@aztec/foundation": "4.2.0-nightly.20260411",
74
+ "@aztec/kv-store": "4.2.0-nightly.20260411",
75
+ "@aztec/noir-contracts.js": "4.2.0-nightly.20260411",
76
+ "@aztec/noir-protocol-circuits-types": "4.2.0-nightly.20260411",
77
+ "@aztec/protocol-contracts": "4.2.0-nightly.20260411",
78
+ "@aztec/simulator": "4.2.0-nightly.20260411",
79
+ "@aztec/stdlib": "4.2.0-nightly.20260411",
80
+ "@aztec/telemetry-client": "4.2.0-nightly.20260411",
81
81
  "@chainsafe/libp2p-gossipsub": "13.0.0",
82
82
  "@chainsafe/libp2p-noise": "^15.0.0",
83
83
  "@chainsafe/libp2p-yamux": "^6.0.2",
@@ -104,8 +104,8 @@
104
104
  "xxhash-wasm": "^1.1.0"
105
105
  },
106
106
  "devDependencies": {
107
- "@aztec/archiver": "4.2.0-nightly.20260409",
108
- "@aztec/world-state": "4.2.0-nightly.20260409",
107
+ "@aztec/archiver": "4.2.0-nightly.20260411",
108
+ "@aztec/world-state": "4.2.0-nightly.20260411",
109
109
  "@jest/globals": "^30.0.0",
110
110
  "@types/jest": "^30.0.0",
111
111
  "@types/node": "^22.15.17",
@@ -462,7 +462,7 @@ export class ReqResp implements ReqRespInterface {
462
462
  );
463
463
  return resp;
464
464
  } catch (e: any) {
465
- this.logger.warn(`SUBPROTOCOL: ${subProtocol}\n`, e);
465
+ this.logger.debug(`SUBPROTOCOL: ${subProtocol}\n`, e);
466
466
  // On error we immediately abort the stream, this is preferred way,
467
467
  // because it signals to the sender that error happened, whereas
468
468
  // closing the stream only closes our side and is much slower