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
Define a subset of local-state-queries to support in the mini-protocols and their equivalent in the utxoRPC
Establish (and implement) a test strategy for the client APIs
Extend utxoRPC specification with new Conway's primitives
Scope/Acceptance Criteria
Support the following node-to-client (server side) ouroboros mini-protocols:
Local-chain-sync
Local-tx-submission
What about transaction validation and user feedback? Using the node-to-node tx-submission protocol we won't get any feedback from the trusted Haskell node, so how do we make a not awful UX out of that? Most of the validations will require at least the protocol parameters.
Local-tx-monitor
Local-state-query restricted to queries available in any era (ledger tip, system start, chain height)
Over local domain socket & named pipes (Windows), CBOR-encoded data
Tasks
Define a subset of local-state-queries to support in the mini-protocols and their equivalent in the utxoRPC
Establish (and implement) a test strategy for the client APIs
Extend utxoRPC specification with new Conway's primitives
Scope/Acceptance Criteria
Support the following node-to-client (server side) ouroboros mini-protocols:
gRPC (cf: https://utxorpc.org/) covering the following areas:
JSON API should as much as possible follow existing "standards" and practices from the ecosystem.
Ensure compatibility (and integration) with the following middleware:
Windows? What do to?
The text was updated successfully, but these errors were encountered: