Skip to content

Commit d19b5ee

Browse files
committed
"chore : fixed build dependencies"
1 parent d4fa155 commit d19b5ee

File tree

652 files changed

+27273
-42940
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

652 files changed

+27273
-42940
lines changed

poetry.lock

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

pyinjective/core/network.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,9 @@ def __init__(
112112
fee_denom: str,
113113
env: str,
114114
chain_cookie_assistant: CookieAssistant,
115-
exchange_cookie_assistant: CookieAssistant,
116-
explorer_cookie_assistant: CookieAssistant,
117115
official_tokens_list_url: str,
118116
use_secure_connection: Optional[bool] = None,
119117
grpc_channel_credentials: Optional[ChannelCredentials] = None,
120-
grpc_exchange_channel_credentials: Optional[ChannelCredentials] = None,
121-
grpc_explorer_channel_credentials: Optional[ChannelCredentials] = None,
122118
chain_stream_channel_credentials: Optional[ChannelCredentials] = None,
123119
):
124120
# the `use_secure_connection` parameter is ignored and will be deprecated soon.
@@ -137,8 +133,6 @@ def __init__(
137133
self.fee_denom = fee_denom
138134
self.env = env
139135
self.chain_cookie_assistant = chain_cookie_assistant
140-
self.exchange_cookie_assistant = exchange_cookie_assistant
141-
self.explorer_cookie_assistant = explorer_cookie_assistant
142136
self.official_tokens_list_url = official_tokens_list_url
143137
self.grpc_channel_credentials = grpc_channel_credentials
144138
self.chain_stream_channel_credentials = chain_stream_channel_credentials
@@ -233,14 +227,11 @@ def local(cls):
233227
tm_websocket_endpoint="ws://localhost:26657/websocket",
234228
grpc_endpoint="localhost:9900",
235229
grpc_exchange_endpoint="localhost:9910",
236-
grpc_explorer_endpoint="localhost:9911",
237230
chain_stream_endpoint="localhost:9999",
238231
chain_id="injective-1",
239232
fee_denom="inj",
240233
env="local",
241234
chain_cookie_assistant=DisabledCookieAssistant(),
242-
exchange_cookie_assistant=DisabledCookieAssistant(),
243-
explorer_cookie_assistant=DisabledCookieAssistant(),
244235
official_tokens_list_url="https://github.com/InjectiveLabs/injective-lists/raw/master/tokens/mainnet.json",
245236
)
246237

pyinjective/proto/amino/amino_pb2.py

Lines changed: 4 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
22
"""Client and server classes corresponding to protobuf-defined services."""
33
import grpc
4+

pyinjective/proto/capability/v1/capability_pb2.py

Lines changed: 16 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
22
"""Client and server classes corresponding to protobuf-defined services."""
33
import grpc
4+

pyinjective/proto/capability/v1/genesis_pb2.py

Lines changed: 12 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
22
"""Client and server classes corresponding to protobuf-defined services."""
33
import grpc
4+

pyinjective/proto/cosmos/app/runtime/v1alpha1/module_pb2.py

Lines changed: 10 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
22
"""Client and server classes corresponding to protobuf-defined services."""
33
import grpc
4+

0 commit comments

Comments
 (0)