pokt-network / pocket

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

[Core] [P2P] Support inbound connections to non-validator staked actors #818

Open bryanchriswhite opened 1 year ago

bryanchriswhite commented 1 year ago

Objective

Support inbound connections to non-validator staked actors (i.e. servicers, fishermen, applications). These actors currently have an inconsistent (or nonexistent) representation and/or meaning of "service URL", which has been used in the validator context as the P2P endpoint.

Origin Document

image

(see: #only-stupid-questions conversation for more context)

Goals

Deliverable

Non-goals / Non-deliverables

General issue deliverables

Testing Methodology


Creator: @bryanchriswhite

Olshansk commented 1 year ago

We have more details in #555 but as an extra datapoint, service_url is not applicable to Application actors.

string service_url = 5; // Not applicable to `Application` actors