Releases: InjectiveLabs/sdk-python
Releases · InjectiveLabs/sdk-python
v0.7.1
- Include implementation of the MessageBroadcaster, to simplify the transaction creation and broadcasting process.
v0.7.0.5
- Added the required logic in the MsgSubaccountTransfer message to translate amounts and token into the correct amount and token name representation for the chain
v0.7.0.4
- Change in the denoms_testnet.ini file to synchronize the information for ATOM and WETH with the information provided by the indexer.
v0.7.0.1
Merge pull request #221 from InjectiveLabs/f/add_xrp
chore: add XRP/USDT PERP
v0.7
- Removed references to pysha3 library (and also eip712-struct that required it) and replaced it with other implementation to allow the project to work with Python 3.11. Now the SDK only supports Python >= 3.9
- Updated sentry nodes LCD URL, for each sentry node to use its own service
v0.6.5
- Remove
k8s
from the list of valid mainnet nodes. This node has been deprecated in favor of the load balanced nodes
v0.6.4
- Change logging logic to use different loggers for each module and class
- Solved issue preventing requesting spot and derivative historical orders for more than one market_id
- Add pytest as a development dependency to implement and run unit tests
v0.6.3.3
- Update the code to the new structure of transaction responses