Create JSON-RPC server repo with stats #44
Reference in New Issue
Block a user
No description provided.
Delete Branch "jsonrpc_server"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is a continuation of the effort to separate core logic and JSON-RPC services (see issue #23).
Here we have the beginnings of a bundled JSON-RPC server. It currently only includes the newly-separated
peach-statsmethods.I will work on separating
peach-networknext and will add the networking methods to this repo. After that, I'll add pico-args to allow selective deployment of various method subsets (eg. start the JSON-RPC server with only the stats methods); as well as port number etc.looks great ~
cool pico-args vs clap/structopt is quite a difference (looking at the pico-args chart comparing binary size and compilation times)