Skip to content

Commit 26554d9

Browse files
authored
Merge pull request #215 from InjectiveLabs/fix/sync_dev_with_master_065
Fix/sync dev with master 065
2 parents 1fe5fb8 + 2940568 commit 26554d9

File tree

4 files changed

+26
-24
lines changed

4 files changed

+26
-24
lines changed

Pipfile.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ make tests
8787
```
8888

8989
### Changelogs
90-
**0.6.4**(change before release)
90+
**0.6.5**
91+
* Removed `k8s` from the list of supported mainnet nodes (`lb` should be used instead)
92+
93+
**0.6.4**
9194
* Change logging logic to use different loggers for each module and class
9295
* Solved issue preventing requesting spot and derivative historical orders for more than one market_id
9396
* Add `pytest` as a development dependency to implement and run unit tests

pyinjective/constant.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def testnet(cls):
109109
@classmethod
110110
def mainnet(cls, node='lb'):
111111
nodes = [
112-
'k8s', # us, prod
113112
'lb', # us, asia, prod
114113
'sentry0', # ca, prod
115114
'sentry1', # ca, prod

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
AUTHOR = "Injective Labs"
1919
REQUIRES_PYTHON = ">=3.7, <3.11"
20-
VERSION = "0.6.4-pre"
20+
VERSION = "0.6.5"
2121

2222
REQUIRED = [
2323
"protobuf",

0 commit comments

Comments
 (0)