Skip to content

Commit

Permalink
build: add cosmos.msg.v1.service annotation to lbm.wasm.v1.Msg
Browse files Browse the repository at this point in the history
This commit is based on CosmWasm#1611
  • Loading branch information
da1suk8 committed Mar 28, 2024
1 parent 95b23be commit dc9ae90
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 37 deletions.
3 changes: 3 additions & 0 deletions proto/lbm/wasm/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package lbm.wasm.v1;

import "gogoproto/gogo.proto";
import "cosmos/base/v1beta1/coin.proto";
import "cosmos/msg/v1/msg.proto";
import "cosmwasm/wasm/v1/types.proto";
import "amino/amino.proto";

Expand All @@ -11,6 +12,8 @@ option (gogoproto.goproto_getters_all) = false;

// Msg defines the wasm Msg service for finschia-sdk.
service Msg {
option (cosmos.msg.v1.service) = true;

// StoreCodeAndInstantiateContract upload code and instantiate a contract
// using it
rpc StoreCodeAndInstantiateContract(MsgStoreCodeAndInstantiateContract)
Expand Down
76 changes: 39 additions & 37 deletions x/wasmplus/types/tx.pb.go

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

0 comments on commit dc9ae90

Please sign in to comment.