File tree Expand file tree Collapse file tree 3 files changed +5
-18
lines changed
Expand file tree Collapse file tree 3 files changed +5
-18
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 17171818AUTHOR = "Injective Labs"
1919REQUIRES_PYTHON = ">=3.7.0"
20- VERSION = "0.5.6.8 "
20+ VERSION = "0.5.6.9 "
2121
2222REQUIRED = [
2323 "grpcio" ,
You can’t perform that action at this time.
0 commit comments