chia-blockchain/chia
Kyle Altendorf 420f9f066b
Avoid exception on shutdown from RpcServer._state_changed() (#9108)
```
2021-11-03T19:09:09.603 full_node chia.rpc.rpc_server     : WARNING  Sending data failed. Exception Traceback (most recent call last):
  File "/farm/chia-blockchain/chia/rpc/rpc_server.py", line 69, in _state_changed
    await self.websocket.send_str(dict_to_json_str(payload))
AttributeError: 'NoneType' object has no attribute 'send_str'
.
```
2021-11-19 11:18:45 -08:00
..
clvm Ms.mempool locking (#9050) 2021-11-04 09:29:05 -07:00
cmds Show active network (#9194) 2021-11-19 11:16:35 -08:00
consensus change constant (#9130) 2021-11-04 15:29:43 -07:00
daemon Start plotting the next valid item in the queue, not the last (#9205) 2021-11-09 13:43:35 -08:00
farmer Farmer reports Chia version to the Pool without breaking protocol (#9067) 2021-11-04 20:24:46 -07:00
full_node Initialize FullNode._transaction_queue_task and avoid AttributeError on shutdown (#9182) 2021-11-19 11:17:32 -08:00
harvester plotting|harvester|tests: Improve batch processing (#8385) 2021-10-20 18:06:01 -07:00
introducer add all none's (#4503) 2021-05-10 22:05:45 -07:00
plotters CLI fixes for plotting with madmax (#9197) 2021-11-09 10:52:09 -08:00
plotting plotting: Reduce Path.exists calls (#8999) 2021-10-29 09:29:46 -07:00
pools Plotnft fees cmdline fix (#9129) 2021-11-04 15:29:11 -07:00
protocols Full node changes required for CAT / Standalone (#8616) 2021-09-29 15:04:29 -07:00
rpc Avoid exception on shutdown from RpcServer._state_changed() (#9108) 2021-11-19 11:18:45 -08:00
server server: Refine return value of WSChiaConnection.send_message (#9305) 2021-11-19 11:13:50 -08:00
simulator Peer db new serialization (#9079) 2021-11-19 11:12:58 -08:00
ssl Renamed chia.util.ssl to avoid conflicting with aiohttp's ssl import. (#8805) 2021-10-12 13:59:29 -07:00
timelord fix lgtm issues (#9198) 2021-11-19 11:11:25 -08:00
types fix lgtm issues (#9198) 2021-11-19 11:11:25 -08:00
util Peer db new serialization (#9079) 2021-11-19 11:12:58 -08:00
wallet Peer db new serialization (#9079) 2021-11-19 11:12:58 -08:00
__init__.py git mv src chia 2021-04-04 21:41:39 -07:00
py.typed Added a py.typed file in the chia directory for pep-561 compliance (#8014) 2021-08-17 10:53:25 -07:00
pyinstaller.spec Add plotters. (#8497) 2021-10-28 15:37:46 -07:00