Skip to content

Commit 1dc049d

Browse files
committed
feat: release v0.5.6.9
1 parent 11904a5 commit 1dc049d

File tree

3 files changed

+5
-18
lines changed

3 files changed

+5
-18
lines changed

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
8080
### Changelogs
8181
**0.5.6.9**
8282
* Add MsgExternalTransfer to the composer
83+
* Add support for Binary Options
84+
* Add multi-subaccount support in local order hash calculation
85+
* Re-gen ini files
8386

8487
**0.5.6.8**
8588
* Add skip & limit params to Exchange API methods
@@ -111,22 +114,6 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
111114
* Re-gen ini files
112115

113116

114-
**0.5.6.4**
115-
* Add K8S endpoint on testnet as default
116-
* Add root CA certs for mainnet & testnet for secure gRPC connections
117-
* Add method to unpack responses inside MsgExec
118-
* Fix type hints in composer & clients
119-
* Add Peggy contract ABI
120-
* Add reduce-only support for market orders
121-
* Add sticky session cookie for broadcast methods
122-
* Add historical funding rates in clients
123-
* Fixes in spot conversions for price/quantity returned from the backend
124-
* Add MsgSendToEth & SendToCosmos in the composer for INJ <> ETH transfers
125-
* Add function to compute order hashes locally
126-
* Add load balancer endpoint on mainnet as default
127-
* Re-gen ini files
128-
129-
130117

131118
## License
132119

pyinjective/constant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def mainnet(cls, node='k8s'):
146146
@classmethod
147147
def local(cls):
148148
return cls(
149-
lcd_endpoint='localhost:10337',
149+
lcd_endpoint='http://localhost:10337',
150150
grpc_endpoint='localhost:9900',
151151
grpc_exchange_endpoint='localhost:9910',
152152
chain_id='injective-1',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.7.0"
20-
VERSION = "0.5.6.8"
20+
VERSION = "0.5.6.9"
2121

2222
REQUIRED = [
2323
"grpcio",

0 commit comments

Comments
 (0)