M. J. Fromberger
75b1b1d6c5
* rpc: simplify the handling of JSON-RPC request and response IDs Replace the ID wrapper interface with plain JSON. Internally, the client libraries use only integer IDs, and the server does not care about the ID structure apart from checking its validity. Basic structure of this change: - Remove the jsonrpcid interface and its helpers. - Unexport the ID field of request and response. - Add helpers for constructing requests and responses. - Fix up usage and tests. |
3 years ago | |
---|---|---|
.. | ||
client | rpc: clean up unused non-default websocket client options (#7713) | 3 years ago |
coretypes | rpc: add application info to `status` call (#7701) | 3 years ago |
jsonrpc | rpc: simplify the handling of JSON-RPC request and response IDs (#7738) | 3 years ago |
openapi | rpc: paginate mempool /unconfirmed_txs endpoint (#7612) | 3 years ago |
test | rpc: simplify the JSON-RPC client Caller interface (#7549) | 3 years ago |