A batch of miscellaneous changes - adds a timestamp to the "PONG" messages confirming websocket is still connected, removes repl command (limited utility + pulls in many dependencies) and receiveLoop command (redundant with jsonRpc). This also adds a getUuid command which internally calls app.ensure_peer_loaded() and then checks our peer store to see if we have a UUID there. For example, try {"jsonrpc": "2.0", "id": "foo", "method": "getUuid", "params": {"peer": ""}}
A batch of miscellaneous changes - adds a timestamp to the "PONG" messages confirming websocket is still connected, removes repl command (limited utility + pulls in many dependencies) and receiveLoop command (redundant with jsonRpc). This also adds a getUuid command which internally calls app.ensure_peer_loaded() and then checks our peer store to see if we have a UUID there. For example, try {"jsonrpc": "2.0", "id": "foo", "method": "getUuid", "params": {"peer": ""}}