8000 Tags · DogsTailFarmer/exchanges-wrapper · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: DogsTailFarmer/exchanges-wrapper

Tags

2.1.40

Toggle 2.1.40's commit message
2.1.40

🚀 chore(README): remove CodeClimate maintainability badge from documentation

2.1.37

Toggle 2.1.37's commit message
Merge remote-tracking branch 'origin/master'

2.1.36

Toggle 2.1.36's commit message
2.1.36

🎨 refactor(exch_srv.py): remove `receive_window` from request handling
📝 chore(proto): delete `receive_window` field from `martin.proto`
♻️ refactor(martin/__init__.py): remove `receive_window` from data class

2.1.34

Toggle 2.1.34's commit message
2.1.34

🔧 fix(exchanges_wrapper): adjust return types for several functions to use 'list' and 'dict' annotations
🔧 fix(exchanges_wrapper): ensure consistent return types in 'fetch_server_time' and 'get_symbols' functions
🔧 fix(parsers): update 'orders', 'klines', and 'candle' functions in various parsers to use 'list' and 'dict' annotations

✨ feat(client.py): Update `UserEventsDataStream` to use new API endpoint and remove deprecated methods
✨ feat(lib.py): Remove redundant check for `binance_us` exchange
✨ fix(web_sockets.py): Adjust `ping_interval` for `binance` and `huobi`
✨ fix(web_sockets.py): Refactor message handling for `binance` events
✨ fix(requirements.txt): Upgrade `crypto-ws-api` to version 2.0.20
📝 docs(README.md): Update documentation regarding `Ed25519` API key for `Binance`
✨ chore(toml): Update `exch_srv_cfg.toml.template` with new API key requirements

2.1.33

Toggle 2.1.33's commit message
2.1.33

* ✨ feat(pyproject.toml): Update dependencies to latest versions.

2.1.31

Toggle 2.1.31's commit message
2.1.31

1. **Version updates**: The `requirements.txt` file has been updated to reflect new versions of dependencies:
	* `crypto-ws-api` was updated from version 2.0.17 to 2.0.18.
2. **Account information handling**:
	* In the `exchanges_wrapper` module, specifically in the `account_information` function (in multiple files), there are minor changes related to handling account balance data. These changes likely fix issues with formatting or parsing of balance data.
3. **Logger usage**: The use of a logger has been introduced in some places, which is a good practice for logging and debugging purposes.
4. **Docstrings**: Some docstrings have been added or updated to provide better documentation for the functions.

The overall changes seem to be related to maintenance tasks, such as updating dependencies and fixing minor issues with data handling. There are no major new features or functionality additions in this diff output.
0