Davide Casale
|
d80b8b8721
|
Rename BfxWebsocketClient, BfxWebsocketBucket and BfxWebsocketInputs to BfxWebSocketClient, BfxWebSocketBucket and BfxWebSocketInputs.
|
2023-04-20 01:36:09 +02:00 |
|
Davide Casale
|
99783c1a5a
|
Allow wss_timeout=None to disable timeout on reconnection.
|
2023-04-20 01:26:25 +02:00 |
|
Davide Casale
|
986aa525d7
|
Change wss_timeout type from int to float.
|
2023-04-19 03:29:45 +02:00 |
|
Davide Casale
|
734375ec9f
|
Add and implement wss_timeout in BfxWebsocketClient (and Client).
|
2023-04-16 20:04:46 +02:00 |
|
Davide Casale
|
5c707d7929
|
Apply pylint's linting rules to bfxapi/websocket/client/*.py.
|
2023-03-06 18:46:04 +01:00 |
|
Davide Casale
|
a4c1418113
|
Install and configure pylint. Add pylint to dev-requirements.txt. Start rewriting code to follow pylint's linting rules.
|
2023-03-06 16:43:08 +01:00 |
|
Davide Casale
|
b3e1e27331
|
Add and implement FileLogger in bfxapi.utils.logger.
|
2023-03-03 21:12:34 +01:00 |
|
Davide Casale
|
ab66170cf3
|
Apply refactoring to root package bfxapi.
|
2023-02-17 18:38:07 +01:00 |
|
Davide Casale
|
4d0fa49e22
|
Rewrite bfxapi/utils/logger.py with new ColoredLogger.
|
2023-02-17 04:01:47 +01:00 |
|
Davide Casale
|
b8a5bcb515
|
Fix bugs and rewrite regions of new reconnection system.
|
2023-02-16 20:12:02 +01:00 |
|
Davide Casale
|
9ada3b05a2
|
Fix bug in submit_invoice method (bfxapi.rest.endpoints.rest_authenticated_endpoints).
|
2023-02-12 21:29:06 +01:00 |
|
itsdeka
|
ef836bbe1a
|
Add funding related rest endpoints, refactor pre-existent rest endpoints to use get_ prefix. Add function to calculate flags easily. Add example test to create a funding offer.
|
2023-01-10 16:03:40 +01:00 |
|
Davide Casale
|
0e4cbd40a6
|
Fix other mypy errors and warnings.
|
2022-12-16 16:03:28 +01:00 |
|
Davide Casale
|
4cfeab8a79
|
Add barebone files for rest section.
|
2022-11-30 18:25:15 +01:00 |
|
Davide Casale
|
48f1745f10
|
Add MAXIMUM_BUCKETS_AMOUNT constant to BfxWebsocketClient class.
|
2022-11-30 17:55:10 +01:00 |
|
Davide Casale
|
e262c81f97
|
Change default log_level value (from 'INFO' to 'ERROR'). Implement error event into AsyncIOEventEmitter. Add error logging.
|
2022-11-29 17:17:17 +01:00 |
|
itsdeka
|
958134b0f4
|
Add bfxapi/utils subpackage. Add bfxapi/utils/logger.py. Implement logger with log_level in BfxWebsocketClient.py.
|
2022-11-22 17:40:26 +00:00 |
|
Davide Casale
|
1fc9aacd86
|
Add authenticate method in BfxWebsocketClient. Add API_KEY and API_SECRET to Client's constructor parameters. Add new AuthenticationCredentialsError exception.
|
2022-11-09 18:26:30 +01:00 |
|
Davide Casale
|
048eedcd8e
|
Add bfxapi package. Add bfxapi.websocket subpackage. Add requirements.txt file.
|
2022-11-07 18:35:39 +01:00 |
|