Skip to content

Releases: InjectiveLabs/sdk-python

v0.9a2

19 Sep 21:02
Compare
Choose a tag to compare
v0.9a2 Pre-release
Pre-release
  • Replace Pipenv with Poetry
  • Add pre-commit validations to the project
  • Add a GitHub workflow to run all tests and calculate coverage for each PR

v0.9a1

19 Sep 20:44
Compare
Choose a tag to compare
v0.9a1 Pre-release
Pre-release
  • Replace Pipenv with Poetry
  • Add pre-commit validations to the project
  • Add a GitHub workflow to run all tests and calculate coverage for each PR

v0.8.5

18 Sep 21:24
c247dbe
Compare
Choose a tag to compare
  • Changed denoms_mainnet.ini to add NEOK/USDT and ORAI/USDT spot markets

v0.8.4

12 Sep 02:21
40726ae
Compare
Choose a tag to compare
  • Added utility functions in all market classes to translate prices and quantities from chain format into humman-readable format.
  • Fixed an error in the SendToInjective example script

v0.8.3

07 Sep 12:50
b8be53c
Compare
Choose a tag to compare
  • Fix error in dependency declaration inside setup.py

v0.8.2

07 Sep 12:15
17237d1
Compare
Choose a tag to compare
  • Added web3 library to the dependencies list

v0.8.1

06 Sep 16:11
7754dd3
Compare
Choose a tag to compare
  • Moved the configuration to use a secure or insecure connection inside the Network class. The AsyncClient's insecure parameter is no longer used for anything and will be removed in the future.
  • Made the new load balanced bare-metal node the default one for mainnet (it is called lb). The legacy one (load balanced k8s node) is called lb_k8s

Changes from v0.8

  • Refactor Composer to be created with all the markets and tokens. The Composer now uses the real markets and tokens to convert human-readable values to chain format
  • The Composer can still be instantiated without markets and tokens. When markets and tokens are not provided the Composer loads the required information from the Denoms used in previous versions
  • Change in AsyncClient to be able to create Composer instances for the client network, markets and tokens
  • Examples have been adapted to create Composer instances using the AsyncClient
  • Added new nodes (bare-metal load balancing nodes) for mainnet and testnet
  • Deprecated the kubernetes load balanced nodes for testnet
  • Refactored the cookies management logic into a cookie assistant. Added the required logic to support the new cookies format for bare-metal load balanced nodes
  • Removed class Client. The only supported now is the async version called AsyncClient.

v0.8-rc3

01 Sep 20:22
d481da4
Compare
Choose a tag to compare
v0.8-rc3 Pre-release
Pre-release
  • Deprecated the kubernetes load balanced nodes for testnet
  • Removed class Client. The only supported now is the async version called AsyncClient

v0.8-rc2

01 Sep 20:14
d481da4
Compare
Choose a tag to compare
v0.8-rc2 Pre-release
Pre-release
  • Deprecated the kubernetes load balanced nodes for testnet
  • Removed class Client. The only supported now is the async version called AsyncClient.

v0.7.2.1

27 Aug 00:17
e0f9230
Compare
Choose a tag to compare
  • Synchronized mainnet and testnet denoms .ini files