@leofcoin/chain 1.7.106 → 1.7.107

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.
@@ -5406,10 +5406,10 @@ class ConnectionMonitor {
5406
5406
  const compatiblePeers = this.compatiblePeers;
5407
5407
  console.log(`🔍 Health check: ${connectedPeers.length} connected, ${compatiblePeers.length} compatible`);
5408
5408
  // if (connectedPeers.length === 0) {
5409
- console.warn('⚠️ No peer connections detected');
5409
+ // console.warn('⚠️ No peer connections detected')
5410
5410
  // await this.#attemptReconnection()
5411
5411
  // } else if (compatiblePeers.length === 0) {
5412
- console.warn('⚠️ No compatible peers found');
5412
+ // console.warn('⚠️ No compatible peers found')
5413
5413
  // await this.#attemptReconnection()
5414
5414
  // }
5415
5415
  // Publish connection status
package/exports/chain.js CHANGED
@@ -1552,10 +1552,10 @@ class ConnectionMonitor {
1552
1552
  const compatiblePeers = this.compatiblePeers;
1553
1553
  console.log(`🔍 Health check: ${connectedPeers.length} connected, ${compatiblePeers.length} compatible`);
1554
1554
  // if (connectedPeers.length === 0) {
1555
- console.warn('⚠️ No peer connections detected');
1555
+ // console.warn('⚠️ No peer connections detected')
1556
1556
  // await this.#attemptReconnection()
1557
1557
  // } else if (compatiblePeers.length === 0) {
1558
- console.warn('⚠️ No compatible peers found');
1558
+ // console.warn('⚠️ No compatible peers found')
1559
1559
  // await this.#attemptReconnection()
1560
1560
  // }
1561
1561
  // Publish connection status
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leofcoin/chain",
3
- "version": "1.7.106",
3
+ "version": "1.7.107",
4
4
  "description": "Official javascript implementation",
5
5
  "private": false,
6
6
  "exports": {