Remove jsonrpc from peach-stats #43
Reference in New Issue
Block a user
No description provided.
Delete Branch "separate_stats_logic"
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 the first step in separating core logic from JSON-RPC server code.
structs.rs) intostats.rs(this is a more idiomatic approach for Rust)SerializeandDeserializefor structs with either serde or miniserde (using feature flags)0.2.07b4090f56fto8c3fecb875clippyis happyI'm merging this (after some unfortunate git shenanigans which required a commit revert).