Closed hinto-janai closed 1 month ago
Adds the {function, request, response} signatures needed by cuprated's RPC system to the {blockchain, txpool, p2p, blockchain_context} APIs.
{function, request, response}
cuprated
{blockchain, txpool, p2p, blockchain_context}
Closes https://github.com/Cuprate/cuprate/issues/279.
This covers most (but not all) signatures needed for all RPC requests (JSON-RPC, binary, other).
What
Adds the
{function, request, response}
signatures needed bycuprated
's RPC system to the{blockchain, txpool, p2p, blockchain_context}
APIs.Closes https://github.com/Cuprate/cuprate/issues/279.
This covers most (but not all) signatures needed for all RPC requests (JSON-RPC, binary, other).