Skip to content

Conversation

@weboko
Copy link
Collaborator

@weboko weboko commented Jun 14, 2025

Problem / Description

Solution

Notes

  • Resolves
  • Related to

Checklist

  • Code changes are covered by unit tests.
  • Code changes are covered by e2e tests, if applicable.
  • Dogfooding has been performed, if feasible.
  • A test version has been published, if required.
  • All CI checks pass successfully.

@github-actions
Copy link

github-actions bot commented Jun 14, 2025

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
Waku node 63.54 KB (+0.05% 🔺) 1.3 s (+0.05% 🔺) 1.1 s (-5.59% 🔽) 2.4 s
Waku Simple Light Node 117.3 KB (+0.01% 🔺) 2.4 s (+0.01% 🔺) 1.5 s (-27.66% 🔽) 3.9 s
ECIES encryption 23.06 KB (0%) 462 ms (0%) 728 ms (+28.16% 🔺) 1.2 s
Symmetric encryption 22.52 KB (0%) 451 ms (0%) 814 ms (+2.43% 🔺) 1.3 s
DNS discovery 50.75 KB (0%) 1.1 s (0%) 1.2 s (+29.56% 🔺) 2.2 s
Peer Exchange discovery 51.13 KB (0%) 1.1 s (0%) 1.3 s (+0.15% 🔺) 2.3 s
Local Peer Cache Discovery 44.49 KB (0%) 890 ms (0%) 1.3 s (+55.25% 🔺) 2.2 s
Privacy preserving protocols 52.02 KB (0%) 1.1 s (0%) 1.7 s (-10.04% 🔽) 2.8 s
Waku Filter 54.05 KB (0%) 1.1 s (0%) 1.4 s (-8.16% 🔽) 2.5 s
Waku LightPush 51.37 KB (0%) 1.1 s (0%) 943 ms (-19.78% 🔽) 2 s
History retrieval protocols 51.73 KB (-0.11% 🔽) 1.1 s (-0.11% 🔽) 1.3 s (+115.92% 🔺) 2.3 s
Deterministic Message Hashing 16.03 KB (0%) 321 ms (0%) 368 ms (-41.31% 🔽) 688 ms


const peer = connectedPeers.find(
(p) => p.id.toString() === this.options?.peer
(p) => p.id.toString() === multiaddr(this.options?.peer).getPeerId()
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will be addressed in #2417


const prevPeers = new Set(this.peers);
const peersToAdd = this.peerManager.getPeers();
const peersToAdd = await Promise.all(
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will be resolved with #2418

@weboko weboko closed this Jun 17, 2025
@weboko weboko deleted the weboko/fix-store-peer-option branch June 17, 2025 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants