Skip to content

Commit 1077e88

Browse files
authored
Merge pull request #346 from InjectiveLabs/release/v1_60_0
Release v1.60.0
2 parents 7ebd018 + 0183def commit 1077e88

File tree

5 files changed

+62
-88
lines changed

5 files changed

+62
-88
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
all:
22

33
clone-injective-indexer:
4-
git clone https://github.com/InjectiveLabs/injective-indexer.git -b v1.17.81 --depth 1 --single-branch
4+
git clone https://github.com/InjectiveLabs/injective-indexer.git -b v1.18.3 --depth 1 --single-branch
55

66
clone-injective-core:
7-
git clone https://github.com/InjectiveLabs/injective-core.git -b v1.18.0-beta.2 --depth 1 --single-branch
7+
git clone https://github.com/InjectiveLabs/injective-core.git -b v1.18.0 --depth 1 --single-branch
88

99
copy-exchange-client: clone-injective-indexer
1010
rm -rf exchange/*

chain/txfees/types/tx.pb.go

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

chain/wasmx/types/tx.pb.go

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

proto/injective/txfees/v1beta1/tx.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import "injective/txfees/v1beta1/txfees.proto";
88
import "amino/amino.proto";
99

1010
option go_package = "github.com/InjectiveLabs/injective-core/injective-chain/modules/txfees/types";
11-
option (gogoproto.goproto_registration) = true;
1211

1312
// Msg defines the auction Msg service.
1413
service Msg {

proto/injective/wasmx/v1/tx.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import "injective/wasmx/v1/proposal.proto";
1010
import "amino/amino.proto";
1111

1212
option go_package = "github.com/InjectiveLabs/injective-core/injective-chain/modules/wasmx/types";
13-
option (gogoproto.goproto_registration) = true;
1413

1514
// Msg defines the wasmx Msg service.
1615
service Msg {

0 commit comments

Comments
 (0)