File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,19 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
78
78
79
79
80
80
### Changelogs
81
+ ** 0.5.8.6**
82
+ * Add logic to handle cached sequence in client with gRPC
83
+ * Fix get_account with EthAccount type and added cookie support
84
+ * Fix sync_timeout_height func with exception handling
85
+ * Set explicit version requirements for protobuf and grpcio-tools in pkg
86
+
81
87
** 0.5.8.5**
82
88
* Add StreamOrdersHistory
83
89
* Add more request params in OrdersHistory
84
90
85
91
** 0.5.8.4**
86
92
* Adjust block and timeouts to new block time
87
- * Set explicit version for protobuf and grpcio-tool dependencies
93
+ * Set explicit version requirements for protobuf and grpcio-tools in Pipfile
88
94
* Add order_types as a request param for OrdersHistory
89
95
* Re-gen proto files
90
96
Original file line number Diff line number Diff line change 17
17
EMAIL = "achilleas@injectivelabs.com"
18
18
AUTHOR = "Injective Labs"
19
19
REQUIRES_PYTHON = ">=3.7.0"
20
- VERSION = "0.5.8.5 "
20
+ VERSION = "0.5.8.6 "
21
21
22
22
REQUIRED = [
23
23
"protobuf==3.19.1" ,
You can’t perform that action at this time.
0 commit comments