Davide Casale
|
ed12bf473f
|
Rewrite and extend custom JSONEncoder in bfxapi/utils/encoder.py to automatically convert floats to strs. Change every Union[Decimal, str] type to Union[Decimal, float, str]. Fix type hinting bug in labeler.py.
|
2023-01-25 18:18:15 +01:00 |
|
Davide Casale
|
5fe4d83902
|
Move subscriptions type hinting from bfxapi/websocket/types.py to bfxapi/websocket/subscriptions.py.
|
2023-01-19 18:00:51 +01:00 |
|
Davide Casale
|
e185da4cc9
|
Rename bfxapi/websocket/typings.py to types.py. Replace TypedDicts with dataclasses (with _Type as base class). Update demos in examples/websocket to use new implementation.
|
2023-01-16 17:07:16 +01:00 |
|