Skip to content

Commit

Permalink
Merge pull request #158 from InjectiveLabs/f/release_0.5.8.6
Browse files Browse the repository at this point in the history
chore: release v0.5.8.6
  • Loading branch information
achilleas-kal authored Oct 18, 2022
2 parents fd0f0cf + 6f96286 commit adfdced
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,19 @@ Note that the [sync client](https://github.com/InjectiveLabs/sdk-python/blob/mas


### Changelogs
**0.5.8.6**
* Add logic to handle cached sequence in client with gRPC
* Fix get_account with EthAccount type and added cookie support
* Fix sync_timeout_height func with exception handling
* Set explicit version requirements for protobuf and grpcio-tools in pkg

**0.5.8.5**
* Add StreamOrdersHistory
* Add more request params in OrdersHistory

**0.5.8.4**
* Adjust block and timeouts to new block time
* Set explicit version for protobuf and grpcio-tool dependencies
* Set explicit version requirements for protobuf and grpcio-tools in Pipfile
* Add order_types as a request param for OrdersHistory
* Re-gen proto files

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
EMAIL = "[email protected]"
AUTHOR = "Injective Labs"
REQUIRES_PYTHON = ">=3.7.0"
VERSION = "0.5.8.5"
VERSION = "0.5.8.6"

REQUIRED = [
"protobuf==3.19.1",
Expand Down

0 comments on commit adfdced

Please sign in to comment.