Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
pinosu committed Sep 14, 2023
1 parent 3045f91 commit 5aa0689
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/proto/proto-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ Since: wasmd 0.30

### StoreCodeAuthorization
StoreCodeAuthorization defines authorization for wasm code upload.
Since: wasmd 0.42


| Field | Type | Label | Description |
Expand Down
1 change: 1 addition & 0 deletions proto/cosmwasm/wasm/v1/authz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ option go_package = "github.com/CosmWasm/wasmd/x/wasm/types";
option (gogoproto.goproto_getters_all) = false;

// StoreCodeAuthorization defines authorization for wasm code upload.
// Since: wasmd 0.42
message StoreCodeAuthorization {
option (amino.name) = "wasm/StoreCodeAuthorization";
option (cosmos_proto.implements_interface) =
Expand Down
1 change: 1 addition & 0 deletions x/wasm/types/authz.pb.go

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

0 comments on commit 5aa0689

Please sign in to comment.