Skip to content

Commit ed845f8

Browse files
committed
(feat) Updated proto definitions to injective-core v1.17.0 and indexer v1.17.16
1 parent a34ff8c commit ed845f8

File tree

34 files changed

+3836
-3423
lines changed

34 files changed

+3836
-3423
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.0-beta --depth 1 --single-branch
4+
git clone https://github.com/InjectiveLabs/injective-indexer.git -b v1.17.16 --depth 1 --single-branch
55

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

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

chain/exchange/types/exchange.pb.go

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

chain/exchange/types/v2/events.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ func NewEventOrderCancelFail(
2929
func (e *EventOrderFail) AddOrderFail(orderHash common.Hash, cid string, flag uint32) {
3030
e.Hashes = append(e.Hashes, orderHash.Bytes())
3131
e.Flags = append(e.Flags, flag)
32-
33-
if cid != "" {
34-
e.Cids = append(e.Cids, cid)
35-
}
32+
e.Cids = append(e.Cids, cid)
3633
}
3734

3835
func (e *EventOrderFail) IsEmpty() bool {

chain/exchange/types/v2/market.pb.go

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

exchange/accounts_rpc/pb/goadesign_goagen_injective_accounts_rpc.pb.go

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

exchange/accounts_rpc/pb/goadesign_goagen_injective_accounts_rpc_grpc.pb.go

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

exchange/auction_rpc/pb/goadesign_goagen_injective_auction_rpc.pb.go

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

exchange/auction_rpc/pb/goadesign_goagen_injective_auction_rpc_grpc.pb.go

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

exchange/campaign_rpc/pb/goadesign_goagen_injective_campaign_rpc.pb.go

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

exchange/campaign_rpc/pb/goadesign_goagen_injective_campaign_rpc_grpc.pb.go

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

0 commit comments

Comments
 (0)