Skip to content

Commit 6fba3c4

Browse files
author
abel
committed
(feat) Migrated all proto definitions to injective-core and injective-indexer for the chain upgrade to v1.12
1 parent d6910b6 commit 6fba3c4

File tree

5 files changed

+56
-17
lines changed

5 files changed

+56
-17
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ clean-all:
2828
$(call clean_repos)
2929

3030
clone-injective-core:
31-
git clone https://github.com/InjectiveLabs/injective-core.git -b v1.12.9-testnet --depth 1 --single-branch
31+
git clone https://github.com/InjectiveLabs/injective-core.git -b v1.12.0 --depth 1 --single-branch
3232

3333
clone-injective-indexer:
3434
git clone https://github.com/InjectiveLabs/injective-indexer.git -b v1.12.72 --depth 1 --single-branch

examples/chain_client/68_AuthorityDenomMetadata.py renamed to examples/chain_client/68_DenomAuthorityMetadata.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
async def main() -> None:
88
network = Network.testnet()
99
client = AsyncClient(network)
10-
metadata = await client.fetch_denom_authority_metadata(creator="inj1zvy8xrlhe7ex9scer868clfstdv7j6vz790kwa")
10+
metadata = await client.fetch_denom_authority_metadata(
11+
creator="inj1uv6psuupldve0c9n3uezqlecadszqexv5vxx04",
12+
sub_denom="position",
13+
)
1114
print(metadata)
1215

1316

pyinjective/proto/injective/insurance/v1beta1/events_pb2.py

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

pyinjective/proto/injective/insurance/v1beta1/insurance_pb2.py

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

0 commit comments

Comments
 (0)