pokt-network / pocket

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

[Utility] Client should validate relay contents #943

Open adshmh opened 11 months ago

adshmh commented 11 months ago

Objective

Relay contents should be validated on client-side before being sent to the target (e.g. a servicer in case of trustless relays)

Origin Document

Client should not be sending relays with a clearly invalid contents, e.g. missing jsonrpc string in case of JSONRPC relays. But this is not currently done:

image

Goals

Deliverable

Non-goals / Non-deliverables

General issue deliverables

Testing Methodology


Creator: [@adshmh ] Co-Owners: [@Olshansk]