We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0174c4 commit 9db6f7bCopy full SHA for 9db6f7b
README.md
@@ -78,6 +78,10 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas
78
79
80
### Changelogs
81
+**0.5.8.5**
82
+* Add StreamOrdersHistory
83
+* Add more request params in OrdersHistory
84
+
85
**0.5.8.4**
86
* Adjust block and timeouts to new block time
87
* Set explicit version for protobuf and grpcio-tool dependencies
setup.py
@@ -17,7 +17,7 @@
17
EMAIL = "[email protected]"
18
AUTHOR = "Injective Labs"
19
REQUIRES_PYTHON = ">=3.7.0"
20
-VERSION = "0.5.8.4"
+VERSION = "0.5.8.5"
21
22
REQUIRED = [
23
"grpcio",
0 commit comments