Add instantiate permission to CodeInfoResponse (#836)

* Add instantiate permission to CodeInfoResponse

* add query code info test

* add codes query response test
This commit is contained in:
Jorge Hernandez
2022-05-05 07:20:51 -06:00
committed by GitHub
parent bef8a318d8
commit cd3c9ddddb
6 changed files with 273 additions and 94 deletions

View File

@@ -183,6 +183,7 @@ message CodeInfoResponse {
"github.com/tendermint/tendermint/libs/bytes.HexBytes" ];
// Used in v1beta1
reserved 4, 5;
AccessConfig instantiate_permission = 6 [ (gogoproto.nullable) = false ];
}
// QueryCodeResponse is the response type for the Query/Code RPC method