Christoph Lins
Christoph Lins
@bm64 Your workaround demo has a minor flaw when switching between different ranges. After the page has loaded, switch to "1y" and then back to "YTD". It will render "YTD"...
@bm64 your second workaround demo is so much simpler - and it works. Many thanks
@bm64 is it possible that your workaround stopped working?
I would like to install the client for v3 alongside v4 for Python 3.11.x via poetry. ```bash $ poetry add git+https://github.com/sirEven/dydx-v3-python.git#sir/python_3114 $ poetry add git+https://github.com/dydxprotocol/v4-clients.git@main#subdirectory=v4-client-py ``` Unfortunately, this raises a...
> Edit: Never mind my hesitation, i just upped the constraint to your needs and fixed the test along the way by changing the user name to smth else. I...
> @christophlins Do you have any plans to make a repo source release? No. For the time being, I rely on this PR until it gets merged and eventually releases...
@sirEven Unfortunately, more dependencies mismatches popped up... Comparing [v3](https://github.com/dydxprotocol/dydx-v3-python/blob/dca93782ca879f90852d0534e191fc5fee6a0dd7/requirements.txt) with [v4](https://github.com/dydxprotocol/v4-clients/blob/main/v4-client-py/requirements.txt) requirements, I think the following changes are necessary: ``` cytoolz>=0.12.1 dateparser>=1.0.0 ecdsa>=0.18.0 eth-account>=0.9.0 mpmath>=1.3.0 requests>=2.31.0 six>=1.16.0 web3>=6.5.0 ``` Would...
> hey @christophlins I just upped the dependencies as you suggested, let me know if that helps! Cheers, S. @sirEven It works like a charm. Many thanks for the quick...
Please note that accepting float might lead to undesired results: ``` round_step_size(0.09999999999999999, 0.1) Out[11]: 0.0 round_step_size(0.09999999999999999999, 0.1) Out[12]: 0.1 ``` If the type of the argument is float, add an...
Good news! See https://developers.binance.com/docs/binance-spot-api-docs/CHANGELOG#2025-04-29 > subscribing to User Data Stream in WebSocket API will be possible with any API key type before listenKeys are removed.