Cuprate / cuprate

Cuprate, an upcoming experimental, modern & secure monero node. Written in Rust
Other
128 stars 19 forks source link

cuprated: internal signatures required for RPC #297

Closed hinto-janai closed 1 month ago

hinto-janai commented 1 month ago

What

Adds the {function, request, response} signatures needed by cuprated'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).