File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed 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.0.1] - 2023-12-11
5+ ## [ 1.0.1] - 2024-01-08
66### Added
77- Added low level API components for all modules (chain, exchain and explorer) to make the Python SDK compatible with the TypeScript SDK.
8+ - Added support for all wasm module messages.
9+ - Added support for all token factory module messages.
810
911### Changed
10- - Updated proto definitions to injective-core v1.12.2-testnet and injective-indexer v1.12.45-rc3
12+ - Updated proto definitions to injective-core v1.12.0 and injective-indexer v1.12.72
1113- Added new functions in AsyncClient to interact with chain, exchange and explorer using the low level API components
1214- Marked old function sin AsyncClient as deprecated (the functions will be removed in a future version)
1315- Updated all API examples to use the new AsyncClient functions
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " injective-py"
3- version = " 1.0.1-rc5 "
3+ version = " 1.0.1"
44description = " Injective Python SDK, with Exchange API Client"
55authors = [
" Injective Labs <[email protected] >" ]
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments