pokt-network / pocket

Official implementation of the Pocket Network Protocol v1
https://pokt.network
MIT License
63 stars 33 forks source link

[P2P][Consensus] Separate consensus and P2P IDs #748

Open jessicadaugherty opened 1 year ago

jessicadaugherty commented 1 year ago

Objective

Separate consensus and P2P IDs to maintain a clear separation of concerns between consensus and P2P layers and prevent unintended interference between different node identity types.

Origin Document

ADR-0002

Goals

Deliverable

Non-goals / Non-deliverables

General issue deliverables

Testing Methodology


Creator: @jessicadaugherty

Olshansk commented 1 year ago

@bryanchriswhite Let's review the comments in https://github.com/pokt-network/pocket-network-protocol/pull/33 and merge it in before tackling this one.