File tree Expand file tree Collapse file tree 2 files changed +6
-30
lines changed
Expand file tree Collapse file tree 2 files changed +6
-30
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,11 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
7878
7979
8080### Changelogs
81+ ** 0.5.8.4**
82+ * Adjust block and timeouts to new block time
83+ * Set explicit version for protobuf and grpcio-tool dependencies
84+ * Add order_types as a request param for OrdersHistory
85+ * Re-gen proto files
8186
8287** 0.5.8.2**
8388* Add global load balancer
@@ -103,35 +108,6 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
103108* Add MsgRewardsOptOut
104109* Re-gen ini files
105110
106- ** 0.5.7.5**
107- * Fix MsgExternalTransfer
108- * Adapt TradesRequest to optional args
109-
110- ** 0.5.7.4**
111- * Refactor fetch_metadata script to use K8S
112- * Refactor testnet network config to K8S
113- * Remove print logs and standardized logging to info
114- * Print support for custom cookie in client initialization
115-
116- ** 0.5.7.3**
117- * Add multi-subaccount and multi-market support in TradesRequest
118-
119- ** 0.5.7.2**
120- * Fix MsgInstantBinaryOptionsLaunch
121-
122- ** 0.5.7.1**
123- * Add optional argument to bypass ini file load in binary options
124-
125- ** 0.5.7.0**
126- * Add GetTxRequest Tendermint
127- * Re-gen ini files
128-
129- ** 0.5.6.9**
130- * Add MsgExternalTransfer to the composer
131- * Add support for Binary Options
132- * Add multi-subaccount support in local order hash calculation
133- * Re-gen ini files
134-
135111
136112## License
137113
Original file line number Diff line number Diff line change 17171818AUTHOR = "Injective Labs"
1919REQUIRES_PYTHON = ">=3.7.0"
20- VERSION = "0.5.8.3 "
20+ VERSION = "0.5.8.4 "
2121
2222REQUIRED = [
2323 "grpcio" ,
You can’t perform that action at this time.
0 commit comments