diff --git a/proto/cosmwasm/wasm/v1/query.proto b/proto/cosmwasm/wasm/v1/query.proto index ffe48d2429..f5bec65f74 100644 --- a/proto/cosmwasm/wasm/v1/query.proto +++ b/proto/cosmwasm/wasm/v1/query.proto @@ -229,8 +229,7 @@ message QueryPinnedCodesRequest { // QueryPinnedCodesResponse is the response type for the // Query/PinnedCodes RPC method message QueryPinnedCodesResponse { - repeated uint64 code_ids = 1 - [ (gogoproto.nullable) = false, (gogoproto.customname) = "CodeIDs" ]; + repeated uint64 code_ids = 1 [ (gogoproto.customname) = "CodeIDs" ]; // pagination defines the pagination in the response. cosmos.base.query.v1beta1.PageResponse pagination = 2; } diff --git a/proto/cosmwasm/wasm/v1/tx.proto b/proto/cosmwasm/wasm/v1/tx.proto index 51078e2541..0234499d09 100644 --- a/proto/cosmwasm/wasm/v1/tx.proto +++ b/proto/cosmwasm/wasm/v1/tx.proto @@ -2,6 +2,7 @@ syntax = "proto3"; package cosmwasm.wasm.v1; import "cosmos/base/v1beta1/coin.proto"; +import "cosmos/msg/v1/msg.proto"; import "gogoproto/gogo.proto"; import "cosmwasm/wasm/v1/types.proto"; @@ -35,6 +36,8 @@ service Msg { // MsgStoreCode submit Wasm code to the system message MsgStoreCode { + option (cosmos.msg.v1.signer) = "sender"; + // Sender is the that actor that signed the messages string sender = 1; // WASMByteCode can be raw or gzip compressed @@ -56,6 +59,8 @@ message MsgStoreCodeResponse { // MsgInstantiateContract create a new smart contract instance for the given // code id. message MsgInstantiateContract { + option (cosmos.msg.v1.signer) = "sender"; + // Sender is the that actor that signed the messages string sender = 1; // Admin is an optional address that can execute migrations @@ -76,6 +81,8 @@ message MsgInstantiateContract { // MsgInstantiateContract2 create a new smart contract instance for the given // code id with a predicable address. message MsgInstantiateContract2 { + option (cosmos.msg.v1.signer) = "sender"; + // Sender is the that actor that signed the messages string sender = 1; // Admin is an optional address that can execute migrations @@ -116,6 +123,8 @@ message MsgInstantiateContract2Response { // MsgExecuteContract submits the given message data to a smart contract message MsgExecuteContract { + option (cosmos.msg.v1.signer) = "sender"; + // Sender is the that actor that signed the messages string sender = 1; // Contract is the address of the smart contract @@ -137,6 +146,8 @@ message MsgExecuteContractResponse { // MsgMigrateContract runs a code upgrade/ downgrade for a smart contract message MsgMigrateContract { + option (cosmos.msg.v1.signer) = "sender"; + // Sender is the that actor that signed the messages string sender = 1; // Contract is the address of the smart contract @@ -156,6 +167,8 @@ message MsgMigrateContractResponse { // MsgUpdateAdmin sets a new admin for a smart contract message MsgUpdateAdmin { + option (cosmos.msg.v1.signer) = "sender"; + // Sender is the that actor that signed the messages string sender = 1; // NewAdmin address to be set @@ -169,6 +182,8 @@ message MsgUpdateAdminResponse {} // MsgClearAdmin removes any admin stored for a smart contract message MsgClearAdmin { + option (cosmos.msg.v1.signer) = "sender"; + // Sender is the actor that signed the messages string sender = 1; // Contract is the address of the smart contract @@ -180,6 +195,8 @@ message MsgClearAdminResponse {} // MsgUpdateInstantiateConfig updates instantiate config for a smart contract message MsgUpdateInstantiateConfig { + option (cosmos.msg.v1.signer) = "sender"; + // Sender is the that actor that signed the messages string sender = 1; // CodeID references the stored WASM code diff --git a/x/wasm/types/query.pb.go b/x/wasm/types/query.pb.go index aefd5a6719..01bb8e9e13 100644 --- a/x/wasm/types/query.pb.go +++ b/x/wasm/types/query.pb.go @@ -1109,41 +1109,41 @@ func init() { func init() { proto.RegisterFile("cosmwasm/wasm/v1/query.proto", fileDescriptor_9677c207036b9f2b) } var fileDescriptor_9677c207036b9f2b = []byte{ - // 1331 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x98, 0xcd, 0x6f, 0x1b, 0xc5, - 0x1b, 0xc7, 0x3d, 0xa9, 0xe3, 0x97, 0x69, 0xfa, 0xab, 0x3b, 0xbf, 0xd2, 0x18, 0x93, 0xae, 0xa3, - 0xa5, 0xa4, 0x69, 0x9a, 0xee, 0x92, 0x34, 0xa1, 0x80, 0x84, 0x50, 0x9c, 0x42, 0x93, 0x48, 0x91, - 0xd2, 0xad, 0x50, 0x25, 0x7a, 0xb0, 0xc6, 0xde, 0x89, 0xb3, 0x52, 0xbc, 0xeb, 0xec, 0x4c, 0x92, - 0x5a, 0x51, 0x00, 0x55, 0xe2, 0x86, 0x78, 0x11, 0xe2, 0xc0, 0x01, 0xc1, 0x01, 0x15, 0xce, 0x70, + // 1330 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x98, 0xcf, 0x6f, 0x1b, 0x45, + 0x1b, 0xc7, 0x3d, 0xa9, 0xe3, 0x1f, 0x93, 0xf4, 0xad, 0x3b, 0x6f, 0x69, 0x8d, 0x49, 0xd7, 0xd1, + 0x52, 0xd2, 0x34, 0x4d, 0x77, 0x49, 0x9a, 0x50, 0x40, 0x42, 0x28, 0x4e, 0xa1, 0x49, 0xa4, 0x48, + 0xe9, 0x56, 0xa8, 0x12, 0x3d, 0x58, 0x63, 0xef, 0xc4, 0x59, 0x29, 0xde, 0x75, 0x76, 0x26, 0x49, + 0xad, 0x28, 0x80, 0x2a, 0x71, 0x02, 0x21, 0x10, 0xe2, 0xc0, 0x01, 0xc1, 0x01, 0x15, 0xce, 0x70, 0x41, 0x5c, 0xb9, 0xe4, 0x18, 0x89, 0x0b, 0x27, 0x0b, 0x1c, 0x0e, 0x28, 0x7f, 0x42, 0x4f, 0x68, 0x67, 0x67, 0x9c, 0x5d, 0xdb, 0x1b, 0x3b, 0x95, 0xc5, 0xc5, 0xda, 0xdd, 0x79, 0x66, 0x9e, 0xcf, 0xf3, 0x9d, 0x67, 0xe6, 0x79, 0x64, 0x38, 0x56, 0x76, 0x68, 0x75, 0x17, 0xd3, 0xaa, 0xce, 0x7f, 0x76, 0x66, 0xf4, 0xad, 0x6d, 0xe2, 0xd6, 0xb5, 0x9a, 0xeb, 0x30, 0x07, 0x65, 0xe4, 0xa8, 0xc6, - 0x7f, 0x76, 0x66, 0x72, 0x97, 0x2b, 0x4e, 0xc5, 0xe1, 0x83, 0xba, 0xf7, 0xe4, 0xdb, 0xe5, 0x3a, + 0x7f, 0x76, 0x66, 0x72, 0x97, 0x2a, 0x4e, 0xc5, 0xe1, 0x83, 0xba, 0xf7, 0xe4, 0xdb, 0xe5, 0x3a, 0x57, 0x61, 0xf5, 0x1a, 0xa1, 0x72, 0xb4, 0xe2, 0x38, 0x95, 0x4d, 0xa2, 0xe3, 0x9a, 0xa5, 0x63, 0xdb, 0x76, 0x18, 0x66, 0x96, 0x63, 0xcb, 0xd1, 0x29, 0x6f, 0xae, 0x43, 0xf5, 0x12, 0xa6, 0xc4, 0x77, 0xae, 0xef, 0xcc, 0x94, 0x08, 0xc3, 0x33, 0x7a, 0x0d, 0x57, 0x2c, 0x9b, 0x1b, 0xfb, 0xb6, 0xea, 0x1c, 0xcc, 0xde, 0xf7, 0x2c, 0x16, 0x1d, 0x9b, 0xb9, 0xb8, 0xcc, 0x96, 0xed, 0x75, 0xc7, 0x20, 0x5b, 0xdb, 0x84, 0x32, 0x94, 0x85, 0x49, 0x6c, 0x9a, 0x2e, 0xa1, 0x34, 0x0b, 0xc6, 0xc1, - 0x64, 0xda, 0x90, 0xaf, 0xea, 0xa7, 0x00, 0xbe, 0xd8, 0x65, 0x1a, 0xad, 0x39, 0x36, 0x25, 0xd1, - 0xf3, 0xd0, 0x7d, 0x78, 0xa1, 0x2c, 0x66, 0x14, 0x2d, 0x7b, 0xdd, 0xc9, 0x0e, 0x8d, 0x83, 0xc9, - 0xf3, 0xb3, 0x8a, 0xd6, 0xae, 0x8a, 0x16, 0x5c, 0xb8, 0x30, 0x72, 0xd0, 0xc8, 0xc7, 0x0e, 0x1b, - 0x79, 0x70, 0xdc, 0xc8, 0xc7, 0x8c, 0x91, 0x72, 0x60, 0xec, 0xcd, 0xf8, 0x3f, 0xdf, 0xe5, 0x81, - 0xfa, 0x21, 0x7c, 0x29, 0xc4, 0xb3, 0x64, 0x51, 0xe6, 0xb8, 0xf5, 0x9e, 0x91, 0xa0, 0x77, 0x21, - 0x3c, 0xd1, 0x44, 0xe0, 0x4c, 0x68, 0xbe, 0x80, 0x9a, 0x27, 0xa0, 0xe6, 0xef, 0x9e, 0x10, 0x50, - 0x5b, 0xc3, 0x15, 0x22, 0x56, 0x35, 0x02, 0x33, 0xd5, 0x9f, 0x01, 0x1c, 0xeb, 0x4e, 0x20, 0x44, - 0x59, 0x81, 0x49, 0x62, 0x33, 0xd7, 0x22, 0x1e, 0xc2, 0xb9, 0xc9, 0xf3, 0xb3, 0x53, 0xd1, 0x41, - 0x2f, 0x3a, 0x26, 0x11, 0xf3, 0xdf, 0xb1, 0x99, 0x5b, 0x2f, 0xc4, 0x3d, 0x01, 0x0c, 0xb9, 0x00, - 0xba, 0xd7, 0x05, 0xfa, 0x7a, 0x4f, 0x68, 0x1f, 0x24, 0x44, 0xfd, 0x41, 0x9b, 0x6c, 0xb4, 0x50, - 0xf7, 0x7c, 0x4b, 0xd9, 0x46, 0x61, 0xb2, 0xec, 0x98, 0xa4, 0x68, 0x99, 0x5c, 0xb6, 0xb8, 0x91, - 0xf0, 0x5e, 0x97, 0xcd, 0x81, 0xa9, 0xf6, 0x71, 0xbb, 0x6a, 0x2d, 0x00, 0xa1, 0xda, 0x18, 0x4c, - 0xcb, 0xdd, 0xf6, 0x75, 0x4b, 0x1b, 0x27, 0x1f, 0x06, 0xa7, 0xc3, 0x47, 0x92, 0x63, 0x61, 0x73, - 0x53, 0xa2, 0x3c, 0x60, 0x98, 0x91, 0xff, 0x2e, 0x81, 0xbe, 0x05, 0xf0, 0x6a, 0x04, 0x82, 0xd0, - 0x62, 0x1e, 0x26, 0xaa, 0x8e, 0x49, 0x36, 0x65, 0x02, 0x8d, 0x76, 0x26, 0xd0, 0xaa, 0x37, 0x2e, + 0x64, 0xda, 0x90, 0xaf, 0xea, 0x67, 0x00, 0xbe, 0xd8, 0x65, 0x1a, 0xad, 0x39, 0x36, 0x25, 0xd1, + 0xf3, 0xd0, 0x7d, 0x78, 0xbe, 0x2c, 0x66, 0x14, 0x2d, 0x7b, 0xdd, 0xc9, 0x0e, 0x8d, 0x83, 0xc9, + 0x91, 0x59, 0x45, 0x6b, 0x57, 0x45, 0x0b, 0x2e, 0x5c, 0x18, 0x3d, 0x68, 0xe4, 0x63, 0x87, 0x8d, + 0x3c, 0x38, 0x6e, 0xe4, 0x63, 0xc6, 0x68, 0x39, 0x30, 0xf6, 0x66, 0xfc, 0x9f, 0xef, 0xf2, 0x40, + 0xfd, 0x10, 0xbe, 0x14, 0xe2, 0x59, 0xb2, 0x28, 0x73, 0xdc, 0x7a, 0xcf, 0x48, 0xd0, 0xbb, 0x10, + 0x9e, 0x68, 0x22, 0x70, 0x26, 0x34, 0x5f, 0x40, 0xcd, 0x13, 0x50, 0xf3, 0x77, 0x4f, 0x08, 0xa8, + 0xad, 0xe1, 0x0a, 0x11, 0xab, 0x1a, 0x81, 0x99, 0xea, 0xcf, 0x00, 0x8e, 0x75, 0x27, 0x10, 0xa2, + 0xac, 0xc0, 0x24, 0xb1, 0x99, 0x6b, 0x11, 0x0f, 0xe1, 0xdc, 0xe4, 0xc8, 0xec, 0x54, 0x74, 0xd0, + 0x8b, 0x8e, 0x49, 0xc4, 0xfc, 0x77, 0x6c, 0xe6, 0xd6, 0x0b, 0x71, 0x4f, 0x00, 0x43, 0x2e, 0x80, + 0xee, 0x75, 0x81, 0xbe, 0xde, 0x13, 0xda, 0x07, 0x09, 0x51, 0x7f, 0xd0, 0x26, 0x1b, 0x2d, 0xd4, + 0x3d, 0xdf, 0x52, 0xb6, 0x2b, 0x30, 0x59, 0x76, 0x4c, 0x52, 0xb4, 0x4c, 0x2e, 0x5b, 0xdc, 0x48, + 0x78, 0xaf, 0xcb, 0xe6, 0xc0, 0x54, 0xfb, 0xb8, 0x5d, 0xb5, 0x16, 0x80, 0x50, 0x6d, 0x0c, 0xa6, + 0xe5, 0x6e, 0xfb, 0xba, 0xa5, 0x8d, 0x93, 0x0f, 0x83, 0xd3, 0xe1, 0x23, 0xc9, 0xb1, 0xb0, 0xb9, + 0x29, 0x51, 0x1e, 0x30, 0xcc, 0xc8, 0x7f, 0x97, 0x40, 0xdf, 0x02, 0x78, 0x35, 0x02, 0x41, 0x68, + 0x31, 0x0f, 0x13, 0x55, 0xc7, 0x24, 0x9b, 0x32, 0x81, 0xae, 0x74, 0x26, 0xd0, 0xaa, 0x37, 0x2e, 0xb2, 0x45, 0x18, 0x0f, 0x4e, 0xa4, 0x87, 0x42, 0x23, 0x03, 0xef, 0x9e, 0x51, 0xa3, 0xab, 0x10, - 0x72, 0x1f, 0x45, 0x13, 0x33, 0xcc, 0x11, 0x46, 0x8c, 0x34, 0xff, 0x72, 0x17, 0x33, 0xac, 0xde, + 0x72, 0x1f, 0x45, 0x13, 0x33, 0xcc, 0x11, 0x46, 0x8d, 0x34, 0xff, 0x72, 0x17, 0x33, 0xac, 0xde, 0x16, 0x91, 0x77, 0x2e, 0x2c, 0x22, 0x47, 0x30, 0xce, 0x67, 0x02, 0x3e, 0x93, 0x3f, 0xab, 0x5b, - 0x50, 0xe1, 0x93, 0x1e, 0x54, 0xb1, 0xcb, 0xce, 0xc8, 0x33, 0xdf, 0xc9, 0x53, 0xb8, 0xf2, 0xac, + 0x50, 0xe1, 0x93, 0x1e, 0x54, 0xb1, 0xcb, 0xce, 0xc8, 0x33, 0xdf, 0xc9, 0x53, 0xb8, 0xfc, 0xac, 0x91, 0x47, 0x01, 0x82, 0x55, 0x42, 0xa9, 0xa7, 0x44, 0x80, 0x73, 0x15, 0xe6, 0x23, 0x5d, 0x0a, 0xd2, 0xa9, 0x20, 0x69, 0xe4, 0x9a, 0x7e, 0x04, 0x37, 0x61, 0x46, 0xe4, 0x7e, 0xef, 0x13, 0xa7, 0x7e, 0x33, 0x04, 0x33, 0x9e, 0x61, 0xe8, 0xa2, 0xbd, 0xd1, 0x66, 0x5d, 0xc8, 0x34, 0x1b, 0xf9, @@ -1152,48 +1152,48 @@ var fileDescriptor_9677c207036b9f2b = []byte{ 0x1b, 0xd9, 0x73, 0x9c, 0xfb, 0xf5, 0x67, 0x8d, 0xfc, 0x5c, 0xc5, 0x62, 0x1b, 0xdb, 0x25, 0xad, 0xec, 0x54, 0x75, 0x46, 0x6c, 0x93, 0xb8, 0x55, 0xcb, 0x66, 0xc1, 0xc7, 0x4d, 0xab, 0x44, 0xf5, 0x52, 0x9d, 0x11, 0xaa, 0x2d, 0x91, 0xc7, 0x05, 0xef, 0xc1, 0x48, 0x79, 0x4b, 0x2d, 0x61, 0xba, - 0x81, 0x1e, 0xc1, 0x2b, 0x96, 0x4d, 0x19, 0xb6, 0x99, 0x85, 0x19, 0x29, 0xd6, 0xbc, 0x49, 0x94, + 0x81, 0x1e, 0xc1, 0xcb, 0x96, 0x4d, 0x19, 0xb6, 0x99, 0x85, 0x19, 0x29, 0xd6, 0xbc, 0x49, 0x94, 0x7a, 0x29, 0x98, 0x88, 0xba, 0xf3, 0x17, 0xca, 0x65, 0x42, 0xe9, 0xa2, 0x63, 0xaf, 0x5b, 0x15, 0x91, 0xc4, 0x2f, 0x04, 0xd6, 0x58, 0x6b, 0x2d, 0xe1, 0x5f, 0xfa, 0x2b, 0xf1, 0x54, 0x3c, 0x33, - 0xbc, 0x12, 0x4f, 0x0d, 0x67, 0x12, 0xea, 0x13, 0x00, 0x2f, 0x05, 0xd4, 0x14, 0x02, 0x2d, 0x7b, + 0xbc, 0x12, 0x4f, 0x0d, 0x67, 0x12, 0xea, 0x13, 0x00, 0x2f, 0x06, 0xd4, 0x14, 0x02, 0x2d, 0x7b, 0xd7, 0x87, 0x27, 0x90, 0x57, 0x6b, 0x00, 0xf7, 0xab, 0x76, 0xbb, 0x76, 0xc3, 0xba, 0x16, 0x52, 0xad, 0x5a, 0x93, 0x2a, 0x8b, 0x31, 0x34, 0x26, 0x76, 0xd6, 0xcf, 0x96, 0xd4, 0x71, 0x23, 0xcf, 0xdf, 0xfd, 0xbd, 0x14, 0x55, 0xe8, 0x51, 0x80, 0x81, 0xca, 0x2d, 0x0d, 0x5f, 0x10, 0xe0, 0xb9, 0x2f, 0x88, 0xa7, 0x00, 0xa2, 0xe0, 0xea, 0x22, 0xc4, 0x7b, 0x10, 0xb6, 0x42, 0x94, 0x37, 0x43, - 0x3f, 0x31, 0xfa, 0xfa, 0xa6, 0x65, 0x7c, 0x03, 0xbc, 0x27, 0x30, 0x1c, 0xe5, 0x9c, 0x6b, 0x96, - 0x6d, 0x13, 0xf3, 0x14, 0x2d, 0x9e, 0xff, 0xb2, 0xfc, 0x0c, 0x88, 0xb6, 0x25, 0xe4, 0xa3, 0x75, - 0x06, 0x53, 0xe2, 0x54, 0xf8, 0x7a, 0xc4, 0x0b, 0x17, 0xbd, 0x58, 0x9b, 0x8d, 0x7c, 0xd2, 0x3f, - 0x1a, 0xd4, 0x48, 0xfa, 0xa7, 0x62, 0x80, 0x41, 0x5f, 0x16, 0x9b, 0xb3, 0x86, 0x5d, 0x5c, 0x95, - 0xf1, 0xaa, 0xab, 0xf0, 0xff, 0xa1, 0xaf, 0x82, 0xf0, 0x35, 0x98, 0xa8, 0xf1, 0x2f, 0x22, 0x1d, - 0xb2, 0x9d, 0xfb, 0xe5, 0xcf, 0x90, 0x57, 0xb9, 0x6f, 0xad, 0x7e, 0x01, 0xc4, 0xa5, 0x17, 0x2c, - 0x97, 0xfe, 0x31, 0x96, 0x0a, 0x5f, 0x87, 0x17, 0xc5, 0xc1, 0x2e, 0x86, 0x2f, 0xbf, 0xff, 0x89, - 0xcf, 0x0b, 0x03, 0xae, 0x5b, 0x5f, 0x03, 0x71, 0x2b, 0x76, 0x63, 0x12, 0xf1, 0xde, 0x82, 0xa8, - 0xd5, 0xf6, 0x09, 0x2a, 0x22, 0xcb, 0xf9, 0x25, 0x39, 0xb2, 0x20, 0x07, 0x06, 0xb6, 0x29, 0xb3, - 0xbf, 0x5d, 0x80, 0xc3, 0x9c, 0x0d, 0x7d, 0x05, 0xe0, 0x48, 0xb0, 0xa5, 0x44, 0x5d, 0xba, 0xaf, - 0xa8, 0x3e, 0x38, 0x77, 0xb3, 0x2f, 0x5b, 0xdf, 0xbf, 0x3a, 0xfd, 0xe4, 0xf7, 0xbf, 0xbf, 0x1c, - 0x9a, 0x40, 0xd7, 0xf4, 0x8e, 0x0e, 0x5e, 0x46, 0xaa, 0xef, 0x09, 0x11, 0xf6, 0xd1, 0x53, 0x00, - 0x2f, 0xb6, 0x75, 0x8c, 0xe8, 0x56, 0x0f, 0x77, 0xe1, 0xde, 0x36, 0xa7, 0xf5, 0x6b, 0x2e, 0x00, - 0xe7, 0x38, 0xa0, 0x86, 0xa6, 0xfb, 0x01, 0xd4, 0x37, 0x04, 0xd4, 0xf7, 0x01, 0x50, 0xd1, 0xa4, - 0xf5, 0x04, 0x0d, 0x77, 0x93, 0x3d, 0x41, 0xdb, 0x7a, 0x3f, 0x75, 0x96, 0x83, 0x4e, 0xa3, 0xa9, - 0x6e, 0xa0, 0x26, 0xd1, 0xf7, 0xc4, 0x29, 0xdf, 0xd7, 0x4f, 0x3a, 0xc2, 0x1f, 0x00, 0xcc, 0xb4, - 0x37, 0x50, 0x28, 0xca, 0x71, 0x44, 0xb3, 0x97, 0xd3, 0xfb, 0xb6, 0xef, 0x87, 0xb4, 0x43, 0x52, - 0xca, 0xa1, 0x7e, 0x02, 0x30, 0xd3, 0xde, 0xf0, 0x44, 0x92, 0x46, 0xb4, 0x5c, 0x91, 0xa4, 0x51, - 0x9d, 0x94, 0xfa, 0x16, 0x27, 0xbd, 0x83, 0xe6, 0xfb, 0x22, 0x75, 0xf1, 0xae, 0xbe, 0x77, 0xd2, - 0x29, 0xed, 0xa3, 0x5f, 0x01, 0x44, 0x9d, 0xdd, 0x0f, 0x7a, 0x35, 0x02, 0x23, 0xb2, 0x37, 0xcb, - 0xcd, 0x9c, 0x61, 0x86, 0x40, 0x7f, 0x9b, 0xa3, 0xbf, 0x81, 0xee, 0xf4, 0x27, 0xb2, 0xb7, 0x50, - 0x18, 0xbe, 0x0e, 0xe3, 0x3c, 0x6d, 0xd5, 0xc8, 0x3c, 0x3c, 0xc9, 0xd5, 0x97, 0x4f, 0xb5, 0x11, - 0x44, 0x93, 0x9c, 0x48, 0x45, 0xe3, 0xbd, 0x12, 0x14, 0xb9, 0x70, 0x98, 0xd7, 0x28, 0x74, 0xda, - 0xba, 0xb2, 0x6a, 0xe4, 0xae, 0x9d, 0x6e, 0x24, 0xbc, 0x2b, 0xdc, 0x7b, 0x16, 0x5d, 0xe9, 0xee, - 0x1d, 0x7d, 0x02, 0xe0, 0xf9, 0x40, 0x79, 0x44, 0x37, 0x22, 0x56, 0xed, 0x2c, 0xd3, 0xb9, 0xa9, - 0x7e, 0x4c, 0x05, 0xc6, 0x04, 0xc7, 0x18, 0x47, 0x4a, 0x77, 0x0c, 0xaa, 0xd7, 0xf8, 0x24, 0xb4, - 0x0f, 0x13, 0x7e, 0x4d, 0x43, 0x51, 0xe1, 0x85, 0x4a, 0x67, 0xee, 0x95, 0x1e, 0x56, 0x7d, 0xbb, - 0xf7, 0x9d, 0xfe, 0x02, 0x20, 0xea, 0xac, 0x50, 0x91, 0x99, 0x1b, 0x59, 0x60, 0x23, 0x33, 0x37, - 0xba, 0xfc, 0xf5, 0x73, 0xe8, 0xa8, 0x2e, 0xca, 0xb3, 0xbe, 0xd7, 0x56, 0xbe, 0xf7, 0x0b, 0x4b, - 0x07, 0x7f, 0x29, 0xb1, 0x1f, 0x9b, 0x4a, 0xec, 0xa0, 0xa9, 0x80, 0xc3, 0xa6, 0x02, 0xfe, 0x6c, - 0x2a, 0xe0, 0xf3, 0x23, 0x25, 0x76, 0x78, 0xa4, 0xc4, 0xfe, 0x38, 0x52, 0x62, 0xef, 0x4f, 0x04, - 0x7a, 0xf5, 0x45, 0x87, 0x56, 0x1f, 0x4a, 0x17, 0xa6, 0xfe, 0xd8, 0x77, 0xc5, 0xff, 0x3c, 0x2a, - 0x25, 0xf8, 0x7f, 0x3e, 0xb7, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x78, 0x46, 0xe1, 0xa8, 0xa3, - 0x12, 0x00, 0x00, + 0x3f, 0x31, 0xfa, 0xfa, 0xa6, 0x65, 0x7c, 0x03, 0xbc, 0x27, 0x30, 0xbc, 0xc2, 0x39, 0xd7, 0x2c, + 0xdb, 0x26, 0xe6, 0x29, 0x5a, 0x3c, 0xff, 0x65, 0xf9, 0x09, 0x10, 0x6d, 0x4b, 0xc8, 0x87, 0x50, + 0x64, 0x02, 0xa6, 0xc4, 0xa9, 0xf0, 0xf5, 0x88, 0x17, 0x46, 0x9a, 0x8d, 0x7c, 0xd2, 0x3f, 0x16, + 0xd4, 0x48, 0xfa, 0x27, 0x62, 0x80, 0x01, 0x5f, 0x12, 0x1b, 0xb3, 0x86, 0x5d, 0x5c, 0x95, 0xb1, + 0xaa, 0xab, 0xf0, 0xff, 0xa1, 0xaf, 0x82, 0xee, 0x35, 0x98, 0xa8, 0xf1, 0x2f, 0x22, 0x15, 0xb2, + 0x9d, 0x7b, 0xe5, 0xcf, 0x90, 0xd7, 0xb8, 0x6f, 0xad, 0x7e, 0x01, 0xc4, 0x85, 0x17, 0x2c, 0x95, + 0xfe, 0x11, 0x96, 0xea, 0x5e, 0x87, 0x17, 0xc4, 0xa1, 0x2e, 0x86, 0x2f, 0xbe, 0xff, 0x89, 0xcf, + 0x0b, 0x03, 0xae, 0x59, 0x5f, 0x03, 0x71, 0x23, 0x76, 0x63, 0x12, 0xf1, 0xde, 0x82, 0xa8, 0xd5, + 0xf2, 0x09, 0x2a, 0x22, 0x4b, 0xf9, 0x45, 0x39, 0xb2, 0x20, 0x07, 0x06, 0xb6, 0x29, 0xb3, 0xbf, + 0x9d, 0x87, 0xc3, 0x9c, 0x0d, 0x7d, 0x05, 0xe0, 0x68, 0xb0, 0x9d, 0x44, 0x5d, 0x3a, 0xaf, 0xa8, + 0x1e, 0x38, 0x77, 0xb3, 0x2f, 0x5b, 0xdf, 0xbf, 0x3a, 0xfd, 0xe4, 0xf7, 0xbf, 0xbf, 0x1c, 0x9a, + 0x40, 0xd7, 0xf4, 0x8e, 0xee, 0x5d, 0x46, 0xaa, 0xef, 0x09, 0x11, 0xf6, 0xd1, 0x53, 0x00, 0x2f, + 0xb4, 0x75, 0x8b, 0xe8, 0x56, 0x0f, 0x77, 0xe1, 0xbe, 0x36, 0xa7, 0xf5, 0x6b, 0x2e, 0x00, 0xe7, + 0x38, 0xa0, 0x86, 0xa6, 0xfb, 0x01, 0xd4, 0x37, 0x04, 0xd4, 0xf7, 0x01, 0x50, 0xd1, 0xa0, 0xf5, + 0x04, 0x0d, 0x77, 0x92, 0x3d, 0x41, 0xdb, 0xfa, 0x3e, 0x75, 0x96, 0x83, 0x4e, 0xa3, 0xa9, 0x6e, + 0xa0, 0x26, 0xd1, 0xf7, 0xc4, 0x09, 0xdf, 0xd7, 0x4f, 0xba, 0xc1, 0x1f, 0x00, 0xcc, 0xb4, 0x37, + 0x4f, 0x28, 0xca, 0x71, 0x44, 0xa3, 0x97, 0xd3, 0xfb, 0xb6, 0xef, 0x87, 0xb4, 0x43, 0x52, 0xca, + 0xa1, 0x7e, 0x02, 0x30, 0xd3, 0xde, 0xec, 0x44, 0x92, 0x46, 0xb4, 0x5b, 0x91, 0xa4, 0x51, 0x5d, + 0x94, 0xfa, 0x16, 0x27, 0xbd, 0x83, 0xe6, 0xfb, 0x22, 0x75, 0xf1, 0xae, 0xbe, 0x77, 0xd2, 0x25, + 0xed, 0xa3, 0x5f, 0x01, 0x44, 0x9d, 0x9d, 0x0f, 0x7a, 0x35, 0x02, 0x23, 0xb2, 0x2f, 0xcb, 0xcd, + 0x9c, 0x61, 0x86, 0x40, 0x7f, 0x9b, 0xa3, 0xbf, 0x81, 0xee, 0xf4, 0x27, 0xb2, 0xb7, 0x50, 0x18, + 0xbe, 0x0e, 0xe3, 0x3c, 0x6d, 0xd5, 0xc8, 0x3c, 0x3c, 0xc9, 0xd5, 0x97, 0x4f, 0xb5, 0x11, 0x44, + 0x93, 0x9c, 0x48, 0x45, 0xe3, 0xbd, 0x12, 0x14, 0xb9, 0x70, 0x98, 0xd7, 0x27, 0x74, 0xda, 0xba, + 0xb2, 0x6a, 0xe4, 0xae, 0x9d, 0x6e, 0x24, 0xbc, 0x2b, 0xdc, 0x7b, 0x16, 0x5d, 0xee, 0xee, 0x1d, + 0x7d, 0x0a, 0xe0, 0x48, 0xa0, 0x34, 0xa2, 0x1b, 0x11, 0xab, 0x76, 0x96, 0xe8, 0xdc, 0x54, 0x3f, + 0xa6, 0x02, 0x63, 0x82, 0x63, 0x8c, 0x23, 0xa5, 0x3b, 0x06, 0xd5, 0x6b, 0x7c, 0x12, 0xda, 0x87, + 0x09, 0xbf, 0xa6, 0xa1, 0xa8, 0xf0, 0x42, 0xa5, 0x33, 0xf7, 0x4a, 0x0f, 0xab, 0xbe, 0xdd, 0xfb, + 0x4e, 0x7f, 0x01, 0x10, 0x75, 0x56, 0xa8, 0xc8, 0xcc, 0x8d, 0x2c, 0xb0, 0x91, 0x99, 0x1b, 0x5d, + 0xfe, 0xfa, 0x39, 0x74, 0x54, 0x17, 0xe5, 0x59, 0xdf, 0x6b, 0x2b, 0xdf, 0xfb, 0x85, 0xa5, 0x83, + 0xbf, 0x94, 0xd8, 0x8f, 0x4d, 0x25, 0x76, 0xd0, 0x54, 0xc0, 0x61, 0x53, 0x01, 0x7f, 0x36, 0x15, + 0xf0, 0xf9, 0x91, 0x12, 0x3b, 0x3c, 0x52, 0x62, 0x7f, 0x1c, 0x29, 0xb1, 0xf7, 0x27, 0x02, 0x7d, + 0xfa, 0xa2, 0x43, 0xab, 0x0f, 0xa5, 0x0b, 0x53, 0x7f, 0xec, 0xbb, 0xe2, 0x7f, 0x1c, 0x95, 0x12, + 0xfc, 0xff, 0x9e, 0xdb, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0x72, 0xcc, 0xa8, 0xa2, 0x9f, 0x12, + 0x00, 0x00, } func (this *QueryContractInfoResponse) Equal(that interface{}) bool { diff --git a/x/wasm/types/tx.pb.go b/x/wasm/types/tx.pb.go index 95ddd92187..1d39b63e0b 100644 --- a/x/wasm/types/tx.pb.go +++ b/x/wasm/types/tx.pb.go @@ -12,6 +12,7 @@ import ( github_com_cosmos_cosmos_sdk_types "github.com/cosmos/cosmos-sdk/types" types "github.com/cosmos/cosmos-sdk/types" + _ "github.com/cosmos/cosmos-sdk/types/msgservice" _ "github.com/cosmos/gogoproto/gogoproto" grpc1 "github.com/cosmos/gogoproto/grpc" proto "github.com/cosmos/gogoproto/proto" @@ -811,64 +812,66 @@ func init() { func init() { proto.RegisterFile("cosmwasm/wasm/v1/tx.proto", fileDescriptor_4f74d82755520264) } var fileDescriptor_4f74d82755520264 = []byte{ - // 908 bytes of a gzipped FileDescriptorProto + // 935 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x56, 0x4f, 0x6f, 0xe3, 0x44, - 0x14, 0x8f, 0x9b, 0x3f, 0x4d, 0x5f, 0xc3, 0x52, 0x99, 0x6c, 0xeb, 0x35, 0xc8, 0x89, 0xcc, 0x6a, - 0x31, 0xd2, 0x62, 0x37, 0x01, 0x71, 0x6f, 0xb2, 0x1c, 0xba, 0x92, 0x01, 0xb9, 0x5a, 0x2a, 0x10, - 0x52, 0x34, 0xb1, 0x27, 0x5e, 0x6b, 0x6b, 0x4f, 0xf0, 0x4c, 0x9b, 0xf4, 0xc0, 0x57, 0x40, 0xdc, - 0xf8, 0x0e, 0x7c, 0x01, 0x2e, 0x5c, 0x10, 0x97, 0x1e, 0xf7, 0x82, 0xc4, 0xa9, 0x40, 0xfa, 0x2d, - 0x38, 0x21, 0x8f, 0xff, 0xd4, 0x4d, 0xed, 0x34, 0x0b, 0xe2, 0xb4, 0x97, 0x64, 0xc6, 0xf3, 0x7b, - 0xef, 0xf7, 0xde, 0x6f, 0xde, 0xf3, 0x33, 0x3c, 0xb0, 0x09, 0xf5, 0x67, 0x88, 0xfa, 0x06, 0xff, - 0x39, 0xeb, 0x19, 0x6c, 0xae, 0x4f, 0x43, 0xc2, 0x88, 0xb8, 0x93, 0x1e, 0xe9, 0xfc, 0xe7, 0xac, - 0x27, 0x2b, 0xd1, 0x13, 0x42, 0x8d, 0x31, 0xa2, 0xd8, 0x38, 0xeb, 0x8d, 0x31, 0x43, 0x3d, 0xc3, - 0x26, 0x5e, 0x10, 0x5b, 0xc8, 0x6d, 0x97, 0xb8, 0x84, 0x2f, 0x8d, 0x68, 0x95, 0x3c, 0x7d, 0xe7, - 0x36, 0xc5, 0xf9, 0x14, 0xd3, 0xf8, 0x54, 0xfd, 0x45, 0x80, 0x96, 0x49, 0xdd, 0x23, 0x46, 0x42, - 0x3c, 0x24, 0x0e, 0x16, 0x77, 0xa1, 0x41, 0x71, 0xe0, 0xe0, 0x50, 0x12, 0xba, 0x82, 0xb6, 0x65, - 0x25, 0x3b, 0xf1, 0x63, 0xb8, 0x17, 0xd9, 0x8f, 0xc6, 0xe7, 0x0c, 0x8f, 0x6c, 0xe2, 0x60, 0x69, - 0xa3, 0x2b, 0x68, 0xad, 0xc1, 0xce, 0xe2, 0xb2, 0xd3, 0x3a, 0x3e, 0x38, 0x32, 0x07, 0xe7, 0x8c, - 0x7b, 0xb0, 0x5a, 0x11, 0x2e, 0xdd, 0x89, 0xcf, 0x60, 0xd7, 0x0b, 0x28, 0x43, 0x01, 0xf3, 0x10, - 0xc3, 0xa3, 0x29, 0x0e, 0x7d, 0x8f, 0x52, 0x8f, 0x04, 0x52, 0xbd, 0x2b, 0x68, 0xdb, 0x7d, 0x45, - 0x5f, 0xce, 0x53, 0x3f, 0xb0, 0x6d, 0x4c, 0xe9, 0x90, 0x04, 0x13, 0xcf, 0xb5, 0xee, 0xe7, 0xac, - 0x3f, 0xcf, 0x8c, 0x9f, 0xd6, 0x9a, 0xd5, 0x9d, 0xda, 0xd3, 0x5a, 0xb3, 0xb6, 0x53, 0x57, 0x8f, - 0xa1, 0x9d, 0x4f, 0xc1, 0xc2, 0x74, 0x4a, 0x02, 0x8a, 0xc5, 0x77, 0x61, 0x33, 0x0a, 0x74, 0xe4, - 0x39, 0x3c, 0x97, 0xda, 0x00, 0x16, 0x97, 0x9d, 0x46, 0x04, 0x39, 0x7c, 0x62, 0x35, 0xa2, 0xa3, - 0x43, 0x47, 0x94, 0xa1, 0x69, 0x3f, 0xc7, 0xf6, 0x0b, 0x7a, 0xea, 0xc7, 0x19, 0x59, 0xd9, 0x5e, - 0xfd, 0x6e, 0x03, 0x76, 0x4d, 0xea, 0x1e, 0x5e, 0x47, 0x30, 0x24, 0x01, 0x0b, 0x91, 0xcd, 0x4a, - 0x65, 0x6a, 0x43, 0x1d, 0x39, 0xbe, 0x17, 0x70, 0x5f, 0x5b, 0x56, 0xbc, 0xc9, 0x47, 0x52, 0x2d, - 0x8d, 0xa4, 0x0d, 0xf5, 0x13, 0x34, 0xc6, 0x27, 0x52, 0x2d, 0x36, 0xe5, 0x1b, 0x51, 0x83, 0xaa, - 0x4f, 0x5d, 0x2e, 0x56, 0x6b, 0xb0, 0xfb, 0xf7, 0x65, 0x47, 0xb4, 0xd0, 0x2c, 0x0d, 0xc3, 0xc4, - 0x94, 0x22, 0x17, 0x5b, 0x11, 0x44, 0x44, 0x50, 0x9f, 0x9c, 0x06, 0x0e, 0x95, 0x1a, 0xdd, 0xaa, - 0xb6, 0xdd, 0x7f, 0xa0, 0xc7, 0xe5, 0xa2, 0x47, 0xe5, 0xa2, 0x27, 0xe5, 0xa2, 0x0f, 0x89, 0x17, - 0x0c, 0xf6, 0x2f, 0x2e, 0x3b, 0x95, 0x1f, 0xff, 0xe8, 0x68, 0xae, 0xc7, 0x9e, 0x9f, 0x8e, 0x75, - 0x9b, 0xf8, 0x46, 0x52, 0x5b, 0xf1, 0xdf, 0x07, 0xd4, 0x79, 0x91, 0x94, 0x49, 0x64, 0x40, 0xad, - 0xd8, 0xb3, 0xfa, 0xf3, 0x06, 0xec, 0x15, 0x0b, 0xd2, 0x7f, 0x3d, 0x15, 0x11, 0x45, 0xa8, 0x51, - 0x74, 0xc2, 0xa4, 0x4d, 0x5e, 0x3a, 0x7c, 0x2d, 0xee, 0xc1, 0xe6, 0xc4, 0x9b, 0x8f, 0xa2, 0x20, - 0x9b, 0x5d, 0x41, 0x6b, 0x5a, 0x8d, 0x89, 0x37, 0x37, 0xa9, 0xab, 0x7e, 0x0a, 0x4a, 0xb1, 0x7a, - 0x59, 0xc9, 0x4a, 0xb0, 0x89, 0x1c, 0x27, 0xc4, 0x94, 0x26, 0x2a, 0xa6, 0xdb, 0x88, 0xc8, 0x41, - 0x0c, 0x25, 0x35, 0xca, 0xd7, 0xea, 0x67, 0xd0, 0x29, 0xb9, 0x8d, 0x7f, 0xe9, 0xf0, 0x37, 0x01, - 0x44, 0x93, 0xba, 0x9f, 0xcc, 0xb1, 0x7d, 0xba, 0x46, 0xb1, 0x47, 0xbd, 0x93, 0x60, 0x92, 0xdb, - 0xcd, 0xf6, 0xe9, 0x2d, 0x55, 0x5f, 0xe1, 0x96, 0xea, 0xff, 0x5b, 0xdd, 0xee, 0x83, 0x7c, 0x3b, - 0xad, 0x4c, 0xa3, 0x54, 0x09, 0x21, 0xa7, 0xc4, 0x0f, 0xb1, 0x12, 0xa6, 0xe7, 0x86, 0xe8, 0x3f, - 0x2a, 0xb1, 0x56, 0xa9, 0x27, 0x72, 0xd5, 0xee, 0x94, 0x2b, 0xc9, 0x65, 0x29, 0xb0, 0x95, 0xb9, - 0x20, 0xb8, 0x67, 0x52, 0xf7, 0xd9, 0xd4, 0x41, 0x0c, 0x1f, 0xf0, 0xee, 0x2b, 0x4b, 0xe3, 0x6d, - 0xd8, 0x0a, 0xf0, 0x6c, 0x94, 0xef, 0xd7, 0x66, 0x80, 0x67, 0xb1, 0x51, 0x3e, 0xc7, 0xea, 0xcd, - 0x1c, 0x55, 0x89, 0xbf, 0x28, 0x73, 0x14, 0x69, 0x40, 0xea, 0x10, 0xde, 0x30, 0xa9, 0x3b, 0x3c, - 0xc1, 0x28, 0x5c, 0xcd, 0xbd, 0xca, 0xfd, 0x1e, 0xdc, 0xbf, 0xe1, 0x24, 0xf3, 0xfe, 0x93, 0xc0, - 0xd5, 0x88, 0x89, 0x6f, 0x36, 0xc2, 0xc4, 0x73, 0x4b, 0xb9, 0x72, 0x57, 0xb2, 0x51, 0x7a, 0x25, - 0x5f, 0x83, 0x1c, 0x89, 0x51, 0x32, 0xbd, 0xaa, 0x6b, 0x4d, 0x2f, 0x29, 0xc0, 0xb3, 0xc3, 0xa2, - 0x01, 0xa6, 0x3e, 0x04, 0xb5, 0x3c, 0xf0, 0x34, 0xbf, 0xfe, 0xaf, 0x0d, 0xa8, 0x9a, 0xd4, 0x15, - 0x8f, 0x60, 0xeb, 0x7a, 0x44, 0x17, 0x90, 0xe6, 0xe7, 0x9f, 0xfc, 0x68, 0xf5, 0x79, 0x56, 0x2b, - 0xdf, 0xc0, 0x5b, 0x45, 0xa3, 0x4d, 0x2b, 0x34, 0x2f, 0x40, 0xca, 0xfb, 0xeb, 0x22, 0x33, 0x4a, - 0x06, 0xed, 0xc2, 0xe1, 0xf1, 0xfe, 0xba, 0x9e, 0xfa, 0x72, 0x6f, 0x6d, 0x68, 0xc6, 0x8a, 0xe1, - 0xcd, 0xe5, 0x57, 0xda, 0xc3, 0x42, 0x2f, 0x4b, 0x28, 0xf9, 0xf1, 0x3a, 0xa8, 0x3c, 0xcd, 0xf2, - 0xfb, 0xa2, 0x98, 0x66, 0x09, 0x55, 0x42, 0x53, 0xd6, 0xe2, 0x5f, 0xc2, 0x76, 0xbe, 0x97, 0xbb, - 0x85, 0xc6, 0x39, 0x84, 0xac, 0xdd, 0x85, 0xc8, 0x5c, 0x7f, 0x01, 0x90, 0xeb, 0xd4, 0x4e, 0xa1, - 0xdd, 0x35, 0x40, 0x7e, 0xef, 0x0e, 0x40, 0xe6, 0xf7, 0x5b, 0xd8, 0x2b, 0x6b, 0xd1, 0xc7, 0x2b, - 0x82, 0xbb, 0x85, 0x96, 0x3f, 0x7a, 0x15, 0x74, 0x4a, 0x3f, 0x78, 0x72, 0xf1, 0x97, 0x52, 0xb9, - 0x58, 0x28, 0xc2, 0xcb, 0x85, 0x22, 0xfc, 0xb9, 0x50, 0x84, 0xef, 0xaf, 0x94, 0xca, 0xcb, 0x2b, - 0xa5, 0xf2, 0xfb, 0x95, 0x52, 0xf9, 0xea, 0x51, 0x6e, 0x9a, 0x0c, 0x09, 0xf5, 0x8f, 0xd3, 0x6f, - 0x65, 0xc7, 0x98, 0xc7, 0xdf, 0xcc, 0x7c, 0xa2, 0x8c, 0x1b, 0xfc, 0x8b, 0xf9, 0xc3, 0x7f, 0x02, - 0x00, 0x00, 0xff, 0xff, 0x2a, 0x98, 0x99, 0x8e, 0xb4, 0x0b, 0x00, 0x00, + 0x14, 0x8f, 0x9b, 0x3f, 0x4d, 0x5f, 0xc3, 0x52, 0x99, 0x6c, 0xe3, 0x35, 0xc8, 0x89, 0xc2, 0x6a, + 0x31, 0x68, 0x71, 0x9a, 0x80, 0x38, 0x70, 0x6b, 0xb2, 0x1c, 0xba, 0x92, 0x61, 0xe5, 0x6a, 0xa9, + 0x40, 0x48, 0xd1, 0xc4, 0x9e, 0xcc, 0x5a, 0x5b, 0x7b, 0x42, 0x9e, 0xdb, 0xa4, 0x07, 0x2e, 0x7c, + 0x02, 0xee, 0x5c, 0x39, 0x71, 0xe2, 0x3b, 0xc0, 0xa1, 0x5c, 0xd0, 0x1e, 0x39, 0x15, 0x48, 0x0f, + 0x7c, 0x07, 0x4e, 0xc8, 0x7f, 0xeb, 0xa4, 0x76, 0x9b, 0x05, 0x89, 0x0b, 0x97, 0x64, 0xc6, 0xf3, + 0x7b, 0xff, 0x7e, 0xef, 0xbd, 0x79, 0x03, 0xf7, 0x4c, 0x8e, 0xce, 0x8c, 0xa0, 0xd3, 0x09, 0x7e, + 0x4e, 0xbb, 0x1d, 0x6f, 0xae, 0x4d, 0xa6, 0xdc, 0xe3, 0xe2, 0x4e, 0x7c, 0xa4, 0x05, 0x3f, 0xa7, + 0x5d, 0x59, 0xf1, 0xbf, 0x70, 0xec, 0x8c, 0x08, 0xd2, 0xce, 0x69, 0x77, 0x44, 0x3d, 0xd2, 0xed, + 0x98, 0xdc, 0x76, 0x43, 0x09, 0xb9, 0x11, 0x9d, 0x3b, 0xc8, 0x7c, 0x4d, 0x0e, 0xb2, 0xe8, 0xa0, + 0xce, 0x38, 0xe3, 0xc1, 0xb2, 0xe3, 0xaf, 0xa2, 0xaf, 0x6f, 0x5c, 0xb7, 0x7d, 0x36, 0xa1, 0x18, + 0x9e, 0xb6, 0x7f, 0x11, 0xa0, 0xa6, 0x23, 0x3b, 0xf4, 0xf8, 0x94, 0x0e, 0xb8, 0x45, 0xc5, 0x5d, + 0xa8, 0x20, 0x75, 0x2d, 0x3a, 0x95, 0x84, 0x96, 0xa0, 0x6e, 0x19, 0xd1, 0x4e, 0xfc, 0x00, 0xee, + 0xf8, 0xf2, 0xc3, 0xd1, 0x99, 0x47, 0x87, 0x26, 0xb7, 0xa8, 0xb4, 0xd1, 0x12, 0xd4, 0x5a, 0x7f, + 0x67, 0x71, 0xd1, 0xac, 0x1d, 0xed, 0x1f, 0xea, 0xfd, 0x33, 0x2f, 0xd0, 0x60, 0xd4, 0x7c, 0x5c, + 0xbc, 0x13, 0x9f, 0xc2, 0xae, 0xed, 0xa2, 0x47, 0x5c, 0xcf, 0x26, 0x1e, 0x1d, 0x4e, 0xe8, 0xd4, + 0xb1, 0x11, 0x6d, 0xee, 0x4a, 0xe5, 0x96, 0xa0, 0x6e, 0xf7, 0x14, 0x6d, 0x95, 0x00, 0x6d, 0xdf, + 0x34, 0x29, 0xe2, 0x80, 0xbb, 0x63, 0x9b, 0x19, 0x77, 0x53, 0xd2, 0x4f, 0x12, 0xe1, 0x0f, 0xb7, + 0xbf, 0xfe, 0xf3, 0x87, 0x77, 0x22, 0xdf, 0x1e, 0x97, 0xaa, 0xc5, 0x9d, 0xd2, 0xe3, 0x52, 0xb5, + 0xb4, 0x53, 0x6e, 0x1f, 0x41, 0x3d, 0x1d, 0x8f, 0x41, 0x71, 0xc2, 0x5d, 0xa4, 0xe2, 0x9b, 0xb0, + 0xe9, 0x7b, 0x3d, 0xb4, 0xad, 0x20, 0xb0, 0x52, 0x1f, 0x16, 0x17, 0xcd, 0x8a, 0x0f, 0x39, 0x78, + 0x64, 0x54, 0xfc, 0xa3, 0x03, 0x4b, 0x94, 0xa1, 0x6a, 0x3e, 0xa3, 0xe6, 0x73, 0x3c, 0x71, 0xc2, + 0xf0, 0x8c, 0x64, 0xdf, 0xfe, 0x76, 0x03, 0x76, 0x75, 0x64, 0x07, 0x57, 0xee, 0x0c, 0xb8, 0xeb, + 0x4d, 0x89, 0xe9, 0xe5, 0x72, 0x56, 0x87, 0x32, 0xb1, 0x1c, 0xdb, 0x0d, 0x74, 0x6d, 0x19, 0xe1, + 0x26, 0xed, 0x49, 0x31, 0xd7, 0x93, 0x3a, 0x94, 0x8f, 0xc9, 0x88, 0x1e, 0x4b, 0xa5, 0x50, 0x34, + 0xd8, 0x88, 0x2a, 0x14, 0x1d, 0x64, 0x01, 0x73, 0xb5, 0xfe, 0xee, 0x5f, 0x17, 0x4d, 0xd1, 0x20, + 0xb3, 0xd8, 0x0d, 0x9d, 0x22, 0x12, 0x46, 0x0d, 0x1f, 0x22, 0x12, 0x28, 0x8f, 0x4f, 0x5c, 0x0b, + 0xa5, 0x4a, 0xab, 0xa8, 0x6e, 0xf7, 0xee, 0x69, 0x61, 0xd1, 0x68, 0x7e, 0x51, 0x69, 0x51, 0x51, + 0x69, 0x03, 0x6e, 0xbb, 0xfd, 0xbd, 0xf3, 0x8b, 0x66, 0xe1, 0xfb, 0xdf, 0x9a, 0x2a, 0xb3, 0xbd, + 0x67, 0x27, 0x23, 0xcd, 0xe4, 0x4e, 0x27, 0xaa, 0xb0, 0xf0, 0xef, 0x5d, 0xb4, 0x9e, 0x47, 0x35, + 0xe3, 0x0b, 0xa0, 0x11, 0x6a, 0x5e, 0x4a, 0x41, 0xfb, 0xe7, 0x0d, 0x68, 0x64, 0xb3, 0xd3, 0xfb, + 0x7f, 0xd2, 0x23, 0x8a, 0x50, 0x42, 0x72, 0xec, 0x49, 0x9b, 0x41, 0x1d, 0x05, 0x6b, 0xb1, 0x01, + 0x9b, 0x63, 0x7b, 0x3e, 0xf4, 0x9d, 0xac, 0xb6, 0x04, 0xb5, 0x6a, 0x54, 0xc6, 0xf6, 0x5c, 0x47, + 0xb6, 0xcc, 0xe5, 0xc7, 0xa0, 0x64, 0x53, 0x99, 0x14, 0xb3, 0x04, 0x9b, 0xc4, 0xb2, 0xa6, 0x14, + 0x31, 0xa2, 0x34, 0xde, 0xfa, 0x56, 0x2d, 0xe2, 0x91, 0xa8, 0x7a, 0x83, 0x75, 0xfb, 0x13, 0x68, + 0xe6, 0xa4, 0xe6, 0x1f, 0x2a, 0x5c, 0x08, 0x20, 0xea, 0xc8, 0x3e, 0x9a, 0x53, 0xf3, 0x64, 0x8d, + 0x36, 0xf0, 0xbb, 0x2a, 0xc2, 0x44, 0xa9, 0x4e, 0xf6, 0x71, 0xca, 0x8a, 0x2f, 0x91, 0xb2, 0xf2, + 0x7f, 0x53, 0xd1, 0x7b, 0x20, 0x5f, 0x8f, 0x31, 0x21, 0x2c, 0xa6, 0x45, 0x48, 0xd1, 0xf2, 0x5d, + 0x48, 0x8b, 0x6e, 0xb3, 0x29, 0xf9, 0x97, 0xb4, 0xac, 0xd5, 0x04, 0x11, 0x77, 0xa5, 0x5b, 0xb9, + 0xcb, 0x0a, 0x6c, 0xc5, 0xcb, 0x1b, 0x03, 0x73, 0xe1, 0x8e, 0x8e, 0xec, 0xe9, 0xc4, 0x22, 0x1e, + 0xdd, 0x0f, 0x9a, 0x34, 0x2f, 0xa6, 0xd7, 0x61, 0xcb, 0xa5, 0xb3, 0x61, 0xba, 0xad, 0xab, 0x2e, + 0x9d, 0x85, 0x42, 0xe9, 0x80, 0x8b, 0xcb, 0x01, 0x2f, 0x7b, 0x28, 0x05, 0x37, 0x6d, 0xca, 0x5e, + 0xec, 0x5d, 0xfb, 0x09, 0xbc, 0xa2, 0x23, 0x1b, 0x1c, 0x53, 0x32, 0xbd, 0xd9, 0x91, 0xb5, 0x6d, + 0x35, 0xe0, 0xee, 0x92, 0xc6, 0xc4, 0xd4, 0x4f, 0x42, 0xc0, 0x53, 0xe8, 0xc5, 0x72, 0xf3, 0x8c, + 0x6d, 0x96, 0x6b, 0x38, 0x95, 0xb9, 0x8d, 0xdc, 0xcc, 0x7d, 0x01, 0xb2, 0x4f, 0x53, 0xce, 0x60, + 0x2c, 0xae, 0x35, 0x18, 0x25, 0x97, 0xce, 0x0e, 0x6e, 0x9d, 0x8d, 0xed, 0xfb, 0xd0, 0xce, 0x8f, + 0x22, 0x0e, 0xb6, 0xf7, 0x63, 0x05, 0x8a, 0x3a, 0x32, 0xf1, 0x10, 0xb6, 0xae, 0x9e, 0x02, 0x19, + 0x1e, 0xa4, 0x47, 0xab, 0xfc, 0xe0, 0xe6, 0xf3, 0xa4, 0xa4, 0xbe, 0x84, 0xd7, 0xb2, 0xa6, 0xa6, + 0x9a, 0x29, 0x9e, 0x81, 0x94, 0xf7, 0xd6, 0x45, 0x26, 0x26, 0x3d, 0xa8, 0x67, 0x8e, 0xa2, 0xb7, + 0xd7, 0xd5, 0xd4, 0x93, 0xbb, 0x6b, 0x43, 0x13, 0xab, 0x14, 0x5e, 0x5d, 0xbd, 0x13, 0xef, 0x67, + 0x6a, 0x59, 0x41, 0xc9, 0x0f, 0xd7, 0x41, 0xa5, 0xcd, 0xac, 0xde, 0x31, 0xd9, 0x66, 0x56, 0x50, + 0x39, 0x66, 0xf2, 0x6e, 0x82, 0xcf, 0x60, 0x3b, 0xdd, 0xf2, 0xad, 0x4c, 0xe1, 0x14, 0x42, 0x56, + 0x6f, 0x43, 0x24, 0xaa, 0x3f, 0x05, 0x48, 0xf5, 0x70, 0x33, 0x53, 0xee, 0x0a, 0x20, 0xbf, 0x75, + 0x0b, 0x20, 0xd1, 0xfb, 0x15, 0x34, 0xf2, 0xfa, 0xf5, 0xe1, 0x0d, 0xce, 0x5d, 0x43, 0xcb, 0xef, + 0xbf, 0x0c, 0x3a, 0x36, 0xdf, 0x7f, 0x74, 0xfe, 0x87, 0x52, 0x38, 0x5f, 0x28, 0xc2, 0x8b, 0x85, + 0x22, 0xfc, 0xbe, 0x50, 0x84, 0x6f, 0x2e, 0x95, 0xc2, 0x8b, 0x4b, 0xa5, 0xf0, 0xeb, 0xa5, 0x52, + 0xf8, 0xfc, 0x41, 0x6a, 0x1c, 0x0d, 0x38, 0x3a, 0x47, 0xf1, 0x9b, 0xdc, 0xea, 0xcc, 0xc3, 0xb7, + 0x79, 0x30, 0x92, 0x46, 0x95, 0xe0, 0x65, 0xfe, 0xde, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x36, + 0x28, 0x5f, 0x2d, 0x35, 0x0c, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used.