Jeff

Results 23 issues of Jeff

Example request/response using wscat: ```$ wscat -n --cert ~/.chia/mainnet/config/ssl/daemon/private_daemon.crt --key ~/.chia/mainnet/config/ssl/daemon/private_daemon.key -c wss://localhost:55400``` ```> {"ack": false, "command": "running_services", "data": {}, "destination": "daemon", "origin": "client", "request_id": "43dc226cef76963ddd56c7068972947f373918c24b0fdf5bfa767a1340271da6"}``` ```< {"ack": true, "command":...

PR ready

Backend PR for context: https://github.com/Chia-Network/chia-blockchain/pull/14251 Might need a fix in `_state_changed()` in wallet_rpc_api.py to include `wallet_removed`