Commit Graph

13 Commits

Author SHA1 Message Date
Davide Casale
2344d44aa0 Remove all old '# pylint:' comments from all python files. 2024-02-26 20:04:09 +01:00
Davide Casale
38dbff1141 Apply black to all python files (bfxapi/**/*.py). 2024-02-26 19:43:14 +01:00
Davide Casale
2b7dfc5b8a Apply isort to all python files (bfxapi/**/*.py). 2024-02-26 19:36:10 +01:00
Davide Casale
8e915e42eb Improve fidelity to pylint's standard rules. 2023-10-26 06:53:11 +02:00
Davide Casale
ddce83be0c Apply some refactoring to sub-package bfxapi.websocket. 2023-10-16 05:59:24 +02:00
Davide Casale
5ae576e36a Fix and rewrite all logic in class BfxWebSocketBucket. 2023-10-09 04:57:17 +02:00
Davide Casale
8a1632d3c2 Write new implementation for class BfxEventEmitter (bfxapi.websocket._event_emitter). 2023-10-09 04:56:34 +02:00
Davide Casale
f6c49f677d Remove block for negative checksums (and replace crcmod with native zlip module). 2023-10-08 19:08:18 +02:00
Davide Casale
ce23a8991a Block negative checksums for possible race condition (PublicChannelsHandler::__checksum_handler). 2023-10-08 19:08:18 +02:00
Davide Casale
3c02232f42 Add event handler for checksum messages (PublicChannelsHandler). 2023-10-08 19:08:18 +02:00
Davide Casale
da2b411265 Fix missing return statement in public_channels_handler.__raw_book_channel_handler. 2023-10-08 19:08:18 +02:00
Davide Casale
080ec40395 Add sub-package bfxapi.websocket._event_emitter (with bfx_event_emitter.py). 2023-06-18 16:46:12 +02:00
Davide Casale
1d911a250c Rename bfxapi.websocket.client to _client and bfxapi.websocket.handlers to _handlers (according to PEP8). 2023-06-18 01:02:59 +02:00