xch-blockchain/chia
dustinface 643b29e636
Drop broken message types logging (#13914)
Seems like the idea was to log an overview of message types for the 
currently active api calls whenever we have multiples of 100 running. 
This currently isn't working at all because `len(message_types) % 100 == 
0` will only trigger if there are 100 different message types in the 
counter (we don't even have that much different messages). A fix would 
be to check `message_types.total() % 100 == 0`. But then, if we hover 
around 100 active messages this will repeatedly trigger logs since we 
decrement for each processed message, im not sure this all makes much 
sense and we anyway log all received message types with `DEBUG` logs so 
i decided to just drop this. If someone thinks we should keep it with 
the fix or has ideas to make this a more reasonable log instead of 
dropping it, let me know :)
2022-11-16 10:44:48 -06:00
..
clvm configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05:00
cmds Refactor test utils for import availability outside of repo (#13880) 2022-11-15 18:51:05 -06:00
consensus adjustments for new mypy (#13859) 2022-11-07 17:38:40 -06:00
daemon Refactor test utils for import availability outside of repo (#13880) 2022-11-15 18:51:05 -06:00
data_layer add strem like procedure and log progress (#13828) 2022-11-05 17:51:17 -05:00
farmer Cleanup WSChiaConnection imports/usage (#13868) 2022-11-08 10:10:59 -06:00
full_node Remove incorrect log warning message. (#13857) 2022-11-09 14:18:38 -06:00
harvester Cleanup WSChiaConnection imports/usage (#13868) 2022-11-08 10:10:59 -06:00
introducer refactor @api_request decorator and family to use a single decorator (#13565) 2022-10-20 16:10:23 -04:00
plot_sync server: Enable and fix mypy in ws_connection.py (#13878) 2022-11-12 14:18:11 -06:00
plotters upped the number of file handles for madmax (#13856) 2022-11-09 03:31:51 -06:00
plotting Catch exceptions raised when resolving plot directories (#13786) 2022-11-10 19:49:31 -06:00
pools Coin Selection CLI / RPC Expansion (#13325) 2022-10-24 14:03:53 -05:00
protocols Fee estimation. (#13645) 2022-10-18 09:12:22 -05:00
rpc rework around tx records and offer takes (#13603) 2022-11-15 18:42:45 -06:00
seeder Cleanup WSChiaConnection imports/usage (#13868) 2022-11-08 10:10:59 -06:00
server Drop broken message types logging (#13914) 2022-11-16 10:44:48 -06:00
simulator Refactor test utils for import availability outside of repo (#13880) 2022-11-15 18:51:05 -06:00
ssl Refactor test utils for import availability outside of repo (#13880) 2022-11-15 18:51:05 -06:00
timelord Cleanup WSChiaConnection imports/usage (#13868) 2022-11-08 10:10:59 -06:00
types adjustments for new mypy (#13859) 2022-11-07 17:38:40 -06:00
util Refactor test utils for import availability outside of repo (#13880) 2022-11-15 18:51:05 -06:00
wallet Don't validate weight proof on log_in (#13775) 2022-11-15 18:50:07 -06:00
__init__.py configure isort to add the future annotations import (#13327) 2022-09-30 03:40:22 -05: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 Bladebit prerelease to prerelease mac builds (#13540) 2022-09-26 18:35:33 -05:00