File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 1.6.2]
6+ ### Fixed
7+ - Fixed issue in the ` listen_derivative_market_updates ` method in the ` AsyncClient ` class
8+
59## [ 1.6.1] - 2024-08-07
610### Added
711- Added support for the following messages in the chain "exchange" module:
Original file line number Diff line number Diff line change @@ -2336,7 +2336,7 @@ async def listen_derivative_market_updates(
23362336 on_status_callback : Optional [Callable ] = None ,
23372337 market_ids : Optional [List [str ]] = None ,
23382338 ):
2339- await self .exchange_derivative_stream_api .stream_markets (
2339+ await self .exchange_derivative_stream_api .stream_market (
23402340 callback = callback ,
23412341 on_end_callback = on_end_callback ,
23422342 on_status_callback = on_status_callback ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " injective-py"
3- version = " 1.6.1 "
3+ version = " 1.6.2 "
44description = " Injective Python SDK, with Exchange API Client"
55authors = [" Injective Labs <contact@injectivelabs.org>" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments