Skip to content

Releases: InjectiveLabs/sdk-python

0.5.5

14 Dec 15:59

Choose a tag to compare

  1. Added MsgBid to the Composer and provided an
  2. Refactored the clients and composer with kwargs for optional arguments

release 0.5.4

06 Dec 21:55
211e3cc

Choose a tag to compare

  • Added PortfolioRequest, GetTxByHashRequest and provided examples
  • Updated the composer with MsgIncreasePosition and MsgLiquidatePosition
  • Added reduce-only orders to the composer and updated examples

release 0.5.3

02 Dec 20:54

Choose a tag to compare

0.5.3

Add `skip` and `limit` to trade request
Rename init_num_seq to async_init_num_seq
Add sync init_num_seq,
Add staging mainnet endpoint, update market metadata
Protobuf regen
Response parser improvements
Fix type hints

0.5.1

Add AsyncClient
Add MetaRPC API

0.4.8

Add tokyo as optional API node option for mainnet
Improve conversion utils, include gas estimation in simulation response
Update exchange client
Add display fields, update ini files, fix derv quantity conversion
Minor format fixes

0.4.5

Wrap exchange grpc client into Client class.
Add Single-threaded pending sequence management.

0.4.4

Allow to parse one or multiple exchange responses in simulation/tx response data.
Add simulation before broadcasting tx for gas estimation and error preview.
Add devnet to network options.

version 0.4.3

22 Sep 21:36
434c299

Choose a tag to compare

Merge pull request #25 from InjectiveLabs/update-examples

update constructor and examples

0.4.2

17 Sep 01:02

Choose a tag to compare

v0.4.2

Update release version, readme

0.4.1

07 Sep 15:55

Choose a tag to compare

v0.4.1

change python-version to 3.7

0.3.2

25 Aug 14:51

Choose a tag to compare

bump version to 0.3.2

0.3.1

25 Aug 14:36

Choose a tag to compare

Add annotations for decimal utilty.

Development Build

20 Aug 22:33
b0bbdee

Choose a tag to compare

Development Build Pre-release
Pre-release

Commits

  • b0bbdee: Rename manual.yml to pre-release.yml (DrunkRandomWalker)