pokt-network / pocket

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

[Utility] Support configuring of acceptable payload format(s) for each service #958

Open adshmh opened 11 months ago

adshmh commented 11 months ago

Objective

Support configuration of acceptable payload format(s) for each service, e.g. JSONRPC for Ethereum relay chain.

Origin Document

Part of work on #860

The client, should support configuration that specifies the payload format for each service: this will eliminate the need for the oversimplified approach of deserializing the payload until it matches a format.

Goals

Deliverable

General issue deliverables

Testing Methodology


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