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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
all:

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

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

copy-exchange-client: clone-injective-indexer
rm -rf exchange/*
Expand Down
23 changes: 8 additions & 15 deletions chain/txfees/types/tx.pb.go

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

121 changes: 52 additions & 69 deletions chain/wasmx/types/tx.pb.go

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

1 change: 0 additions & 1 deletion proto/injective/txfees/v1beta1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import "injective/txfees/v1beta1/txfees.proto";
import "amino/amino.proto";

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

// Msg defines the auction Msg service.
service Msg {
Expand Down
1 change: 0 additions & 1 deletion proto/injective/wasmx/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import "injective/wasmx/v1/proposal.proto";
import "amino/amino.proto";

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

// Msg defines the wasmx Msg service.
service Msg {
Expand Down
Loading