You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consensusConsensus specific changescoreCore infrastructure - protocol relatedp2pP2P specific changestriageIt requires some decision-making at team level (it can't be worked on as it stands)
jessicadaugherty
changed the title
[P2P] Peer Discovery - LibP2P - Consolidate Node/Peer ID with LibP2P Peer ID
[P2P][SPIKE] LibP2P - Consolidate Node/Peer ID with LibP2P Peer ID
Mar 9, 2023
jessicadaugherty
changed the title
[P2P][SPIKE] LibP2P - Consolidate Node/Peer ID with LibP2P Peer ID
[P2P][LibP2P][SPIKE] Consolidate and Refactor Node Identity
Mar 9, 2023
consensusConsensus specific changescoreCore infrastructure - protocol relatedp2pP2P specific changestriageIt requires some decision-making at team level (it can't be worked on as it stands)
Objective
Research and design an implementation plan for consolidating naming patterns between Address & Peer throughout the codebase.
Origin Document
In the consensus module, we define a
NodeId
in types.go.In the P2P module, we maintain addr books and lists:
In LibP2P, we have a PeerID:
Goals
Deliverables
NodeId
inconsensus
with node-wide identityNon-Goals / Deliverables
General issue checklist
Creators: @jessicadaugherty @Olshansk
The text was updated successfully, but these errors were encountered: