Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ make tests
```

### Changelogs
**0.6.5**
* Removed `k8s` from the list of supported mainnet nodes (`lb` should be used instead)

**0.6.4**
* Change logging logic to use different loggers for each module and class
* Solved issue preventing requesting spot and derivative historical orders for more than one market_id
Expand Down
1 change: 0 additions & 1 deletion pyinjective/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def testnet(cls):
@classmethod
def mainnet(cls, node='lb'):
nodes = [
'k8s', # us, prod
'lb', # us, asia, prod
'sentry0', # ca, prod
'sentry1', # ca, prod
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 = "achilleas@injectivelabs.com"
AUTHOR = "Injective Labs"
REQUIRES_PYTHON = ">=3.7, <3.11"
VERSION = "0.6.4"
VERSION = "0.6.5"

REQUIRED = [
"protobuf",
Expand Down