From bd985f7839c54e2ffc17e2461a7ab1a177074d2f Mon Sep 17 00:00:00 2001 From: toteki <63419657+toteki@users.noreply.github.com> Date: Fri, 6 May 2022 07:33:34 -0700 Subject: [PATCH] chore: run make proto-gen --- x/leverage/types/genesis.pb.go | 112 ++++----- x/leverage/types/gov.pb.go | 47 ++-- x/leverage/types/leverage.pb.go | 106 ++++---- x/leverage/types/query.pb.go | 433 ++++++++++++++++---------------- x/leverage/types/query.pb.gw.go | 101 ++------ x/leverage/types/tx.pb.go | 164 ++++++------ x/oracle/types/genesis.pb.go | 83 +++--- x/oracle/types/oracle.pb.go | 126 +++++----- x/oracle/types/query.pb.go | 248 +++++++++--------- x/oracle/types/query.pb.gw.go | 51 +--- x/oracle/types/tx.pb.go | 118 ++++----- 11 files changed, 747 insertions(+), 842 deletions(-) diff --git a/x/leverage/types/genesis.pb.go b/x/leverage/types/genesis.pb.go index ca7ccc160a..5fc5c485a2 100644 --- a/x/leverage/types/genesis.pb.go +++ b/x/leverage/types/genesis.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: umee/leverage/v1beta1/genesis.proto +// source: umee/leverage/v1/genesis.proto package types @@ -43,7 +43,7 @@ func (m *GenesisState) Reset() { *m = GenesisState{} } func (m *GenesisState) String() string { return proto.CompactTextString(m) } func (*GenesisState) ProtoMessage() {} func (*GenesisState) Descriptor() ([]byte, []int) { - return fileDescriptor_bca558a26db296e9, []int{0} + return fileDescriptor_a51f71666aa8f549, []int{0} } func (m *GenesisState) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -152,7 +152,7 @@ func (m *AdjustedBorrow) Reset() { *m = AdjustedBorrow{} } func (m *AdjustedBorrow) String() string { return proto.CompactTextString(m) } func (*AdjustedBorrow) ProtoMessage() {} func (*AdjustedBorrow) Descriptor() ([]byte, []int) { - return fileDescriptor_bca558a26db296e9, []int{1} + return fileDescriptor_a51f71666aa8f549, []int{1} } func (m *AdjustedBorrow) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -205,7 +205,7 @@ func (m *CollateralSetting) Reset() { *m = CollateralSetting{} } func (m *CollateralSetting) String() string { return proto.CompactTextString(m) } func (*CollateralSetting) ProtoMessage() {} func (*CollateralSetting) Descriptor() ([]byte, []int) { - return fileDescriptor_bca558a26db296e9, []int{2} + return fileDescriptor_a51f71666aa8f549, []int{2} } func (m *CollateralSetting) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -258,7 +258,7 @@ func (m *Collateral) Reset() { *m = Collateral{} } func (m *Collateral) String() string { return proto.CompactTextString(m) } func (*Collateral) ProtoMessage() {} func (*Collateral) Descriptor() ([]byte, []int) { - return fileDescriptor_bca558a26db296e9, []int{3} + return fileDescriptor_a51f71666aa8f549, []int{3} } func (m *Collateral) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -311,7 +311,7 @@ func (m *BadDebt) Reset() { *m = BadDebt{} } func (m *BadDebt) String() string { return proto.CompactTextString(m) } func (*BadDebt) ProtoMessage() {} func (*BadDebt) Descriptor() ([]byte, []int) { - return fileDescriptor_bca558a26db296e9, []int{4} + return fileDescriptor_a51f71666aa8f549, []int{4} } func (m *BadDebt) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -364,7 +364,7 @@ func (m *InterestScalar) Reset() { *m = InterestScalar{} } func (m *InterestScalar) String() string { return proto.CompactTextString(m) } func (*InterestScalar) ProtoMessage() {} func (*InterestScalar) Descriptor() ([]byte, []int) { - return fileDescriptor_bca558a26db296e9, []int{5} + return fileDescriptor_a51f71666aa8f549, []int{5} } func (m *InterestScalar) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -401,60 +401,58 @@ func (m *InterestScalar) GetDenom() string { } func init() { - proto.RegisterType((*GenesisState)(nil), "umeenetwork.umee.leverage.v1beta1.GenesisState") - proto.RegisterType((*AdjustedBorrow)(nil), "umeenetwork.umee.leverage.v1beta1.AdjustedBorrow") - proto.RegisterType((*CollateralSetting)(nil), "umeenetwork.umee.leverage.v1beta1.CollateralSetting") - proto.RegisterType((*Collateral)(nil), "umeenetwork.umee.leverage.v1beta1.Collateral") - proto.RegisterType((*BadDebt)(nil), "umeenetwork.umee.leverage.v1beta1.BadDebt") - proto.RegisterType((*InterestScalar)(nil), "umeenetwork.umee.leverage.v1beta1.InterestScalar") + proto.RegisterType((*GenesisState)(nil), "umeenetwork.umee.leverage.v1.GenesisState") + proto.RegisterType((*AdjustedBorrow)(nil), "umeenetwork.umee.leverage.v1.AdjustedBorrow") + proto.RegisterType((*CollateralSetting)(nil), "umeenetwork.umee.leverage.v1.CollateralSetting") + proto.RegisterType((*Collateral)(nil), "umeenetwork.umee.leverage.v1.Collateral") + proto.RegisterType((*BadDebt)(nil), "umeenetwork.umee.leverage.v1.BadDebt") + proto.RegisterType((*InterestScalar)(nil), "umeenetwork.umee.leverage.v1.InterestScalar") } -func init() { - proto.RegisterFile("umee/leverage/v1beta1/genesis.proto", fileDescriptor_bca558a26db296e9) -} +func init() { proto.RegisterFile("umee/leverage/v1/genesis.proto", fileDescriptor_a51f71666aa8f549) } -var fileDescriptor_bca558a26db296e9 = []byte{ +var fileDescriptor_a51f71666aa8f549 = []byte{ // 635 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xcb, 0x6e, 0xd3, 0x4c, - 0x14, 0x8e, 0x7b, 0x49, 0x9a, 0x69, 0xff, 0xfe, 0x65, 0xe8, 0xc2, 0x54, 0xc8, 0x2d, 0x01, 0xa1, - 0x80, 0xa8, 0xdd, 0x16, 0x24, 0x04, 0x3b, 0xd2, 0x8a, 0x8a, 0x4a, 0x48, 0x28, 0xe9, 0x8a, 0x8d, - 0x35, 0xb6, 0x0f, 0xc6, 0xc4, 0xf6, 0x44, 0x73, 0x26, 0x29, 0x7d, 0x00, 0xf6, 0x3c, 0x07, 0x4f, - 0xd2, 0x65, 0x97, 0x88, 0x45, 0x41, 0xed, 0x8b, 0x20, 0xcf, 0x4c, 0x6e, 0xa5, 0x2a, 0xae, 0xc4, - 0x2a, 0x3e, 0x73, 0xce, 0x77, 0xc9, 0xcc, 0x37, 0x43, 0xee, 0xf7, 0x33, 0x00, 0x2f, 0x85, 0x01, - 0x08, 0x16, 0x83, 0x37, 0xd8, 0x0e, 0x40, 0xb2, 0x6d, 0x2f, 0x86, 0x1c, 0x30, 0x41, 0xb7, 0x27, - 0xb8, 0xe4, 0xf4, 0x5e, 0x31, 0x94, 0x83, 0x3c, 0xe2, 0xa2, 0xeb, 0x16, 0xdf, 0xee, 0x10, 0xe0, - 0x1a, 0xc0, 0xda, 0x6a, 0xcc, 0x63, 0xae, 0xa6, 0xbd, 0xe2, 0x4b, 0x03, 0xd7, 0x9c, 0x90, 0x63, - 0xc6, 0xd1, 0x0b, 0x18, 0x8e, 0xb9, 0x43, 0x9e, 0xe4, 0xa6, 0xff, 0xe0, 0x6a, 0xf5, 0x11, 0xbb, - 0x9a, 0x6a, 0x7c, 0xa9, 0x91, 0xa5, 0x7d, 0x6d, 0xa8, 0x23, 0x99, 0x04, 0xba, 0x4f, 0xaa, 0x3d, - 0x26, 0x58, 0x86, 0xb6, 0xb5, 0x61, 0x35, 0x17, 0x77, 0x1e, 0xb9, 0x7f, 0x35, 0xe8, 0xbe, 0x53, - 0x80, 0xd6, 0xdc, 0xc9, 0xd9, 0x7a, 0xa5, 0x6d, 0xe0, 0xf4, 0x80, 0x2c, 0x08, 0x88, 0x13, 0x94, - 0xe2, 0xd8, 0x9e, 0xd9, 0x98, 0x6d, 0x2e, 0xee, 0x34, 0x4b, 0x50, 0x1d, 0xf2, 0x2e, 0xe4, 0x86, - 0x69, 0x84, 0xa7, 0x01, 0x59, 0x61, 0xd1, 0xa7, 0x3e, 0x4a, 0x88, 0xfc, 0x80, 0x0b, 0xc1, 0x8f, - 0xd0, 0x9e, 0x55, 0x9c, 0xdb, 0x25, 0x38, 0x5f, 0x19, 0x68, 0x4b, 0x21, 0x0d, 0xf9, 0xff, 0x6c, - 0x6a, 0x15, 0x69, 0x97, 0xdc, 0x0e, 0x79, 0x9a, 0x32, 0x09, 0x82, 0xa5, 0x3e, 0x82, 0x94, 0x49, - 0x1e, 0xa3, 0x3d, 0xa7, 0x64, 0x9e, 0x95, 0x90, 0xd9, 0x1d, 0xa1, 0x3b, 0x1a, 0x6c, 0x94, 0x68, - 0x78, 0xb9, 0x81, 0xb4, 0x43, 0xc8, 0x78, 0xd5, 0x9e, 0x57, 0x1a, 0x9b, 0x37, 0xd2, 0x30, 0xe4, - 0x13, 0x34, 0x34, 0x2e, 0x76, 0x1c, 0x41, 0x0c, 0x00, 0xed, 0xaa, 0xa2, 0xbc, 0xe3, 0xea, 0x90, - 0xb8, 0x45, 0x48, 0x26, 0x48, 0x92, 0xbc, 0xb5, 0x55, 0xc0, 0xbf, 0xfd, 0x5c, 0x6f, 0xc6, 0x89, - 0xfc, 0xd8, 0x0f, 0xdc, 0x90, 0x67, 0x9e, 0x49, 0x94, 0xfe, 0xd9, 0xc4, 0xa8, 0xeb, 0xc9, 0xe3, - 0x1e, 0xa0, 0x02, 0x60, 0x7b, 0x44, 0x4e, 0x9f, 0x10, 0x9a, 0x32, 0x94, 0x7e, 0x92, 0x4b, 0x10, - 0x80, 0xd2, 0x97, 0x49, 0x06, 0x76, 0x6d, 0xc3, 0x6a, 0xce, 0xb6, 0x57, 0x8a, 0xce, 0x1b, 0xd3, - 0x38, 0x4c, 0x32, 0xa0, 0x6f, 0x49, 0x3d, 0x60, 0x91, 0x1f, 0x41, 0x20, 0xd1, 0x5e, 0x50, 0xbe, - 0x1e, 0x97, 0xf8, 0xab, 0x2d, 0x16, 0xed, 0x41, 0x20, 0x87, 0x59, 0x08, 0x74, 0x89, 0x45, 0x16, - 0x46, 0xba, 0x18, 0xb2, 0x94, 0x09, 0xb4, 0xeb, 0xa5, 0xb3, 0x30, 0x74, 0xd6, 0x51, 0xc8, 0x61, - 0x16, 0x92, 0xa9, 0x55, 0xa4, 0x3d, 0xf2, 0x5f, 0x5f, 0x16, 0x49, 0xf4, 0xb1, 0xdf, 0xeb, 0xa5, - 0xc7, 0x36, 0xf9, 0xf7, 0xdb, 0xb9, 0xa4, 0x15, 0x3a, 0x4a, 0xa0, 0xf1, 0x81, 0x2c, 0x4f, 0xc7, - 0x94, 0xda, 0xa4, 0xc6, 0xa2, 0x48, 0x00, 0xea, 0x9b, 0x58, 0x6f, 0x0f, 0x4b, 0xfa, 0x92, 0x54, - 0x59, 0xc6, 0xfb, 0xb9, 0xb4, 0x67, 0xd4, 0x15, 0xbd, 0x7b, 0xa5, 0xad, 0x3d, 0x08, 0x95, 0x33, - 0x73, 0x2b, 0x35, 0xa2, 0xb1, 0x4b, 0x6e, 0xfd, 0x91, 0xd3, 0x6b, 0xa4, 0x56, 0xc9, 0x7c, 0x04, - 0x39, 0xcf, 0x94, 0x52, 0xbd, 0xad, 0x8b, 0x86, 0x4f, 0xc8, 0x98, 0xe4, 0x1a, 0xf4, 0xf3, 0x4b, - 0x46, 0xaf, 0xd9, 0xbf, 0x69, 0x97, 0x2f, 0x48, 0xcd, 0x1c, 0xff, 0x8d, 0xbd, 0xe5, 0x64, 0x79, - 0xfa, 0x8c, 0xc7, 0x73, 0xd6, 0xc4, 0x1c, 0x7d, 0x4d, 0xaa, 0x3a, 0x3d, 0x1a, 0xde, 0x72, 0x0b, - 0x03, 0x3f, 0xce, 0xd6, 0x1f, 0x96, 0x38, 0xc0, 0x3d, 0x08, 0xdb, 0x06, 0xdd, 0x3a, 0x38, 0x39, - 0x77, 0xac, 0xd3, 0x73, 0xc7, 0xfa, 0x75, 0xee, 0x58, 0x5f, 0x2f, 0x9c, 0xca, 0xe9, 0x85, 0x53, - 0xf9, 0x7e, 0xe1, 0x54, 0xde, 0x6f, 0x4d, 0x30, 0x15, 0x61, 0xdc, 0x34, 0xc9, 0x54, 0x85, 0x37, - 0xd8, 0xf1, 0x3e, 0x8f, 0x5f, 0x67, 0xc5, 0x1b, 0x54, 0xd5, 0x9b, 0xfc, 0xf4, 0x77, 0x00, 0x00, - 0x00, 0xff, 0xff, 0xa2, 0x80, 0x8e, 0xa4, 0x39, 0x06, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xcb, 0x4e, 0xdb, 0x4c, + 0x14, 0x8e, 0xb9, 0x04, 0x32, 0xf0, 0xf3, 0xd3, 0x29, 0x0b, 0x17, 0x21, 0x07, 0xa5, 0x17, 0x65, + 0x01, 0x36, 0xd0, 0x45, 0xd5, 0xee, 0x6a, 0xe8, 0x75, 0x51, 0x55, 0x09, 0xab, 0x4a, 0x95, 0x35, + 0xb6, 0x0f, 0xae, 0x8b, 0xed, 0x89, 0xe6, 0x4c, 0x42, 0x79, 0x8b, 0x3e, 0x47, 0x9f, 0x84, 0x25, + 0xcb, 0xaa, 0x0b, 0x5a, 0x85, 0x17, 0xa9, 0x3c, 0x33, 0x49, 0x08, 0x54, 0x16, 0x95, 0xba, 0x8a, + 0x67, 0xce, 0xf9, 0x2e, 0x99, 0xf3, 0xcd, 0x10, 0xa7, 0x9f, 0x03, 0x78, 0x19, 0x0c, 0x40, 0xb0, + 0x04, 0xbc, 0xc1, 0xae, 0x97, 0x40, 0x01, 0x98, 0xa2, 0xdb, 0x13, 0x5c, 0x72, 0xba, 0x51, 0xd6, + 0x0b, 0x90, 0x27, 0x5c, 0x1c, 0xbb, 0xe5, 0xb7, 0x3b, 0xea, 0x75, 0x07, 0xbb, 0xeb, 0x6b, 0x09, + 0x4f, 0xb8, 0x6a, 0xf4, 0xca, 0x2f, 0x8d, 0x59, 0x77, 0x22, 0x8e, 0x39, 0x47, 0x2f, 0x64, 0x58, + 0x32, 0x86, 0x20, 0xd9, 0xae, 0x17, 0xf1, 0xb4, 0x30, 0xf5, 0xe6, 0x0d, 0xcd, 0x31, 0xa7, 0x6a, + 0x68, 0x0d, 0xeb, 0x64, 0xf9, 0x95, 0xb6, 0xd1, 0x95, 0x4c, 0x02, 0xf5, 0x49, 0xbd, 0xc7, 0x04, + 0xcb, 0xd1, 0xb6, 0x36, 0xad, 0xf6, 0xd2, 0xde, 0x03, 0xb7, 0xca, 0x96, 0xfb, 0x5e, 0xf5, 0xfa, + 0x73, 0x67, 0x17, 0xcd, 0x5a, 0xc7, 0x20, 0xe9, 0x0b, 0xb2, 0x28, 0x20, 0x49, 0x51, 0x8a, 0x53, + 0x7b, 0x66, 0x73, 0xb6, 0xbd, 0xb4, 0x77, 0xbf, 0x9a, 0xe5, 0x90, 0x1f, 0x43, 0x61, 0x48, 0xc6, + 0x50, 0xfa, 0x91, 0xac, 0xb2, 0xf8, 0x73, 0x1f, 0x25, 0xc4, 0x41, 0xc8, 0x85, 0xe0, 0x27, 0x68, + 0xcf, 0x2a, 0xba, 0xad, 0x6a, 0xba, 0xe7, 0x06, 0xe5, 0x2b, 0x90, 0xe1, 0xfd, 0x9f, 0x4d, 0xed, + 0x22, 0x3d, 0x22, 0x77, 0x23, 0x9e, 0x65, 0x4c, 0x82, 0x60, 0x59, 0x80, 0x20, 0x65, 0x5a, 0x24, + 0x68, 0xcf, 0x29, 0x05, 0xaf, 0x5a, 0x61, 0x7f, 0x0c, 0xec, 0x6a, 0x9c, 0x11, 0xa1, 0xd1, 0xf5, + 0x02, 0xd2, 0x77, 0x84, 0x4c, 0x76, 0xed, 0x79, 0x45, 0xdf, 0xbe, 0x2d, 0xbd, 0xe1, 0xbd, 0xc2, + 0x40, 0x93, 0xf2, 0x74, 0x11, 0xc4, 0x00, 0xd0, 0xae, 0x2b, 0xb6, 0x7b, 0xae, 0x8e, 0x81, 0x5b, + 0xc6, 0xc0, 0x35, 0x31, 0x70, 0xf7, 0x79, 0x5a, 0xf8, 0x3b, 0x25, 0xfc, 0xdb, 0xcf, 0x66, 0x3b, + 0x49, 0xe5, 0xa7, 0x7e, 0xe8, 0x46, 0x3c, 0xf7, 0x4c, 0x66, 0xf4, 0xcf, 0x36, 0xc6, 0xc7, 0x9e, + 0x3c, 0xed, 0x01, 0x2a, 0x00, 0x76, 0xc6, 0xe4, 0x74, 0x8b, 0xd0, 0x8c, 0xa1, 0x0c, 0xd2, 0x42, + 0x82, 0x00, 0x94, 0x81, 0x4c, 0x73, 0xb0, 0x17, 0x36, 0xad, 0xf6, 0x6c, 0x67, 0xb5, 0xac, 0xbc, + 0x31, 0x85, 0xc3, 0x34, 0x07, 0xfa, 0x9a, 0x34, 0x42, 0x16, 0x07, 0x31, 0x84, 0x12, 0xed, 0x45, + 0xe5, 0xeb, 0x61, 0xf5, 0xbf, 0xf4, 0x59, 0x7c, 0x00, 0xa1, 0x1c, 0xcd, 0x3d, 0xd4, 0x4b, 0x2c, + 0xe7, 0x3e, 0x96, 0xc4, 0x88, 0x65, 0x4c, 0xa0, 0xdd, 0xb8, 0xcd, 0xdc, 0x47, 0x7e, 0xba, 0x0a, + 0x34, 0x9a, 0x7b, 0x3a, 0xb5, 0x8b, 0xb4, 0x47, 0xfe, 0xeb, 0xcb, 0x32, 0x70, 0x01, 0xf6, 0x7b, + 0xbd, 0xec, 0xd4, 0x26, 0xff, 0xfe, 0x10, 0x97, 0xb5, 0x42, 0x57, 0x09, 0xb4, 0x8e, 0xc8, 0xca, + 0x74, 0x24, 0xa9, 0x4d, 0x16, 0x58, 0x1c, 0x0b, 0x40, 0x7d, 0xcd, 0x1a, 0x9d, 0xd1, 0x92, 0x3e, + 0x23, 0x75, 0x96, 0xf3, 0x7e, 0x21, 0xed, 0x19, 0x75, 0xff, 0x36, 0xfe, 0x68, 0xeb, 0x00, 0x22, + 0xe5, 0xcc, 0xdc, 0x3b, 0x8d, 0x68, 0xed, 0x93, 0x3b, 0x37, 0x82, 0x59, 0x21, 0xb5, 0x46, 0xe6, + 0x63, 0x28, 0x78, 0xae, 0x94, 0x1a, 0x1d, 0xbd, 0x68, 0x05, 0x84, 0x4c, 0x48, 0x2a, 0xd0, 0x4f, + 0xae, 0x19, 0xad, 0x38, 0xbf, 0x69, 0x97, 0x4f, 0xc9, 0x82, 0x99, 0xfc, 0x5f, 0x7b, 0x2b, 0xc8, + 0xca, 0xf4, 0x8c, 0x27, 0x7d, 0xd6, 0x95, 0x3e, 0xfa, 0x92, 0xd4, 0x75, 0x70, 0x34, 0xdc, 0x77, + 0x4b, 0x03, 0x3f, 0x2e, 0x9a, 0x8f, 0x6e, 0x31, 0xc0, 0x03, 0x88, 0x3a, 0x06, 0xed, 0xbf, 0x3d, + 0x1b, 0x3a, 0xd6, 0xf9, 0xd0, 0xb1, 0x7e, 0x0d, 0x1d, 0xeb, 0xeb, 0xa5, 0x53, 0x3b, 0xbf, 0x74, + 0x6a, 0xdf, 0x2f, 0x9d, 0xda, 0x87, 0x9d, 0x2b, 0x4c, 0x65, 0x0e, 0xb7, 0x4d, 0x28, 0xd5, 0xc2, + 0x1b, 0xec, 0x79, 0x5f, 0x26, 0xaf, 0xae, 0xe2, 0x0d, 0xeb, 0xea, 0xc1, 0x7d, 0xfc, 0x3b, 0x00, + 0x00, 0xff, 0xff, 0x0a, 0x27, 0xa0, 0xe4, 0x07, 0x06, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/leverage/types/gov.pb.go b/x/leverage/types/gov.pb.go index 476efdaa64..de32da753a 100644 --- a/x/leverage/types/gov.pb.go +++ b/x/leverage/types/gov.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: umee/leverage/v1beta1/gov.proto +// source: umee/leverage/v1/gov.proto package types @@ -35,7 +35,7 @@ type UpdateRegistryProposal struct { func (m *UpdateRegistryProposal) Reset() { *m = UpdateRegistryProposal{} } func (*UpdateRegistryProposal) ProtoMessage() {} func (*UpdateRegistryProposal) Descriptor() ([]byte, []int) { - return fileDescriptor_d46e4b240ab13a5c, []int{0} + return fileDescriptor_3febb94c702124d7, []int{0} } func (m *UpdateRegistryProposal) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -65,31 +65,30 @@ func (m *UpdateRegistryProposal) XXX_DiscardUnknown() { var xxx_messageInfo_UpdateRegistryProposal proto.InternalMessageInfo func init() { - proto.RegisterType((*UpdateRegistryProposal)(nil), "umeenetwork.umee.leverage.v1beta1.UpdateRegistryProposal") + proto.RegisterType((*UpdateRegistryProposal)(nil), "umeenetwork.umee.leverage.v1.UpdateRegistryProposal") } -func init() { proto.RegisterFile("umee/leverage/v1beta1/gov.proto", fileDescriptor_d46e4b240ab13a5c) } +func init() { proto.RegisterFile("umee/leverage/v1/gov.proto", fileDescriptor_3febb94c702124d7) } -var fileDescriptor_d46e4b240ab13a5c = []byte{ - // 277 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2f, 0xcd, 0x4d, 0x4d, - 0xd5, 0xcf, 0x49, 0x2d, 0x4b, 0x2d, 0x4a, 0x4c, 0x4f, 0xd5, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, - 0x34, 0xd4, 0x4f, 0xcf, 0x2f, 0xd3, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x52, 0x04, 0x29, 0xc8, - 0x4b, 0x2d, 0x29, 0xcf, 0x2f, 0xca, 0xd6, 0x03, 0xb1, 0xf5, 0x60, 0x8a, 0xf5, 0xa0, 0x8a, 0xa5, - 0x44, 0xd2, 0xf3, 0xd3, 0xf3, 0xc1, 0xaa, 0xf5, 0x41, 0x2c, 0x88, 0x46, 0x29, 0x15, 0xec, 0x26, - 0xc3, 0x75, 0x83, 0x55, 0x29, 0xad, 0x62, 0xe4, 0x12, 0x0b, 0x2d, 0x48, 0x49, 0x2c, 0x49, 0x0d, - 0x4a, 0x4d, 0xcf, 0x2c, 0x2e, 0x29, 0xaa, 0x0c, 0x28, 0xca, 0x2f, 0xc8, 0x2f, 0x4e, 0xcc, 0x11, - 0x12, 0xe1, 0x62, 0x2d, 0xc9, 0x2c, 0xc9, 0x49, 0x95, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x0c, 0x82, - 0x70, 0x84, 0x14, 0xb8, 0xb8, 0x53, 0x52, 0x8b, 0x93, 0x8b, 0x32, 0x0b, 0x4a, 0x32, 0xf3, 0xf3, - 0x24, 0x98, 0xc0, 0x72, 0xc8, 0x42, 0x42, 0x5e, 0x5c, 0x1c, 0x45, 0x50, 0xb3, 0x24, 0x98, 0x15, - 0x98, 0x35, 0xb8, 0x8d, 0x34, 0xf4, 0x08, 0x7a, 0x42, 0x2f, 0x24, 0x3f, 0x3b, 0x35, 0xcf, 0x89, - 0xe5, 0xc4, 0x3d, 0x79, 0x86, 0x20, 0xb8, 0x7e, 0x2b, 0x9e, 0x8e, 0x05, 0xf2, 0x0c, 0x33, 0x16, - 0xc8, 0x33, 0xbc, 0x58, 0x20, 0xcf, 0xe8, 0xe4, 0x75, 0xe2, 0x91, 0x1c, 0xe3, 0x85, 0x47, 0x72, - 0x8c, 0x0f, 0x1e, 0xc9, 0x31, 0x4e, 0x78, 0x2c, 0xc7, 0x70, 0xe1, 0xb1, 0x1c, 0xc3, 0x8d, 0xc7, - 0x72, 0x0c, 0x51, 0x06, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0x20, - 0xf3, 0x75, 0xa1, 0x96, 0x81, 0x39, 0xfa, 0x65, 0x46, 0xfa, 0x15, 0x88, 0x90, 0x28, 0xa9, 0x2c, - 0x48, 0x2d, 0x4e, 0x62, 0x03, 0xfb, 0xdf, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x4c, 0x92, 0x13, - 0xbb, 0x81, 0x01, 0x00, 0x00, +var fileDescriptor_3febb94c702124d7 = []byte{ + // 272 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2a, 0xcd, 0x4d, 0x4d, + 0xd5, 0xcf, 0x49, 0x2d, 0x4b, 0x2d, 0x4a, 0x4c, 0x4f, 0xd5, 0x2f, 0x33, 0xd4, 0x4f, 0xcf, 0x2f, + 0xd3, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x01, 0xc9, 0xe5, 0xa5, 0x96, 0x94, 0xe7, 0x17, + 0x65, 0xeb, 0x81, 0xd8, 0x7a, 0x30, 0x75, 0x7a, 0x65, 0x86, 0x52, 0x22, 0xe9, 0xf9, 0xe9, 0xf9, + 0x60, 0x85, 0xfa, 0x20, 0x16, 0x44, 0x8f, 0x94, 0x3c, 0x86, 0x79, 0x70, 0x3d, 0x60, 0x05, 0x4a, + 0x4b, 0x19, 0xb9, 0xc4, 0x42, 0x0b, 0x52, 0x12, 0x4b, 0x52, 0x83, 0x52, 0xd3, 0x33, 0x8b, 0x4b, + 0x8a, 0x2a, 0x03, 0x8a, 0xf2, 0x0b, 0xf2, 0x8b, 0x13, 0x73, 0x84, 0x44, 0xb8, 0x58, 0x4b, 0x32, + 0x4b, 0x72, 0x52, 0x25, 0x18, 0x15, 0x18, 0x35, 0x38, 0x83, 0x20, 0x1c, 0x21, 0x05, 0x2e, 0xee, + 0x94, 0xd4, 0xe2, 0xe4, 0xa2, 0xcc, 0x82, 0x92, 0xcc, 0xfc, 0x3c, 0x09, 0x26, 0xb0, 0x1c, 0xb2, + 0x90, 0x90, 0x2b, 0x17, 0x47, 0x11, 0xd4, 0x2c, 0x09, 0x66, 0x05, 0x66, 0x0d, 0x6e, 0x23, 0x65, + 0x3d, 0x7c, 0x4e, 0xd7, 0x0b, 0xc9, 0xcf, 0x4e, 0xcd, 0x73, 0x62, 0x39, 0x71, 0x4f, 0x9e, 0x21, + 0x08, 0xae, 0xd5, 0x8a, 0xa7, 0x63, 0x81, 0x3c, 0xc3, 0x8c, 0x05, 0xf2, 0x0c, 0x2f, 0x16, 0xc8, + 0x33, 0x3a, 0x79, 0x9d, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, + 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x41, 0x7a, + 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x3e, 0xc8, 0x68, 0x5d, 0xa8, 0x3d, 0x60, + 0x8e, 0x7e, 0x99, 0x91, 0x7e, 0x05, 0xc2, 0xff, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, + 0xaf, 0x1b, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x08, 0xb8, 0x7e, 0x11, 0x6d, 0x01, 0x00, 0x00, } func (this *UpdateRegistryProposal) Equal(that interface{}) bool { diff --git a/x/leverage/types/leverage.pb.go b/x/leverage/types/leverage.pb.go index 0c8e691d7e..83325ec02a 100644 --- a/x/leverage/types/leverage.pb.go +++ b/x/leverage/types/leverage.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: umee/leverage/v1beta1/leverage.proto +// source: umee/leverage/v1/leverage.proto package types @@ -43,7 +43,7 @@ type Params struct { func (m *Params) Reset() { *m = Params{} } func (*Params) ProtoMessage() {} func (*Params) Descriptor() ([]byte, []int) { - return fileDescriptor_f9aab5daf3352690, []int{0} + return fileDescriptor_8cb1bf9ea641ecc6, []int{0} } func (m *Params) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -114,7 +114,7 @@ func (m *Token) Reset() { *m = Token{} } func (m *Token) String() string { return proto.CompactTextString(m) } func (*Token) ProtoMessage() {} func (*Token) Descriptor() ([]byte, []int) { - return fileDescriptor_f9aab5daf3352690, []int{1} + return fileDescriptor_8cb1bf9ea641ecc6, []int{1} } func (m *Token) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -165,60 +165,58 @@ func (m *Token) GetExponent() uint32 { } func init() { - proto.RegisterType((*Params)(nil), "umeenetwork.umee.leverage.v1beta1.Params") - proto.RegisterType((*Token)(nil), "umeenetwork.umee.leverage.v1beta1.Token") + proto.RegisterType((*Params)(nil), "umeenetwork.umee.leverage.v1.Params") + proto.RegisterType((*Token)(nil), "umeenetwork.umee.leverage.v1.Token") } -func init() { - proto.RegisterFile("umee/leverage/v1beta1/leverage.proto", fileDescriptor_f9aab5daf3352690) -} +func init() { proto.RegisterFile("umee/leverage/v1/leverage.proto", fileDescriptor_8cb1bf9ea641ecc6) } -var fileDescriptor_f9aab5daf3352690 = []byte{ - // 702 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0xcb, 0x6e, 0x13, 0x31, - 0x14, 0xcd, 0x40, 0x5a, 0x1a, 0x97, 0xbe, 0xa6, 0x49, 0x1b, 0x41, 0xc9, 0x14, 0x0b, 0x50, 0x37, - 0xcd, 0x50, 0x60, 0x95, 0x65, 0xa8, 0x80, 0x56, 0xbc, 0x64, 0x8a, 0x2a, 0xb1, 0x19, 0x39, 0x93, - 0x4b, 0x32, 0x8a, 0x3d, 0x0e, 0x1e, 0xe7, 0xd1, 0x6e, 0x90, 0x40, 0xb0, 0x66, 0xc9, 0x06, 0xa9, - 0x9f, 0xc1, 0x27, 0x74, 0xd9, 0x25, 0x62, 0x11, 0xa1, 0x76, 0xc3, 0x3a, 0x5f, 0x80, 0xc6, 0x33, - 0x79, 0x55, 0x01, 0x29, 0x2a, 0xab, 0xb1, 0xcf, 0xbd, 0x3e, 0xe7, 0x78, 0xee, 0xb5, 0x8d, 0x6e, - 0x35, 0x38, 0x80, 0xcd, 0xa0, 0x09, 0x92, 0x56, 0xc0, 0x6e, 0x6e, 0x95, 0x40, 0xd1, 0xad, 0x3e, - 0x90, 0xaf, 0x4b, 0xa1, 0x84, 0x79, 0x33, 0xcc, 0xf2, 0x41, 0xb5, 0x84, 0xac, 0xe5, 0xc3, 0x71, - 0xbe, 0x9f, 0x10, 0xaf, 0xb8, 0x96, 0xae, 0x88, 0x8a, 0xd0, 0xd9, 0x76, 0x38, 0x8a, 0x16, 0xe2, - 0xef, 0x49, 0x34, 0xfd, 0x92, 0x4a, 0xca, 0x03, 0xf3, 0x9b, 0x81, 0x72, 0xae, 0xe0, 0x75, 0x06, - 0x0a, 0x1c, 0xe6, 0xbd, 0x6b, 0x78, 0x65, 0xaa, 0x3c, 0xe1, 0x3b, 0xaa, 0x2a, 0x21, 0xa8, 0x0a, - 0x56, 0xce, 0x5e, 0x5a, 0x37, 0x36, 0x52, 0xc5, 0xfd, 0xe3, 0x8e, 0x95, 0xf8, 0xd9, 0xb1, 0xee, - 0x54, 0x3c, 0x55, 0x6d, 0x94, 0xf2, 0xae, 0xe0, 0xb6, 0x2b, 0x02, 0x2e, 0x82, 0xf8, 0xb3, 0x19, - 0x94, 0x6b, 0xb6, 0x3a, 0xa8, 0x43, 0x90, 0xdf, 0x06, 0xb7, 0xdb, 0xb1, 0x6e, 0x1f, 0x50, 0xce, - 0x0a, 0xf8, 0xdf, 0xec, 0x98, 0xac, 0xf5, 0x12, 0x9e, 0x0e, 0xe2, 0x7b, 0xbd, 0xb0, 0xf9, 0x1e, - 0xa5, 0xb9, 0xe7, 0x7b, 0xbc, 0xc1, 0x1d, 0x97, 0x89, 0x00, 0x9c, 0xb7, 0xd4, 0x55, 0x42, 0x66, - 0x2f, 0x6b, 0x53, 0xcf, 0x26, 0x36, 0x75, 0x3d, 0x32, 0x35, 0x8e, 0x13, 0x13, 0x33, 0x86, 0x1f, - 0x86, 0xe8, 0x23, 0x0d, 0x86, 0x06, 0x84, 0xa4, 0x2e, 0x03, 0x47, 0x42, 0x8b, 0xca, 0x72, 0xcf, - 0x40, 0xf2, 0x62, 0x06, 0xc6, 0x71, 0x62, 0x62, 0x46, 0x30, 0xd1, 0x68, 0x6c, 0xe0, 0x93, 0x81, - 0x56, 0x02, 0x4e, 0x19, 0x1b, 0xf9, 0x81, 0x81, 0x77, 0x08, 0xd9, 0x29, 0xed, 0xe1, 0xc5, 0xc4, - 0x1e, 0x6e, 0x44, 0x1e, 0xc6, 0xb3, 0x62, 0x92, 0xd6, 0x81, 0xa1, 0x72, 0xbc, 0xf2, 0x0e, 0xa1, - 0x90, 0xfc, 0x7a, 0x64, 0x25, 0xf0, 0xe7, 0x14, 0x9a, 0xda, 0x13, 0x35, 0xf0, 0xcd, 0x07, 0x08, - 0x95, 0x68, 0x00, 0x4e, 0x19, 0x7c, 0xc1, 0xb3, 0x86, 0xb6, 0x92, 0xe9, 0x76, 0xac, 0xa5, 0x88, - 0x7c, 0x10, 0xc3, 0x24, 0x15, 0x4e, 0xb6, 0xc3, 0xb1, 0xe9, 0xa3, 0x79, 0x09, 0x01, 0xc8, 0x66, - 0xbf, 0x92, 0x51, 0x7b, 0x3d, 0x9e, 0x78, 0x13, 0x99, 0x48, 0x67, 0x94, 0x0d, 0x93, 0xb9, 0x18, - 0x88, 0xff, 0x5e, 0x0b, 0x2d, 0xb9, 0x82, 0x31, 0xaa, 0x40, 0x52, 0xe6, 0xb4, 0xc0, 0xab, 0x54, - 0x55, 0xdc, 0x3c, 0xbb, 0x13, 0x4b, 0x66, 0x7b, 0x1d, 0x7d, 0x8e, 0x10, 0x93, 0xc5, 0x01, 0xb6, - 0xaf, 0x21, 0xf3, 0xa3, 0x81, 0x32, 0xe3, 0xcf, 0x53, 0xd4, 0x39, 0xcf, 0x27, 0x56, 0x5f, 0x8b, - 0xd4, 0xff, 0x72, 0x8c, 0xd2, 0x6c, 0xdc, 0xf1, 0x09, 0xd0, 0xa2, 0x2e, 0x44, 0x49, 0x48, 0x29, - 0x5a, 0x8e, 0xa4, 0xaa, 0xd7, 0x35, 0x3b, 0x13, 0xeb, 0xaf, 0x0e, 0x15, 0x76, 0x88, 0x0f, 0x93, - 0xf9, 0x10, 0x2a, 0x6a, 0x84, 0x50, 0x05, 0xa1, 0x68, 0xcd, 0xf3, 0x6b, 0x23, 0xa2, 0xd3, 0x17, - 0x13, 0x3d, 0xcf, 0x87, 0xc9, 0x7c, 0x08, 0x0d, 0x89, 0xd6, 0xd1, 0x02, 0xa7, 0xed, 0x11, 0xcd, - 0x2b, 0x5a, 0xf3, 0xc9, 0xc4, 0x9a, 0x2b, 0xf1, 0x1d, 0x31, 0x4a, 0x87, 0xc9, 0x1c, 0xa7, 0xed, - 0x21, 0xc5, 0x0f, 0x06, 0xca, 0x68, 0x5f, 0x0d, 0xe5, 0x31, 0xef, 0x30, 0xaa, 0x88, 0x16, 0x9e, - 0xb9, 0x58, 0x85, 0xc7, 0x92, 0x62, 0xb2, 0x1c, 0xe2, 0xaf, 0x07, 0xb0, 0x36, 0x71, 0xbe, 0xcd, - 0x3c, 0xdf, 0x05, 0x5f, 0x79, 0x4d, 0xc8, 0xa6, 0xfe, 0x5f, 0x9b, 0xf5, 0x49, 0x47, 0xdb, 0x6c, - 0xa7, 0x07, 0x9b, 0x05, 0x74, 0x35, 0x38, 0xe0, 0x25, 0xc1, 0xe2, 0xdb, 0x00, 0x69, 0xed, 0xd5, - 0x6e, 0xc7, 0x5a, 0x8e, 0xaf, 0x9a, 0xa1, 0x28, 0x26, 0xb3, 0xd1, 0x34, 0xba, 0x11, 0x6c, 0x34, - 0x03, 0xed, 0xba, 0xf0, 0xc1, 0x57, 0xd9, 0xd9, 0x75, 0x63, 0x63, 0xae, 0xb8, 0xdc, 0xed, 0x58, - 0x0b, 0xd1, 0xba, 0x5e, 0x04, 0x93, 0x7e, 0x52, 0x21, 0xf9, 0xfb, 0xc8, 0x32, 0x8a, 0xbb, 0xc7, - 0xa7, 0x39, 0xe3, 0xe4, 0x34, 0x67, 0xfc, 0x3a, 0xcd, 0x19, 0x5f, 0xce, 0x72, 0x89, 0x93, 0xb3, - 0x5c, 0xe2, 0xc7, 0x59, 0x2e, 0xf1, 0xe6, 0xee, 0xd0, 0x56, 0xc3, 0x57, 0x71, 0x33, 0x7e, 0x22, - 0xf5, 0xc4, 0x6e, 0xde, 0xb3, 0xdb, 0x83, 0x97, 0x55, 0x6f, 0xbc, 0x34, 0xad, 0x9f, 0xc5, 0xfb, - 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x36, 0x2b, 0x70, 0x90, 0x77, 0x07, 0x00, 0x00, +var fileDescriptor_8cb1bf9ea641ecc6 = []byte{ + // 700 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0x4b, 0x6f, 0x13, 0x3b, + 0x14, 0xce, 0xdc, 0x9b, 0xf6, 0x36, 0xee, 0xed, 0x6b, 0x9a, 0xb4, 0x11, 0x94, 0x4c, 0x65, 0x09, + 0xd4, 0x4d, 0x33, 0x14, 0x58, 0x65, 0x19, 0x2a, 0xa0, 0x15, 0x2f, 0x99, 0xa2, 0x4a, 0x6c, 0x46, + 0xce, 0xe4, 0x90, 0x8c, 0x62, 0x8f, 0x83, 0xc7, 0x79, 0xb4, 0x1b, 0x24, 0x10, 0xac, 0x59, 0xb2, + 0x41, 0xea, 0xcf, 0xe0, 0x27, 0x74, 0xd9, 0x25, 0x62, 0x11, 0xa1, 0x76, 0xc3, 0x3a, 0xbf, 0x00, + 0x8d, 0x67, 0xf2, 0xaa, 0x02, 0xd2, 0xa8, 0xac, 0xc6, 0xfe, 0xce, 0x99, 0xef, 0xfb, 0xec, 0x73, + 0x6c, 0x23, 0xab, 0xc5, 0x01, 0x6c, 0x06, 0x6d, 0x90, 0xb4, 0x06, 0x76, 0x7b, 0x67, 0x38, 0x2e, + 0x36, 0xa5, 0x50, 0xc2, 0xdc, 0x08, 0x13, 0x7c, 0x50, 0x1d, 0x21, 0x1b, 0xc5, 0x70, 0x5c, 0x1c, + 0x26, 0xb4, 0x77, 0xae, 0x65, 0x6b, 0xa2, 0x26, 0x74, 0xa2, 0x1d, 0x8e, 0xa2, 0x7f, 0xf0, 0xd7, + 0x34, 0x9a, 0x7d, 0x4e, 0x25, 0xe5, 0x81, 0xf9, 0xc5, 0x40, 0x05, 0x57, 0xf0, 0x26, 0x03, 0x05, + 0x0e, 0xf3, 0xde, 0xb4, 0xbc, 0x2a, 0x55, 0x9e, 0xf0, 0x1d, 0x55, 0x97, 0x10, 0xd4, 0x05, 0xab, + 0xe6, 0xff, 0xd9, 0x34, 0xb6, 0x32, 0xe5, 0xc3, 0xd3, 0x9e, 0x95, 0xfa, 0xde, 0xb3, 0x6e, 0xd5, + 0x3c, 0x55, 0x6f, 0x55, 0x8a, 0xae, 0xe0, 0xb6, 0x2b, 0x02, 0x2e, 0x82, 0xf8, 0xb3, 0x1d, 0x54, + 0x1b, 0xb6, 0x3a, 0x6a, 0x42, 0x50, 0xdc, 0x05, 0xb7, 0xdf, 0xb3, 0x6e, 0x1e, 0x51, 0xce, 0x4a, + 0xf8, 0xcf, 0xec, 0x98, 0x6c, 0x0c, 0x12, 0x1e, 0x8f, 0xe2, 0x07, 0x83, 0xb0, 0xf9, 0x16, 0x65, + 0xb9, 0xe7, 0x7b, 0xbc, 0xc5, 0x1d, 0x97, 0x89, 0x00, 0x9c, 0xd7, 0xd4, 0x55, 0x42, 0xe6, 0xff, + 0xd5, 0xa6, 0x9e, 0x24, 0x36, 0x75, 0x3d, 0x32, 0x35, 0x8d, 0x13, 0x13, 0x33, 0x86, 0xef, 0x87, + 0xe8, 0x03, 0x0d, 0x86, 0x06, 0x84, 0xa4, 0x2e, 0x03, 0x47, 0x42, 0x87, 0xca, 0xea, 0xc0, 0x40, + 0xfa, 0x6a, 0x06, 0xa6, 0x71, 0x62, 0x62, 0x46, 0x30, 0xd1, 0x68, 0x6c, 0xe0, 0x83, 0x81, 0xd6, + 0x02, 0x4e, 0x19, 0x9b, 0xd8, 0xc0, 0xc0, 0x3b, 0x86, 0xfc, 0x8c, 0xf6, 0xf0, 0x2c, 0xb1, 0x87, + 0x1b, 0x91, 0x87, 0xe9, 0xac, 0x98, 0x64, 0x75, 0x60, 0xac, 0x1c, 0x2f, 0xbc, 0x63, 0x28, 0xa5, + 0x3f, 0x9f, 0x58, 0x29, 0xfc, 0x31, 0x83, 0x66, 0x0e, 0x44, 0x03, 0x7c, 0xf3, 0x1e, 0x42, 0x15, + 0x1a, 0x80, 0x53, 0x05, 0x5f, 0xf0, 0xbc, 0xa1, 0xad, 0xe4, 0xfa, 0x3d, 0x6b, 0x25, 0x22, 0x1f, + 0xc5, 0x30, 0xc9, 0x84, 0x93, 0xdd, 0x70, 0x6c, 0xfa, 0x68, 0x51, 0x42, 0x00, 0xb2, 0x3d, 0xac, + 0x64, 0xd4, 0x5e, 0x0f, 0x13, 0x2f, 0x22, 0x17, 0xe9, 0x4c, 0xb2, 0x61, 0xb2, 0x10, 0x03, 0xf1, + 0xee, 0x75, 0xd0, 0x8a, 0x2b, 0x18, 0xa3, 0x0a, 0x24, 0x65, 0x4e, 0x07, 0xbc, 0x5a, 0x5d, 0xc5, + 0xcd, 0xb3, 0x9f, 0x58, 0x32, 0x3f, 0xe8, 0xe8, 0x4b, 0x84, 0x98, 0x2c, 0x8f, 0xb0, 0x43, 0x0d, + 0x99, 0xef, 0x0d, 0x94, 0x9b, 0x7e, 0x9e, 0xa2, 0xce, 0x79, 0x9a, 0x58, 0x7d, 0x23, 0x52, 0xff, + 0xcd, 0x31, 0xca, 0xb2, 0x69, 0xc7, 0x27, 0x40, 0xcb, 0xba, 0x10, 0x15, 0x21, 0xa5, 0xe8, 0x38, + 0x92, 0xaa, 0x41, 0xd7, 0xec, 0x25, 0xd6, 0x5f, 0x1f, 0x2b, 0xec, 0x18, 0x1f, 0x26, 0x8b, 0x21, + 0x54, 0xd6, 0x08, 0xa1, 0x0a, 0x42, 0xd1, 0x86, 0xe7, 0x37, 0x26, 0x44, 0x67, 0xaf, 0x26, 0x7a, + 0x99, 0x0f, 0x93, 0xc5, 0x10, 0x1a, 0x13, 0x6d, 0xa2, 0x25, 0x4e, 0xbb, 0x13, 0x9a, 0xff, 0x69, + 0xcd, 0x47, 0x89, 0x35, 0xd7, 0xe2, 0x3b, 0x62, 0x92, 0x0e, 0x93, 0x05, 0x4e, 0xbb, 0x63, 0x8a, + 0xef, 0x0c, 0x94, 0xd3, 0xbe, 0x5a, 0xca, 0x63, 0xde, 0x71, 0x54, 0x11, 0x2d, 0x3c, 0x77, 0xb5, + 0x0a, 0x4f, 0x25, 0xc5, 0x64, 0x35, 0xc4, 0x5f, 0x8e, 0x60, 0x6d, 0xe2, 0x72, 0x9b, 0x79, 0xbe, + 0x0b, 0xbe, 0xf2, 0xda, 0x90, 0xcf, 0xfc, 0xbd, 0x36, 0x1b, 0x92, 0x4e, 0xb6, 0xd9, 0xde, 0x00, + 0x36, 0x4b, 0xe8, 0xff, 0xe0, 0x88, 0x57, 0x04, 0x8b, 0x6f, 0x03, 0xa4, 0xb5, 0xd7, 0xfb, 0x3d, + 0x6b, 0x35, 0xbe, 0x6a, 0xc6, 0xa2, 0x98, 0xcc, 0x47, 0xd3, 0xe8, 0x46, 0xb0, 0xd1, 0x1c, 0x74, + 0x9b, 0xc2, 0x07, 0x5f, 0xe5, 0xe7, 0x37, 0x8d, 0xad, 0x85, 0xf2, 0x6a, 0xbf, 0x67, 0x2d, 0x45, + 0xff, 0x0d, 0x22, 0x98, 0x0c, 0x93, 0x4a, 0xe9, 0x9f, 0x27, 0x96, 0x51, 0xde, 0x3f, 0x3d, 0x2f, + 0x18, 0x67, 0xe7, 0x05, 0xe3, 0xc7, 0x79, 0xc1, 0xf8, 0x74, 0x51, 0x48, 0x9d, 0x5d, 0x14, 0x52, + 0xdf, 0x2e, 0x0a, 0xa9, 0x57, 0xb7, 0xc7, 0x96, 0x1a, 0x3e, 0x88, 0xdb, 0xf1, 0xeb, 0xa8, 0x27, + 0x76, 0xfb, 0x8e, 0xdd, 0x1d, 0xbd, 0xa7, 0x7a, 0xe1, 0x95, 0x59, 0xfd, 0x2c, 0xde, 0xfd, 0x15, + 0x00, 0x00, 0xff, 0xff, 0x09, 0xae, 0xa9, 0x8f, 0x6d, 0x07, 0x00, 0x00, } func (this *Token) Equal(that interface{}) bool { diff --git a/x/leverage/types/query.pb.go b/x/leverage/types/query.pb.go index 1da4d5527e..5019c9a92c 100644 --- a/x/leverage/types/query.pb.go +++ b/x/leverage/types/query.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: umee/leverage/v1beta1/query.proto +// source: umee/leverage/v1/query.proto package types @@ -40,7 +40,7 @@ func (m *QueryRegisteredTokens) Reset() { *m = QueryRegisteredTokens{} } func (m *QueryRegisteredTokens) String() string { return proto.CompactTextString(m) } func (*QueryRegisteredTokens) ProtoMessage() {} func (*QueryRegisteredTokens) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{0} + return fileDescriptor_1e8137dcabb0ccc7, []int{0} } func (m *QueryRegisteredTokens) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -79,7 +79,7 @@ func (m *QueryAvailableBorrowRequest) Reset() { *m = QueryAvailableBorro func (m *QueryAvailableBorrowRequest) String() string { return proto.CompactTextString(m) } func (*QueryAvailableBorrowRequest) ProtoMessage() {} func (*QueryAvailableBorrowRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{1} + return fileDescriptor_1e8137dcabb0ccc7, []int{1} } func (m *QueryAvailableBorrowRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -125,7 +125,7 @@ func (m *QueryAvailableBorrowResponse) Reset() { *m = QueryAvailableBorr func (m *QueryAvailableBorrowResponse) String() string { return proto.CompactTextString(m) } func (*QueryAvailableBorrowResponse) ProtoMessage() {} func (*QueryAvailableBorrowResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{2} + return fileDescriptor_1e8137dcabb0ccc7, []int{2} } func (m *QueryAvailableBorrowResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -164,7 +164,7 @@ func (m *QueryBorrowAPYRequest) Reset() { *m = QueryBorrowAPYRequest{} } func (m *QueryBorrowAPYRequest) String() string { return proto.CompactTextString(m) } func (*QueryBorrowAPYRequest) ProtoMessage() {} func (*QueryBorrowAPYRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{3} + return fileDescriptor_1e8137dcabb0ccc7, []int{3} } func (m *QueryBorrowAPYRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -210,7 +210,7 @@ func (m *QueryBorrowAPYResponse) Reset() { *m = QueryBorrowAPYResponse{} func (m *QueryBorrowAPYResponse) String() string { return proto.CompactTextString(m) } func (*QueryBorrowAPYResponse) ProtoMessage() {} func (*QueryBorrowAPYResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{4} + return fileDescriptor_1e8137dcabb0ccc7, []int{4} } func (m *QueryBorrowAPYResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -249,7 +249,7 @@ func (m *QueryLendAPYRequest) Reset() { *m = QueryLendAPYRequest{} } func (m *QueryLendAPYRequest) String() string { return proto.CompactTextString(m) } func (*QueryLendAPYRequest) ProtoMessage() {} func (*QueryLendAPYRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{5} + return fileDescriptor_1e8137dcabb0ccc7, []int{5} } func (m *QueryLendAPYRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -295,7 +295,7 @@ func (m *QueryLendAPYResponse) Reset() { *m = QueryLendAPYResponse{} } func (m *QueryLendAPYResponse) String() string { return proto.CompactTextString(m) } func (*QueryLendAPYResponse) ProtoMessage() {} func (*QueryLendAPYResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{6} + return fileDescriptor_1e8137dcabb0ccc7, []int{6} } func (m *QueryLendAPYResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -334,7 +334,7 @@ func (m *QueryMarketSizeRequest) Reset() { *m = QueryMarketSizeRequest{} func (m *QueryMarketSizeRequest) String() string { return proto.CompactTextString(m) } func (*QueryMarketSizeRequest) ProtoMessage() {} func (*QueryMarketSizeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{7} + return fileDescriptor_1e8137dcabb0ccc7, []int{7} } func (m *QueryMarketSizeRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -380,7 +380,7 @@ func (m *QueryMarketSizeResponse) Reset() { *m = QueryMarketSizeResponse func (m *QueryMarketSizeResponse) String() string { return proto.CompactTextString(m) } func (*QueryMarketSizeResponse) ProtoMessage() {} func (*QueryMarketSizeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{8} + return fileDescriptor_1e8137dcabb0ccc7, []int{8} } func (m *QueryMarketSizeResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -419,7 +419,7 @@ func (m *QueryTokenMarketSizeRequest) Reset() { *m = QueryTokenMarketSiz func (m *QueryTokenMarketSizeRequest) String() string { return proto.CompactTextString(m) } func (*QueryTokenMarketSizeRequest) ProtoMessage() {} func (*QueryTokenMarketSizeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{9} + return fileDescriptor_1e8137dcabb0ccc7, []int{9} } func (m *QueryTokenMarketSizeRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -465,7 +465,7 @@ func (m *QueryTokenMarketSizeResponse) Reset() { *m = QueryTokenMarketSi func (m *QueryTokenMarketSizeResponse) String() string { return proto.CompactTextString(m) } func (*QueryTokenMarketSizeResponse) ProtoMessage() {} func (*QueryTokenMarketSizeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{10} + return fileDescriptor_1e8137dcabb0ccc7, []int{10} } func (m *QueryTokenMarketSizeResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -504,7 +504,7 @@ func (m *QueryRegisteredTokensResponse) Reset() { *m = QueryRegisteredTo func (m *QueryRegisteredTokensResponse) String() string { return proto.CompactTextString(m) } func (*QueryRegisteredTokensResponse) ProtoMessage() {} func (*QueryRegisteredTokensResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{11} + return fileDescriptor_1e8137dcabb0ccc7, []int{11} } func (m *QueryRegisteredTokensResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -549,7 +549,7 @@ func (m *QueryParamsRequest) Reset() { *m = QueryParamsRequest{} } func (m *QueryParamsRequest) String() string { return proto.CompactTextString(m) } func (*QueryParamsRequest) ProtoMessage() {} func (*QueryParamsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{12} + return fileDescriptor_1e8137dcabb0ccc7, []int{12} } func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -588,7 +588,7 @@ func (m *QueryParamsResponse) Reset() { *m = QueryParamsResponse{} } func (m *QueryParamsResponse) String() string { return proto.CompactTextString(m) } func (*QueryParamsResponse) ProtoMessage() {} func (*QueryParamsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{13} + return fileDescriptor_1e8137dcabb0ccc7, []int{13} } func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -635,7 +635,7 @@ func (m *QueryBorrowedRequest) Reset() { *m = QueryBorrowedRequest{} } func (m *QueryBorrowedRequest) String() string { return proto.CompactTextString(m) } func (*QueryBorrowedRequest) ProtoMessage() {} func (*QueryBorrowedRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{14} + return fileDescriptor_1e8137dcabb0ccc7, []int{14} } func (m *QueryBorrowedRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -688,7 +688,7 @@ func (m *QueryBorrowedResponse) Reset() { *m = QueryBorrowedResponse{} } func (m *QueryBorrowedResponse) String() string { return proto.CompactTextString(m) } func (*QueryBorrowedResponse) ProtoMessage() {} func (*QueryBorrowedResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{15} + return fileDescriptor_1e8137dcabb0ccc7, []int{15} } func (m *QueryBorrowedResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -734,7 +734,7 @@ func (m *QueryBorrowedValueRequest) Reset() { *m = QueryBorrowedValueReq func (m *QueryBorrowedValueRequest) String() string { return proto.CompactTextString(m) } func (*QueryBorrowedValueRequest) ProtoMessage() {} func (*QueryBorrowedValueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{16} + return fileDescriptor_1e8137dcabb0ccc7, []int{16} } func (m *QueryBorrowedValueRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -786,7 +786,7 @@ func (m *QueryBorrowedValueResponse) Reset() { *m = QueryBorrowedValueRe func (m *QueryBorrowedValueResponse) String() string { return proto.CompactTextString(m) } func (*QueryBorrowedValueResponse) ProtoMessage() {} func (*QueryBorrowedValueResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{17} + return fileDescriptor_1e8137dcabb0ccc7, []int{17} } func (m *QueryBorrowedValueResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -825,7 +825,7 @@ func (m *QueryCollateralValueRequest) Reset() { *m = QueryCollateralValu func (m *QueryCollateralValueRequest) String() string { return proto.CompactTextString(m) } func (*QueryCollateralValueRequest) ProtoMessage() {} func (*QueryCollateralValueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{18} + return fileDescriptor_1e8137dcabb0ccc7, []int{18} } func (m *QueryCollateralValueRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -877,7 +877,7 @@ func (m *QueryCollateralValueResponse) Reset() { *m = QueryCollateralVal func (m *QueryCollateralValueResponse) String() string { return proto.CompactTextString(m) } func (*QueryCollateralValueResponse) ProtoMessage() {} func (*QueryCollateralValueResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{19} + return fileDescriptor_1e8137dcabb0ccc7, []int{19} } func (m *QueryCollateralValueResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -916,7 +916,7 @@ func (m *QueryLoanedRequest) Reset() { *m = QueryLoanedRequest{} } func (m *QueryLoanedRequest) String() string { return proto.CompactTextString(m) } func (*QueryLoanedRequest) ProtoMessage() {} func (*QueryLoanedRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{20} + return fileDescriptor_1e8137dcabb0ccc7, []int{20} } func (m *QueryLoanedRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -968,7 +968,7 @@ func (m *QueryLoanedResponse) Reset() { *m = QueryLoanedResponse{} } func (m *QueryLoanedResponse) String() string { return proto.CompactTextString(m) } func (*QueryLoanedResponse) ProtoMessage() {} func (*QueryLoanedResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{21} + return fileDescriptor_1e8137dcabb0ccc7, []int{21} } func (m *QueryLoanedResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1014,7 +1014,7 @@ func (m *QueryLoanedValueRequest) Reset() { *m = QueryLoanedValueRequest func (m *QueryLoanedValueRequest) String() string { return proto.CompactTextString(m) } func (*QueryLoanedValueRequest) ProtoMessage() {} func (*QueryLoanedValueRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{22} + return fileDescriptor_1e8137dcabb0ccc7, []int{22} } func (m *QueryLoanedValueRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1066,7 +1066,7 @@ func (m *QueryLoanedValueResponse) Reset() { *m = QueryLoanedValueRespon func (m *QueryLoanedValueResponse) String() string { return proto.CompactTextString(m) } func (*QueryLoanedValueResponse) ProtoMessage() {} func (*QueryLoanedValueResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{23} + return fileDescriptor_1e8137dcabb0ccc7, []int{23} } func (m *QueryLoanedValueResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1105,7 +1105,7 @@ func (m *QueryReserveAmountRequest) Reset() { *m = QueryReserveAmountReq func (m *QueryReserveAmountRequest) String() string { return proto.CompactTextString(m) } func (*QueryReserveAmountRequest) ProtoMessage() {} func (*QueryReserveAmountRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{24} + return fileDescriptor_1e8137dcabb0ccc7, []int{24} } func (m *QueryReserveAmountRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1151,7 +1151,7 @@ func (m *QueryReserveAmountResponse) Reset() { *m = QueryReserveAmountRe func (m *QueryReserveAmountResponse) String() string { return proto.CompactTextString(m) } func (*QueryReserveAmountResponse) ProtoMessage() {} func (*QueryReserveAmountResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{25} + return fileDescriptor_1e8137dcabb0ccc7, []int{25} } func (m *QueryReserveAmountResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1191,7 +1191,7 @@ func (m *QueryCollateralSettingRequest) Reset() { *m = QueryCollateralSe func (m *QueryCollateralSettingRequest) String() string { return proto.CompactTextString(m) } func (*QueryCollateralSettingRequest) ProtoMessage() {} func (*QueryCollateralSettingRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{26} + return fileDescriptor_1e8137dcabb0ccc7, []int{26} } func (m *QueryCollateralSettingRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1244,7 +1244,7 @@ func (m *QueryCollateralSettingResponse) Reset() { *m = QueryCollateralS func (m *QueryCollateralSettingResponse) String() string { return proto.CompactTextString(m) } func (*QueryCollateralSettingResponse) ProtoMessage() {} func (*QueryCollateralSettingResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{27} + return fileDescriptor_1e8137dcabb0ccc7, []int{27} } func (m *QueryCollateralSettingResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1291,7 +1291,7 @@ func (m *QueryCollateralRequest) Reset() { *m = QueryCollateralRequest{} func (m *QueryCollateralRequest) String() string { return proto.CompactTextString(m) } func (*QueryCollateralRequest) ProtoMessage() {} func (*QueryCollateralRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{28} + return fileDescriptor_1e8137dcabb0ccc7, []int{28} } func (m *QueryCollateralRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1344,7 +1344,7 @@ func (m *QueryCollateralResponse) Reset() { *m = QueryCollateralResponse func (m *QueryCollateralResponse) String() string { return proto.CompactTextString(m) } func (*QueryCollateralResponse) ProtoMessage() {} func (*QueryCollateralResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{29} + return fileDescriptor_1e8137dcabb0ccc7, []int{29} } func (m *QueryCollateralResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1390,7 +1390,7 @@ func (m *QueryExchangeRateRequest) Reset() { *m = QueryExchangeRateReque func (m *QueryExchangeRateRequest) String() string { return proto.CompactTextString(m) } func (*QueryExchangeRateRequest) ProtoMessage() {} func (*QueryExchangeRateRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{30} + return fileDescriptor_1e8137dcabb0ccc7, []int{30} } func (m *QueryExchangeRateRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1436,7 +1436,7 @@ func (m *QueryExchangeRateResponse) Reset() { *m = QueryExchangeRateResp func (m *QueryExchangeRateResponse) String() string { return proto.CompactTextString(m) } func (*QueryExchangeRateResponse) ProtoMessage() {} func (*QueryExchangeRateResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{31} + return fileDescriptor_1e8137dcabb0ccc7, []int{31} } func (m *QueryExchangeRateResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1475,7 +1475,7 @@ func (m *QueryBorrowLimitRequest) Reset() { *m = QueryBorrowLimitRequest func (m *QueryBorrowLimitRequest) String() string { return proto.CompactTextString(m) } func (*QueryBorrowLimitRequest) ProtoMessage() {} func (*QueryBorrowLimitRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{32} + return fileDescriptor_1e8137dcabb0ccc7, []int{32} } func (m *QueryBorrowLimitRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1521,7 +1521,7 @@ func (m *QueryBorrowLimitResponse) Reset() { *m = QueryBorrowLimitRespon func (m *QueryBorrowLimitResponse) String() string { return proto.CompactTextString(m) } func (*QueryBorrowLimitResponse) ProtoMessage() {} func (*QueryBorrowLimitResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{33} + return fileDescriptor_1e8137dcabb0ccc7, []int{33} } func (m *QueryBorrowLimitResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1560,7 +1560,7 @@ func (m *QueryLiquidationLimitRequest) Reset() { *m = QueryLiquidationLi func (m *QueryLiquidationLimitRequest) String() string { return proto.CompactTextString(m) } func (*QueryLiquidationLimitRequest) ProtoMessage() {} func (*QueryLiquidationLimitRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{34} + return fileDescriptor_1e8137dcabb0ccc7, []int{34} } func (m *QueryLiquidationLimitRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1606,7 +1606,7 @@ func (m *QueryLiquidationLimitResponse) Reset() { *m = QueryLiquidationL func (m *QueryLiquidationLimitResponse) String() string { return proto.CompactTextString(m) } func (*QueryLiquidationLimitResponse) ProtoMessage() {} func (*QueryLiquidationLimitResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{35} + return fileDescriptor_1e8137dcabb0ccc7, []int{35} } func (m *QueryLiquidationLimitResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1644,7 +1644,7 @@ func (m *QueryLiquidationTargetsRequest) Reset() { *m = QueryLiquidation func (m *QueryLiquidationTargetsRequest) String() string { return proto.CompactTextString(m) } func (*QueryLiquidationTargetsRequest) ProtoMessage() {} func (*QueryLiquidationTargetsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{36} + return fileDescriptor_1e8137dcabb0ccc7, []int{36} } func (m *QueryLiquidationTargetsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1683,7 +1683,7 @@ func (m *QueryLiquidationTargetsResponse) Reset() { *m = QueryLiquidatio func (m *QueryLiquidationTargetsResponse) String() string { return proto.CompactTextString(m) } func (*QueryLiquidationTargetsResponse) ProtoMessage() {} func (*QueryLiquidationTargetsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_32bddfd5abbfa4dc, []int{37} + return fileDescriptor_1e8137dcabb0ccc7, []int{37} } func (m *QueryLiquidationTargetsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1720,144 +1720,143 @@ func (m *QueryLiquidationTargetsResponse) GetTargets() []string { } func init() { - proto.RegisterType((*QueryRegisteredTokens)(nil), "umeenetwork.umee.leverage.v1beta1.QueryRegisteredTokens") - proto.RegisterType((*QueryAvailableBorrowRequest)(nil), "umeenetwork.umee.leverage.v1beta1.QueryAvailableBorrowRequest") - proto.RegisterType((*QueryAvailableBorrowResponse)(nil), "umeenetwork.umee.leverage.v1beta1.QueryAvailableBorrowResponse") - proto.RegisterType((*QueryBorrowAPYRequest)(nil), "umeenetwork.umee.leverage.v1beta1.QueryBorrowAPYRequest") - proto.RegisterType((*QueryBorrowAPYResponse)(nil), "umeenetwork.umee.leverage.v1beta1.QueryBorrowAPYResponse") - proto.RegisterType((*QueryLendAPYRequest)(nil), "umeenetwork.umee.leverage.v1beta1.QueryLendAPYRequest") - proto.RegisterType((*QueryLendAPYResponse)(nil), "umeenetwork.umee.leverage.v1beta1.QueryLendAPYResponse") - proto.RegisterType((*QueryMarketSizeRequest)(nil), "umeenetwork.umee.leverage.v1beta1.QueryMarketSizeRequest") - proto.RegisterType((*QueryMarketSizeResponse)(nil), "umeenetwork.umee.leverage.v1beta1.QueryMarketSizeResponse") - proto.RegisterType((*QueryTokenMarketSizeRequest)(nil), "umeenetwork.umee.leverage.v1beta1.QueryTokenMarketSizeRequest") - proto.RegisterType((*QueryTokenMarketSizeResponse)(nil), "umeenetwork.umee.leverage.v1beta1.QueryTokenMarketSizeResponse") - proto.RegisterType((*QueryRegisteredTokensResponse)(nil), "umeenetwork.umee.leverage.v1beta1.QueryRegisteredTokensResponse") - proto.RegisterType((*QueryParamsRequest)(nil), "umeenetwork.umee.leverage.v1beta1.QueryParamsRequest") - proto.RegisterType((*QueryParamsResponse)(nil), "umeenetwork.umee.leverage.v1beta1.QueryParamsResponse") - proto.RegisterType((*QueryBorrowedRequest)(nil), "umeenetwork.umee.leverage.v1beta1.QueryBorrowedRequest") - proto.RegisterType((*QueryBorrowedResponse)(nil), "umeenetwork.umee.leverage.v1beta1.QueryBorrowedResponse") - proto.RegisterType((*QueryBorrowedValueRequest)(nil), "umeenetwork.umee.leverage.v1beta1.QueryBorrowedValueRequest") - proto.RegisterType((*QueryBorrowedValueResponse)(nil), "umeenetwork.umee.leverage.v1beta1.QueryBorrowedValueResponse") - proto.RegisterType((*QueryCollateralValueRequest)(nil), "umeenetwork.umee.leverage.v1beta1.QueryCollateralValueRequest") - proto.RegisterType((*QueryCollateralValueResponse)(nil), "umeenetwork.umee.leverage.v1beta1.QueryCollateralValueResponse") - proto.RegisterType((*QueryLoanedRequest)(nil), "umeenetwork.umee.leverage.v1beta1.QueryLoanedRequest") - proto.RegisterType((*QueryLoanedResponse)(nil), "umeenetwork.umee.leverage.v1beta1.QueryLoanedResponse") - proto.RegisterType((*QueryLoanedValueRequest)(nil), "umeenetwork.umee.leverage.v1beta1.QueryLoanedValueRequest") - proto.RegisterType((*QueryLoanedValueResponse)(nil), "umeenetwork.umee.leverage.v1beta1.QueryLoanedValueResponse") - proto.RegisterType((*QueryReserveAmountRequest)(nil), "umeenetwork.umee.leverage.v1beta1.QueryReserveAmountRequest") - proto.RegisterType((*QueryReserveAmountResponse)(nil), "umeenetwork.umee.leverage.v1beta1.QueryReserveAmountResponse") - proto.RegisterType((*QueryCollateralSettingRequest)(nil), "umeenetwork.umee.leverage.v1beta1.QueryCollateralSettingRequest") - proto.RegisterType((*QueryCollateralSettingResponse)(nil), "umeenetwork.umee.leverage.v1beta1.QueryCollateralSettingResponse") - proto.RegisterType((*QueryCollateralRequest)(nil), "umeenetwork.umee.leverage.v1beta1.QueryCollateralRequest") - proto.RegisterType((*QueryCollateralResponse)(nil), "umeenetwork.umee.leverage.v1beta1.QueryCollateralResponse") - proto.RegisterType((*QueryExchangeRateRequest)(nil), "umeenetwork.umee.leverage.v1beta1.QueryExchangeRateRequest") - proto.RegisterType((*QueryExchangeRateResponse)(nil), "umeenetwork.umee.leverage.v1beta1.QueryExchangeRateResponse") - proto.RegisterType((*QueryBorrowLimitRequest)(nil), "umeenetwork.umee.leverage.v1beta1.QueryBorrowLimitRequest") - proto.RegisterType((*QueryBorrowLimitResponse)(nil), "umeenetwork.umee.leverage.v1beta1.QueryBorrowLimitResponse") - proto.RegisterType((*QueryLiquidationLimitRequest)(nil), "umeenetwork.umee.leverage.v1beta1.QueryLiquidationLimitRequest") - proto.RegisterType((*QueryLiquidationLimitResponse)(nil), "umeenetwork.umee.leverage.v1beta1.QueryLiquidationLimitResponse") - proto.RegisterType((*QueryLiquidationTargetsRequest)(nil), "umeenetwork.umee.leverage.v1beta1.QueryLiquidationTargetsRequest") - proto.RegisterType((*QueryLiquidationTargetsResponse)(nil), "umeenetwork.umee.leverage.v1beta1.QueryLiquidationTargetsResponse") -} - -func init() { proto.RegisterFile("umee/leverage/v1beta1/query.proto", fileDescriptor_32bddfd5abbfa4dc) } - -var fileDescriptor_32bddfd5abbfa4dc = []byte{ - // 1490 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x59, 0xcf, 0x6f, 0xd4, 0xd6, - 0x13, 0x8f, 0xe1, 0x4b, 0x08, 0x13, 0xf8, 0x26, 0xbc, 0xa6, 0x25, 0x18, 0xd8, 0x80, 0xf9, 0x95, - 0x00, 0x59, 0x27, 0x41, 0x2d, 0x14, 0x68, 0x4b, 0x02, 0xa5, 0x85, 0x06, 0x01, 0xcb, 0x0f, 0x15, - 0x2a, 0x75, 0xe5, 0x5d, 0xbf, 0x2e, 0x56, 0xbc, 0xf6, 0xc6, 0xf6, 0x06, 0x82, 0x7a, 0xa8, 0x7a, - 0xe8, 0xb9, 0x52, 0xef, 0xbd, 0x54, 0xea, 0xa1, 0x95, 0xda, 0x43, 0x0f, 0x3d, 0xf4, 0x52, 0xa9, - 0x95, 0x8a, 0xc4, 0xa1, 0x48, 0xbd, 0x54, 0x3d, 0xd0, 0x0a, 0xfa, 0x87, 0x54, 0x7e, 0x6f, 0xfc, - 0x6b, 0x6d, 0xc7, 0x2f, 0x5e, 0x38, 0x65, 0xfd, 0xfc, 0x3e, 0x33, 0x9f, 0x79, 0x9e, 0x99, 0x37, - 0x33, 0x81, 0x7d, 0xdd, 0x36, 0xa5, 0xaa, 0x49, 0x57, 0xa8, 0xa3, 0xb5, 0xa8, 0xba, 0x32, 0xdb, - 0xa0, 0x9e, 0x36, 0xab, 0x2e, 0x77, 0xa9, 0xb3, 0x5a, 0xed, 0x38, 0xb6, 0x67, 0x13, 0xb6, 0xc5, - 0xa2, 0xde, 0x3d, 0xdb, 0x59, 0xaa, 0xfa, 0xbf, 0xab, 0xc1, 0xf6, 0x2a, 0x6e, 0x97, 0x77, 0xb7, - 0x6c, 0xbb, 0x65, 0x52, 0x55, 0xeb, 0x18, 0xaa, 0x66, 0x59, 0xb6, 0xa7, 0x79, 0x86, 0x6d, 0xb9, - 0x5c, 0x80, 0x7c, 0x20, 0x5b, 0x47, 0x28, 0x85, 0xef, 0x1a, 0x6b, 0xd9, 0x2d, 0x9b, 0xfd, 0x54, - 0xfd, 0x5f, 0xb8, 0x5a, 0x69, 0xda, 0x6e, 0xdb, 0x76, 0xd5, 0x86, 0xe6, 0x46, 0xc8, 0xa6, 0x6d, - 0x58, 0xfc, 0xbd, 0xb2, 0x03, 0x5e, 0xbe, 0xe6, 0x73, 0xad, 0xd1, 0x96, 0xe1, 0x7a, 0xd4, 0xa1, - 0xfa, 0x0d, 0x7b, 0x89, 0x5a, 0xae, 0x72, 0x1c, 0x76, 0xb1, 0x17, 0xf3, 0x2b, 0x9a, 0x61, 0x6a, - 0x0d, 0x93, 0x2e, 0xd8, 0x8e, 0x63, 0xdf, 0xab, 0xd1, 0xe5, 0x2e, 0x75, 0x3d, 0x32, 0x06, 0x9b, - 0x74, 0x6a, 0xd9, 0xed, 0x71, 0x69, 0xaf, 0x34, 0xb9, 0xa5, 0xc6, 0x1f, 0x94, 0x8f, 0x60, 0x77, - 0x36, 0xc8, 0xed, 0xd8, 0x96, 0x4b, 0xc9, 0x05, 0x18, 0xd4, 0xda, 0x76, 0xd7, 0xf2, 0x38, 0x6c, - 0xa1, 0xfa, 0xf0, 0xc9, 0xc4, 0xc0, 0x5f, 0x4f, 0x26, 0x0e, 0xb5, 0x0c, 0xef, 0x6e, 0xb7, 0x51, - 0x6d, 0xda, 0x6d, 0x15, 0x09, 0xf3, 0x3f, 0xd3, 0xae, 0xbe, 0xa4, 0x7a, 0xab, 0x1d, 0xea, 0x56, - 0x2f, 0x5a, 0x5e, 0x0d, 0xd1, 0xca, 0x34, 0xb2, 0xe6, 0xe2, 0xe7, 0xaf, 0xde, 0x5e, 0x9b, 0xd6, - 0x1d, 0x78, 0xa5, 0x77, 0x3b, 0x12, 0x3a, 0x0b, 0x1b, 0xe7, 0xaf, 0xde, 0x2e, 0xc1, 0xe6, 0x3c, - 0x6d, 0xd6, 0x7c, 0xa8, 0x72, 0x14, 0x5e, 0x62, 0xb2, 0x17, 0xa9, 0xa5, 0x17, 0x12, 0x79, 0x1f, - 0xc6, 0x92, 0x9b, 0x9f, 0x1b, 0x8d, 0x2a, 0x9a, 0x78, 0x59, 0x73, 0x96, 0xa8, 0x77, 0xdd, 0x78, - 0x40, 0xd7, 0x66, 0xb2, 0x0c, 0x3b, 0x52, 0xfb, 0x91, 0xcc, 0x2d, 0x18, 0x69, 0xb3, 0xd5, 0xba, - 0x6b, 0x3c, 0xa0, 0xf5, 0xae, 0xab, 0x97, 0x24, 0xb6, 0xad, 0x1d, 0x0a, 0xbf, 0xe9, 0xea, 0xa1, - 0x47, 0x31, 0x07, 0x13, 0xe5, 0x69, 0xa3, 0x47, 0xa5, 0x40, 0x48, 0xf6, 0x0a, 0x0c, 0xc7, 0xc8, - 0x96, 0x74, 0x2b, 0x88, 0x88, 0x2a, 0x4b, 0xb0, 0x27, 0x33, 0x20, 0x42, 0x8d, 0x97, 0x60, 0xc8, - 0x61, 0xef, 0x9c, 0xd5, 0x71, 0x69, 0xef, 0xc6, 0xc9, 0xe1, 0xb9, 0xc9, 0x6a, 0x61, 0x84, 0x57, - 0x99, 0x90, 0x85, 0xff, 0xf9, 0xc4, 0x6a, 0x21, 0x5e, 0x19, 0x03, 0xc2, 0x94, 0x5d, 0xd5, 0x1c, - 0xad, 0xed, 0xe2, 0x49, 0x28, 0x1f, 0xa2, 0x4b, 0x05, 0xab, 0xa8, 0xf8, 0x1d, 0x18, 0xec, 0xb0, - 0x15, 0x66, 0xe5, 0xf0, 0xdc, 0x94, 0x80, 0x5a, 0x2e, 0x02, 0xf5, 0x22, 0x5c, 0xb9, 0x80, 0x5e, - 0xc8, 0xc3, 0x81, 0xea, 0xc1, 0x17, 0x18, 0x87, 0xcd, 0x9a, 0xae, 0x3b, 0xd4, 0x75, 0xf1, 0x1b, - 0x04, 0x8f, 0xd1, 0xb7, 0xd9, 0x10, 0xff, 0x36, 0x9f, 0x48, 0x89, 0x30, 0xf4, 0x05, 0x21, 0xd5, - 0x16, 0x0c, 0x35, 0x70, 0x0d, 0xcf, 0x68, 0x67, 0x95, 0x9f, 0x7c, 0xd5, 0x4f, 0x44, 0x21, 0xbd, - 0x73, 0xb6, 0x61, 0x2d, 0xcc, 0xf8, 0xe4, 0xbe, 0xf9, 0x7b, 0x62, 0x52, 0xe0, 0x6b, 0xf9, 0x00, - 0xb7, 0x16, 0x0a, 0x57, 0xde, 0x83, 0x9d, 0x09, 0x06, 0xb7, 0x34, 0xb3, 0x4b, 0xcb, 0xda, 0xe3, - 0x82, 0x9c, 0x25, 0x0c, 0x6d, 0xba, 0x09, 0xff, 0x0f, 0xd4, 0xd6, 0x57, 0xfc, 0x37, 0x65, 0xa3, - 0xa2, 0x11, 0x17, 0xaf, 0x5c, 0xc6, 0xa8, 0x38, 0x67, 0x9b, 0xa6, 0xe6, 0x51, 0x47, 0x33, 0xfb, - 0xb2, 0x61, 0x15, 0xe3, 0x25, 0x25, 0x0e, 0xad, 0xb8, 0x0d, 0xa3, 0xcd, 0xf0, 0x55, 0x5f, 0x76, - 0x8c, 0x34, 0x93, 0x2a, 0x94, 0xf3, 0xe8, 0xcc, 0x8b, 0xb6, 0x66, 0x95, 0x77, 0xaa, 0x07, 0x41, - 0x3e, 0x45, 0x29, 0xc8, 0xbb, 0x09, 0x83, 0x26, 0x5b, 0x79, 0x11, 0xfe, 0x84, 0xa2, 0x95, 0x8b, - 0x98, 0x14, 0xb9, 0xee, 0xbe, 0xbe, 0x43, 0x1b, 0xc6, 0xd3, 0xa2, 0xd0, 0x96, 0x6b, 0xb0, 0x95, - 0x2b, 0xec, 0xeb, 0xfc, 0x87, 0xcd, 0x48, 0xb4, 0x32, 0x8b, 0x71, 0x50, 0xa3, 0x2e, 0x75, 0x56, - 0xe8, 0x3c, 0xbb, 0x26, 0xd7, 0xce, 0xac, 0x3a, 0x7a, 0x7b, 0x0f, 0xe4, 0x39, 0xdf, 0xd4, 0x57, - 0x30, 0x9d, 0x46, 0xfe, 0x78, 0x9d, 0x7a, 0x9e, 0x61, 0xb5, 0xca, 0x1e, 0xec, 0x29, 0xa8, 0xe4, - 0x09, 0x44, 0xea, 0xe3, 0xb0, 0x99, 0x5a, 0x7e, 0xf1, 0xc1, 0xef, 0xad, 0xa1, 0x5a, 0xf0, 0xa8, - 0xbc, 0x8b, 0x97, 0x64, 0x84, 0x2d, 0xcb, 0xe2, 0x33, 0x09, 0x5d, 0x25, 0x2e, 0x0a, 0xf5, 0x2f, - 0x01, 0x44, 0xa1, 0xf1, 0x22, 0xdc, 0x35, 0x26, 0x5e, 0x99, 0x41, 0x3f, 0x7b, 0xfb, 0x7e, 0xf3, - 0xae, 0x66, 0xb5, 0x68, 0x4d, 0xf3, 0x0a, 0x6e, 0xd4, 0x0e, 0xba, 0x4a, 0x12, 0x81, 0xdc, 0xaf, - 0xc3, 0x36, 0x8a, 0xeb, 0x75, 0x47, 0xf3, 0xca, 0xfa, 0xe6, 0x56, 0x1a, 0x13, 0xae, 0x1c, 0xc7, - 0xb3, 0xe2, 0x79, 0x75, 0xd1, 0x68, 0x1b, 0x5e, 0xe1, 0xb9, 0x87, 0x01, 0x94, 0x00, 0x45, 0x01, - 0xc4, 0x93, 0x68, 0xdd, 0xf4, 0xd7, 0xcb, 0x06, 0x50, 0x23, 0x12, 0xad, 0x9c, 0xc4, 0xbc, 0xb9, - 0x68, 0x2c, 0x77, 0x0d, 0x9d, 0x95, 0xdf, 0x82, 0x44, 0x3f, 0x46, 0x0f, 0x4f, 0x23, 0x91, 0xed, - 0x07, 0xb0, 0xdd, 0x8c, 0xde, 0xf5, 0x45, 0x79, 0xd4, 0xec, 0x51, 0xa2, 0xec, 0xc5, 0x70, 0x88, - 0x69, 0xbf, 0xa1, 0x39, 0x2d, 0xea, 0x85, 0xd5, 0xc4, 0x69, 0x98, 0xc8, 0xdd, 0x11, 0x45, 0x8c, - 0xc7, 0x97, 0x98, 0xbb, 0x6e, 0xa9, 0x05, 0x8f, 0x73, 0x8f, 0x76, 0xc1, 0x26, 0x86, 0x26, 0x3f, - 0x4b, 0x30, 0xda, 0x5b, 0x13, 0x91, 0x93, 0x02, 0x25, 0x48, 0x66, 0x35, 0x25, 0x9f, 0x2d, 0x8b, - 0x0c, 0x48, 0x2b, 0x33, 0x9f, 0xfe, 0xf1, 0xef, 0x17, 0x1b, 0x8e, 0x90, 0x49, 0x35, 0xbb, 0x3d, - 0x72, 0x42, 0x60, 0xdd, 0xe3, 0x6c, 0xbf, 0x94, 0x60, 0x90, 0x17, 0x44, 0xe4, 0x55, 0x51, 0xf5, - 0x89, 0xca, 0x4c, 0x7e, 0x6d, 0xbd, 0x30, 0xe4, 0x7a, 0x90, 0x71, 0x9d, 0x20, 0x7b, 0x72, 0xb8, - 0xf2, 0xc2, 0x8c, 0x7c, 0x2d, 0xc1, 0x50, 0x50, 0x7c, 0x90, 0x13, 0xa2, 0xba, 0x7a, 0xca, 0x38, - 0xf9, 0xe4, 0xfa, 0x81, 0x48, 0xf3, 0x30, 0xa3, 0xb9, 0x8f, 0x4c, 0xe4, 0xd0, 0x0c, 0x2a, 0x17, - 0xf2, 0x93, 0x04, 0xdb, 0x12, 0x55, 0x12, 0x39, 0xb3, 0x5e, 0xa5, 0xf1, 0xdb, 0x55, 0x7e, 0xa3, - 0x24, 0x1a, 0x79, 0x4f, 0x33, 0xde, 0x87, 0xc9, 0xc1, 0x02, 0xde, 0xfc, 0xbe, 0x65, 0x7e, 0xc0, - 0xef, 0x65, 0x71, 0x3f, 0x48, 0x14, 0x35, 0xe2, 0x7e, 0x90, 0xac, 0x62, 0x0a, 0xfd, 0x80, 0x5f, - 0xe9, 0xe4, 0x07, 0x09, 0x86, 0x63, 0x85, 0x03, 0x39, 0xb5, 0x3e, 0x75, 0x89, 0xa3, 0x3d, 0x5d, - 0x0a, 0x8b, 0x7c, 0x8f, 0x32, 0xbe, 0x07, 0xc9, 0xfe, 0x35, 0xf9, 0xe2, 0xb1, 0xfe, 0x22, 0xc1, - 0x48, 0x4f, 0xe3, 0x4f, 0xde, 0x14, 0xd5, 0x9e, 0x3d, 0x66, 0x90, 0xdf, 0x2a, 0x8d, 0x47, 0x0b, - 0x54, 0x66, 0xc1, 0x14, 0x39, 0x9c, 0x63, 0x81, 0x16, 0xe0, 0xea, 0xdc, 0x49, 0xc8, 0xb7, 0x12, - 0x6c, 0x09, 0xe7, 0x04, 0x64, 0x9d, 0xb1, 0x14, 0x0d, 0x00, 0xe4, 0xd7, 0x4b, 0x20, 0x91, 0xf3, - 0x14, 0xe3, 0xbc, 0x9f, 0xec, 0x5b, 0xd3, 0x9d, 0xeb, 0x5a, 0x67, 0x95, 0x7c, 0x25, 0xc1, 0x66, - 0x1c, 0x26, 0x10, 0x71, 0xa7, 0x4c, 0x8c, 0x2a, 0xe4, 0x13, 0xeb, 0xc6, 0x09, 0xa6, 0x0b, 0x93, - 0x5a, 0x3a, 0x63, 0xf9, 0xbd, 0x04, 0x10, 0xf5, 0xee, 0x44, 0xf8, 0x68, 0x52, 0x43, 0x02, 0xf9, - 0x54, 0x19, 0x28, 0xd2, 0x3d, 0xc2, 0xe8, 0x1e, 0x20, 0x4a, 0x0e, 0xdd, 0xd8, 0x1c, 0x81, 0xfc, - 0x2a, 0xc1, 0x48, 0xcf, 0xc8, 0x41, 0xdc, 0x97, 0xb3, 0x07, 0x1c, 0xe2, 0xbe, 0x9c, 0x33, 0xeb, - 0x28, 0xbc, 0xf1, 0xd8, 0x35, 0x57, 0x8f, 0x9b, 0xe1, 0xe7, 0xe9, 0x44, 0x7d, 0x2f, 0x9e, 0xa7, - 0xb3, 0x3a, 0x09, 0xf1, 0x3c, 0x9d, 0xd9, 0x54, 0x14, 0xe6, 0x69, 0x87, 0xa3, 0xea, 0xbc, 0x77, - 0x20, 0x8f, 0x24, 0xd8, 0x9e, 0x2a, 0xf3, 0x89, 0x70, 0xe5, 0x90, 0xd7, 0x72, 0xc8, 0xf3, 0x7d, - 0x48, 0x40, 0x4b, 0x66, 0x99, 0x25, 0x47, 0xc9, 0x54, 0x8e, 0x25, 0xb1, 0x1e, 0xdb, 0x45, 0xde, - 0xdf, 0x49, 0x00, 0x91, 0x40, 0xf1, 0x20, 0x48, 0x35, 0x2b, 0xe2, 0x41, 0x90, 0x6e, 0x4e, 0x0a, - 0x73, 0x4b, 0x44, 0x9c, 0xe5, 0xf3, 0x9e, 0x31, 0x82, 0x78, 0x0c, 0x64, 0x8f, 0x33, 0xc4, 0x63, - 0x20, 0x67, 0x7e, 0x51, 0x98, 0xcf, 0x7b, 0x87, 0x1b, 0xe4, 0x47, 0x09, 0xb6, 0xc6, 0x5b, 0x1d, - 0x22, 0x7c, 0x21, 0x66, 0xb4, 0x54, 0xf2, 0x99, 0x72, 0x60, 0x24, 0x7f, 0x8c, 0x91, 0x3f, 0x44, - 0x0e, 0xe4, 0x90, 0x4f, 0xb4, 0x5e, 0xac, 0x0a, 0x88, 0x75, 0x3f, 0xe2, 0x55, 0x40, 0xba, 0xcf, - 0x12, 0xaf, 0x02, 0x32, 0xda, 0xad, 0xc2, 0x2a, 0x20, 0xde, 0x8b, 0x91, 0xdf, 0x24, 0x18, 0xed, - 0x6d, 0x85, 0x88, 0xf0, 0x67, 0xcf, 0x69, 0xbf, 0xc4, 0xdb, 0x85, 0xbc, 0x2e, 0xac, 0x30, 0x79, - 0xa6, 0x5a, 0x34, 0xf2, 0xbb, 0x04, 0x24, 0xdd, 0x34, 0x91, 0xf9, 0x12, 0x54, 0x92, 0x2d, 0x99, - 0xbc, 0xd0, 0x8f, 0x08, 0xb4, 0x67, 0x8e, 0xd9, 0x73, 0x8c, 0x1c, 0x11, 0xb0, 0x07, 0xbb, 0xb9, - 0x85, 0x4b, 0x0f, 0x9f, 0x56, 0xa4, 0xc7, 0x4f, 0x2b, 0xd2, 0x3f, 0x4f, 0x2b, 0xd2, 0xe7, 0xcf, - 0x2a, 0x03, 0x8f, 0x9f, 0x55, 0x06, 0xfe, 0x7c, 0x56, 0x19, 0xb8, 0x33, 0x13, 0x6b, 0x40, 0x7d, - 0x79, 0xd3, 0x48, 0x8e, 0x0b, 0x5f, 0x99, 0x53, 0xef, 0x47, 0x1a, 0x58, 0x3b, 0xda, 0x18, 0x64, - 0xff, 0x3f, 0x3a, 0xfe, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x89, 0xe9, 0x8f, 0x3b, 0x01, 0x1b, - 0x00, 0x00, + proto.RegisterType((*QueryRegisteredTokens)(nil), "umeenetwork.umee.leverage.v1.QueryRegisteredTokens") + proto.RegisterType((*QueryAvailableBorrowRequest)(nil), "umeenetwork.umee.leverage.v1.QueryAvailableBorrowRequest") + proto.RegisterType((*QueryAvailableBorrowResponse)(nil), "umeenetwork.umee.leverage.v1.QueryAvailableBorrowResponse") + proto.RegisterType((*QueryBorrowAPYRequest)(nil), "umeenetwork.umee.leverage.v1.QueryBorrowAPYRequest") + proto.RegisterType((*QueryBorrowAPYResponse)(nil), "umeenetwork.umee.leverage.v1.QueryBorrowAPYResponse") + proto.RegisterType((*QueryLendAPYRequest)(nil), "umeenetwork.umee.leverage.v1.QueryLendAPYRequest") + proto.RegisterType((*QueryLendAPYResponse)(nil), "umeenetwork.umee.leverage.v1.QueryLendAPYResponse") + proto.RegisterType((*QueryMarketSizeRequest)(nil), "umeenetwork.umee.leverage.v1.QueryMarketSizeRequest") + proto.RegisterType((*QueryMarketSizeResponse)(nil), "umeenetwork.umee.leverage.v1.QueryMarketSizeResponse") + proto.RegisterType((*QueryTokenMarketSizeRequest)(nil), "umeenetwork.umee.leverage.v1.QueryTokenMarketSizeRequest") + proto.RegisterType((*QueryTokenMarketSizeResponse)(nil), "umeenetwork.umee.leverage.v1.QueryTokenMarketSizeResponse") + proto.RegisterType((*QueryRegisteredTokensResponse)(nil), "umeenetwork.umee.leverage.v1.QueryRegisteredTokensResponse") + proto.RegisterType((*QueryParamsRequest)(nil), "umeenetwork.umee.leverage.v1.QueryParamsRequest") + proto.RegisterType((*QueryParamsResponse)(nil), "umeenetwork.umee.leverage.v1.QueryParamsResponse") + proto.RegisterType((*QueryBorrowedRequest)(nil), "umeenetwork.umee.leverage.v1.QueryBorrowedRequest") + proto.RegisterType((*QueryBorrowedResponse)(nil), "umeenetwork.umee.leverage.v1.QueryBorrowedResponse") + proto.RegisterType((*QueryBorrowedValueRequest)(nil), "umeenetwork.umee.leverage.v1.QueryBorrowedValueRequest") + proto.RegisterType((*QueryBorrowedValueResponse)(nil), "umeenetwork.umee.leverage.v1.QueryBorrowedValueResponse") + proto.RegisterType((*QueryCollateralValueRequest)(nil), "umeenetwork.umee.leverage.v1.QueryCollateralValueRequest") + proto.RegisterType((*QueryCollateralValueResponse)(nil), "umeenetwork.umee.leverage.v1.QueryCollateralValueResponse") + proto.RegisterType((*QueryLoanedRequest)(nil), "umeenetwork.umee.leverage.v1.QueryLoanedRequest") + proto.RegisterType((*QueryLoanedResponse)(nil), "umeenetwork.umee.leverage.v1.QueryLoanedResponse") + proto.RegisterType((*QueryLoanedValueRequest)(nil), "umeenetwork.umee.leverage.v1.QueryLoanedValueRequest") + proto.RegisterType((*QueryLoanedValueResponse)(nil), "umeenetwork.umee.leverage.v1.QueryLoanedValueResponse") + proto.RegisterType((*QueryReserveAmountRequest)(nil), "umeenetwork.umee.leverage.v1.QueryReserveAmountRequest") + proto.RegisterType((*QueryReserveAmountResponse)(nil), "umeenetwork.umee.leverage.v1.QueryReserveAmountResponse") + proto.RegisterType((*QueryCollateralSettingRequest)(nil), "umeenetwork.umee.leverage.v1.QueryCollateralSettingRequest") + proto.RegisterType((*QueryCollateralSettingResponse)(nil), "umeenetwork.umee.leverage.v1.QueryCollateralSettingResponse") + proto.RegisterType((*QueryCollateralRequest)(nil), "umeenetwork.umee.leverage.v1.QueryCollateralRequest") + proto.RegisterType((*QueryCollateralResponse)(nil), "umeenetwork.umee.leverage.v1.QueryCollateralResponse") + proto.RegisterType((*QueryExchangeRateRequest)(nil), "umeenetwork.umee.leverage.v1.QueryExchangeRateRequest") + proto.RegisterType((*QueryExchangeRateResponse)(nil), "umeenetwork.umee.leverage.v1.QueryExchangeRateResponse") + proto.RegisterType((*QueryBorrowLimitRequest)(nil), "umeenetwork.umee.leverage.v1.QueryBorrowLimitRequest") + proto.RegisterType((*QueryBorrowLimitResponse)(nil), "umeenetwork.umee.leverage.v1.QueryBorrowLimitResponse") + proto.RegisterType((*QueryLiquidationLimitRequest)(nil), "umeenetwork.umee.leverage.v1.QueryLiquidationLimitRequest") + proto.RegisterType((*QueryLiquidationLimitResponse)(nil), "umeenetwork.umee.leverage.v1.QueryLiquidationLimitResponse") + proto.RegisterType((*QueryLiquidationTargetsRequest)(nil), "umeenetwork.umee.leverage.v1.QueryLiquidationTargetsRequest") + proto.RegisterType((*QueryLiquidationTargetsResponse)(nil), "umeenetwork.umee.leverage.v1.QueryLiquidationTargetsResponse") +} + +func init() { proto.RegisterFile("umee/leverage/v1/query.proto", fileDescriptor_1e8137dcabb0ccc7) } + +var fileDescriptor_1e8137dcabb0ccc7 = []byte{ + // 1481 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x59, 0xcd, 0x6f, 0xdc, 0xc4, + 0x1b, 0x8e, 0xdb, 0x5f, 0xd3, 0xf4, 0x4d, 0xfb, 0x4b, 0x3a, 0x04, 0x9a, 0x9a, 0x74, 0x37, 0xb8, + 0x69, 0x1b, 0x51, 0x62, 0x27, 0x1b, 0x4a, 0x4b, 0x5b, 0x24, 0xb2, 0xfd, 0x10, 0x85, 0x54, 0x6d, + 0xb7, 0x1f, 0x22, 0xe5, 0xb0, 0xf2, 0xae, 0xa7, 0x5b, 0x2b, 0x5e, 0x7b, 0x63, 0x7b, 0xb7, 0x4d, + 0xc5, 0x01, 0x71, 0xe0, 0x0a, 0x12, 0x48, 0x5c, 0x90, 0xe0, 0xc0, 0x01, 0x21, 0x84, 0x84, 0x04, + 0x12, 0x07, 0x0e, 0x1c, 0x7b, 0xac, 0xc4, 0x05, 0x71, 0x28, 0xa8, 0xe5, 0x0f, 0x41, 0x9e, 0x79, + 0xbd, 0xb6, 0xd7, 0xbb, 0xce, 0xac, 0xd3, 0x9e, 0xb2, 0x3b, 0xf6, 0xf3, 0xbe, 0xcf, 0xcc, 0xbc, + 0x5f, 0xcf, 0x06, 0x66, 0xda, 0x4d, 0x4a, 0x35, 0x8b, 0x76, 0xa8, 0xab, 0x37, 0xa8, 0xd6, 0x59, + 0xd2, 0x36, 0xda, 0xd4, 0xdd, 0x54, 0x5b, 0xae, 0xe3, 0x3b, 0x84, 0x3d, 0xb5, 0xa9, 0x7f, 0xcf, + 0x71, 0xd7, 0xd5, 0xe0, 0xb3, 0x1a, 0xbe, 0xa9, 0x76, 0x96, 0xe4, 0x99, 0x86, 0xe3, 0x34, 0x2c, + 0xaa, 0xe9, 0x2d, 0x53, 0xd3, 0x6d, 0xdb, 0xf1, 0x75, 0xdf, 0x74, 0x6c, 0x8f, 0x63, 0xe5, 0x62, + 0xca, 0x72, 0x17, 0xcb, 0x5f, 0x98, 0x6a, 0x38, 0x0d, 0x87, 0x7d, 0xd4, 0x82, 0x4f, 0xb8, 0x5a, + 0xa8, 0x3b, 0x5e, 0xd3, 0xf1, 0xb4, 0x9a, 0xee, 0x05, 0xa0, 0x1a, 0xf5, 0xf5, 0x25, 0xad, 0xee, + 0x98, 0x36, 0x7f, 0xae, 0x1c, 0x80, 0x17, 0xaf, 0x05, 0x0c, 0x2b, 0xb4, 0x61, 0x7a, 0x3e, 0x75, + 0xa9, 0x71, 0xc3, 0x59, 0xa7, 0xb6, 0xa7, 0x2c, 0xc3, 0xcb, 0xec, 0xc1, 0x4a, 0x47, 0x37, 0x2d, + 0xbd, 0x66, 0xd1, 0xb2, 0xe3, 0xba, 0xce, 0xbd, 0x0a, 0xdd, 0x68, 0x53, 0xcf, 0x27, 0x53, 0xb0, + 0xcb, 0xa0, 0xb6, 0xd3, 0x9c, 0x96, 0x66, 0xa5, 0xf9, 0x3d, 0x15, 0xfe, 0x45, 0xb9, 0x03, 0x33, + 0xfd, 0x41, 0x5e, 0xcb, 0xb1, 0x3d, 0x4a, 0x2e, 0xc2, 0xa8, 0xde, 0x74, 0xda, 0xb6, 0xcf, 0x61, + 0x65, 0xf5, 0xe1, 0xe3, 0xe2, 0xc8, 0x5f, 0x8f, 0x8b, 0x47, 0x1b, 0xa6, 0x7f, 0xb7, 0x5d, 0x53, + 0xeb, 0x4e, 0x53, 0x43, 0xc2, 0xfc, 0xcf, 0x82, 0x67, 0xac, 0x6b, 0xfe, 0x66, 0x8b, 0x7a, 0xea, + 0x25, 0xdb, 0xaf, 0x20, 0x5a, 0x59, 0x40, 0xd6, 0xdc, 0xfc, 0xca, 0xd5, 0xb5, 0x6c, 0x5a, 0xb7, + 0xe1, 0xa5, 0xde, 0xd7, 0x91, 0xd0, 0xdb, 0xb0, 0x73, 0xe5, 0xea, 0x5a, 0x0e, 0x36, 0xe7, 0x69, + 0xbd, 0x12, 0x40, 0x95, 0xe3, 0xf0, 0x02, 0xb3, 0xbd, 0x4a, 0x6d, 0x63, 0x4b, 0x22, 0xef, 0xc3, + 0x54, 0xf2, 0xe5, 0x67, 0x46, 0x43, 0xc5, 0x2d, 0x5e, 0xd6, 0xdd, 0x75, 0xea, 0x5f, 0x37, 0x1f, + 0xd0, 0x6c, 0x26, 0x1b, 0x70, 0x20, 0xf5, 0x3e, 0x92, 0xb9, 0x05, 0x13, 0x4d, 0xb6, 0x5a, 0xf5, + 0xcc, 0x07, 0xb4, 0xda, 0xf6, 0x8c, 0x9c, 0xc4, 0xf6, 0x35, 0xbb, 0xc6, 0x6f, 0x7a, 0x46, 0x37, + 0xa2, 0x58, 0x80, 0x89, 0xf2, 0x74, 0x30, 0xa2, 0x52, 0x20, 0x24, 0x7b, 0x05, 0xc6, 0x63, 0x64, + 0x73, 0x86, 0x15, 0x44, 0x44, 0x95, 0x3b, 0x70, 0xa8, 0x6f, 0x42, 0x74, 0x3d, 0x5e, 0x80, 0x31, + 0x97, 0x3d, 0x73, 0x37, 0xa7, 0xa5, 0xd9, 0x9d, 0xf3, 0xe3, 0xa5, 0xc3, 0x6a, 0x56, 0x5e, 0xab, + 0x0c, 0x5f, 0xfe, 0x5f, 0xc0, 0xa9, 0xd2, 0x85, 0x2a, 0x53, 0x40, 0x98, 0x9f, 0xab, 0xba, 0xab, + 0x37, 0x3d, 0x3c, 0x04, 0x65, 0x0d, 0xa3, 0x29, 0x5c, 0x45, 0x9f, 0x65, 0x18, 0x6d, 0xb1, 0x15, + 0xb6, 0xc1, 0xf1, 0xd2, 0x5c, 0xb6, 0x47, 0x8e, 0x46, 0x97, 0x88, 0x54, 0x2e, 0x62, 0xec, 0xf1, + 0x24, 0xa0, 0x46, 0x78, 0xee, 0xd3, 0xb0, 0x5b, 0x37, 0x0c, 0x97, 0x7a, 0x1e, 0x9e, 0x7c, 0xf8, + 0x35, 0xba, 0x91, 0x1d, 0xf1, 0x1b, 0xf9, 0x48, 0x4a, 0x24, 0x5f, 0x60, 0x08, 0x59, 0x36, 0x60, + 0xac, 0x86, 0x6b, 0x78, 0x32, 0x07, 0x55, 0x7e, 0xde, 0x6a, 0x50, 0x7e, 0x54, 0x2c, 0x3f, 0xea, + 0x39, 0xc7, 0xb4, 0xcb, 0x8b, 0x01, 0xb9, 0xef, 0xff, 0x2e, 0xce, 0x0b, 0xdc, 0x51, 0x00, 0xf0, + 0x2a, 0x5d, 0xe3, 0xca, 0x7b, 0x70, 0x30, 0xc1, 0xe0, 0x96, 0x6e, 0xb5, 0x69, 0xde, 0xfd, 0x78, + 0x20, 0xf7, 0x33, 0x86, 0x7b, 0xba, 0x09, 0xff, 0x0f, 0xdd, 0x56, 0x3b, 0xc1, 0x93, 0xbc, 0xb9, + 0x50, 0x8b, 0x9b, 0x57, 0x2e, 0x63, 0x2e, 0x9c, 0x73, 0x2c, 0x4b, 0xf7, 0xa9, 0xab, 0x5b, 0xdb, + 0xda, 0xc3, 0x26, 0x66, 0x49, 0xca, 0x1c, 0xee, 0x62, 0x0d, 0x26, 0xeb, 0xdd, 0x47, 0xdb, 0xda, + 0xc7, 0x44, 0x3d, 0xe9, 0x42, 0x39, 0x8f, 0x71, 0xbc, 0xea, 0xe8, 0x76, 0xfe, 0xa0, 0x7a, 0x10, + 0x56, 0x51, 0xb4, 0x82, 0xbc, 0xeb, 0x30, 0x6a, 0xb1, 0x95, 0xe7, 0x11, 0x4f, 0x68, 0x5a, 0xb9, + 0x84, 0xa5, 0x90, 0xfb, 0xde, 0xd6, 0x3d, 0x34, 0x61, 0x3a, 0x6d, 0x0a, 0xf7, 0x72, 0x0d, 0xf6, + 0x72, 0x87, 0xdb, 0x3a, 0xff, 0x71, 0x2b, 0x32, 0xad, 0x2c, 0x61, 0x1e, 0x54, 0xa8, 0x47, 0xdd, + 0x0e, 0x5d, 0x61, 0xcd, 0x31, 0xbb, 0x9e, 0x1a, 0x18, 0xed, 0x3d, 0x90, 0x67, 0xdc, 0x9f, 0xaf, + 0x60, 0x11, 0x8d, 0xe2, 0xf1, 0x3a, 0xf5, 0x7d, 0xd3, 0x6e, 0xe4, 0x3d, 0xd8, 0xd3, 0x50, 0x18, + 0x64, 0x10, 0xa9, 0x4f, 0xc3, 0x6e, 0x6a, 0x07, 0x23, 0x07, 0xef, 0x56, 0x63, 0x95, 0xf0, 0xab, + 0xf2, 0x0e, 0xb6, 0xc6, 0x08, 0x9b, 0x97, 0xc5, 0x27, 0x12, 0x86, 0x4a, 0xdc, 0x14, 0xfa, 0x5f, + 0x07, 0x88, 0x52, 0xe3, 0x79, 0x84, 0x6b, 0xcc, 0xbc, 0xb2, 0x88, 0x71, 0x76, 0xe1, 0x7e, 0xfd, + 0xae, 0x6e, 0x37, 0x68, 0x45, 0xf7, 0xb7, 0xe8, 0xa3, 0x2d, 0x0c, 0x95, 0x24, 0x02, 0xb9, 0x5f, + 0x87, 0x7d, 0x14, 0xd7, 0xab, 0xae, 0xee, 0xe7, 0x8d, 0xcd, 0xbd, 0x34, 0x66, 0x5c, 0x59, 0xc6, + 0xb3, 0xe2, 0x75, 0x75, 0xd5, 0x6c, 0x9a, 0xfe, 0x96, 0xe7, 0xde, 0x4d, 0xa0, 0x04, 0x28, 0x4a, + 0x20, 0x5e, 0x44, 0xab, 0x56, 0xb0, 0x9e, 0x37, 0x81, 0x6a, 0x91, 0x69, 0xe5, 0x14, 0xd6, 0xcd, + 0x55, 0x73, 0xa3, 0x6d, 0x1a, 0x6c, 0xde, 0x16, 0x24, 0xfa, 0x21, 0x46, 0x78, 0x1a, 0x89, 0x6c, + 0x3f, 0x80, 0xfd, 0x56, 0xf4, 0x6c, 0x5b, 0x94, 0x27, 0xad, 0x1e, 0x27, 0xca, 0x2c, 0xa6, 0x43, + 0xcc, 0xfb, 0x0d, 0xdd, 0x6d, 0x50, 0xbf, 0x3b, 0x48, 0x9c, 0x81, 0xe2, 0xc0, 0x37, 0xa2, 0x8c, + 0xf1, 0xf9, 0x12, 0x0b, 0xd7, 0x3d, 0x95, 0xf0, 0x6b, 0xe9, 0xc7, 0x83, 0xb0, 0x8b, 0xa1, 0xc9, + 0x4f, 0x12, 0x4c, 0xf6, 0x4e, 0x42, 0x64, 0x39, 0x7b, 0xfa, 0xe8, 0x3b, 0x3e, 0xc9, 0x67, 0x72, + 0x80, 0x42, 0xaa, 0xca, 0xf1, 0x8f, 0xff, 0xf8, 0xf7, 0xf3, 0x1d, 0x47, 0xc8, 0x61, 0x2d, 0xa5, + 0x82, 0xdc, 0x2e, 0xa6, 0xea, 0x73, 0x7a, 0x9f, 0x4a, 0x30, 0xca, 0x27, 0x20, 0xb2, 0x28, 0xe0, + 0x34, 0x31, 0x80, 0xc9, 0x4b, 0x43, 0x20, 0x90, 0xdc, 0x2c, 0x23, 0x27, 0x93, 0xe9, 0x34, 0x39, + 0x3e, 0x7a, 0x91, 0x2f, 0x25, 0x18, 0x0b, 0xc7, 0x0b, 0x52, 0x12, 0xf0, 0xd0, 0x33, 0xa3, 0xc9, + 0xcb, 0x43, 0x61, 0x90, 0x97, 0xc2, 0x78, 0xcd, 0x10, 0x39, 0xcd, 0x2b, 0x1c, 0x46, 0xc8, 0x0f, + 0x12, 0xec, 0x4b, 0x0c, 0x3e, 0xe4, 0xe4, 0x10, 0xae, 0xe2, 0xbd, 0x52, 0x3e, 0x35, 0x3c, 0x10, + 0x89, 0xce, 0x33, 0xa2, 0x0a, 0x99, 0x1d, 0x4c, 0x94, 0xf7, 0x4c, 0x76, 0xb5, 0xbc, 0xb7, 0x0a, + 0x5d, 0x6d, 0x62, 0x26, 0x11, 0xba, 0xda, 0xe4, 0xfc, 0x91, 0x75, 0xb5, 0xbc, 0x0f, 0x93, 0x6f, + 0x25, 0x18, 0x8f, 0x75, 0x7b, 0x72, 0x42, 0xd8, 0x49, 0xe2, 0xf0, 0xde, 0x18, 0x16, 0x86, 0x04, + 0x8f, 0x32, 0x82, 0xb3, 0xa4, 0x30, 0x88, 0x20, 0x1e, 0xdc, 0xcf, 0x12, 0x4c, 0xf4, 0x88, 0x72, + 0xf2, 0xa6, 0x80, 0xcf, 0xfe, 0xea, 0x5f, 0x3e, 0x9d, 0x07, 0x8a, 0x94, 0x5f, 0x65, 0x94, 0xe7, + 0x88, 0x92, 0xa6, 0xac, 0x87, 0x90, 0x2a, 0xbf, 0x77, 0xf2, 0x95, 0x04, 0x7b, 0xba, 0xa2, 0x9d, + 0x88, 0x67, 0x41, 0x24, 0xc4, 0xe5, 0xd7, 0x87, 0x03, 0x21, 0xc9, 0x39, 0x46, 0xb2, 0x40, 0x66, + 0x06, 0x85, 0x64, 0x55, 0x6f, 0x6d, 0x92, 0x2f, 0x24, 0xd8, 0x8d, 0x52, 0x9e, 0x08, 0x45, 0x57, + 0xe2, 0x37, 0x02, 0xb9, 0x34, 0x0c, 0x64, 0xeb, 0xa4, 0xb6, 0xa8, 0x6d, 0x30, 0x5a, 0xdf, 0x48, + 0x00, 0x91, 0x54, 0x26, 0x22, 0x27, 0x90, 0x92, 0xe3, 0xf2, 0x89, 0x21, 0x51, 0xc8, 0xef, 0x08, + 0xe3, 0x57, 0x24, 0x87, 0xd2, 0xfc, 0x62, 0x3a, 0x9d, 0xfc, 0x22, 0xc1, 0x44, 0x8f, 0xa4, 0x17, + 0x8a, 0xc7, 0xfe, 0xbf, 0x1d, 0x08, 0xc5, 0xe3, 0x80, 0x5f, 0x10, 0xb2, 0x7a, 0x0b, 0x6b, 0x28, + 0xd5, 0x38, 0xef, 0xa0, 0x5e, 0x26, 0x46, 0x67, 0xa1, 0x7a, 0xd9, 0x6f, 0x3e, 0x17, 0xaa, 0x97, + 0x7d, 0xa7, 0xf4, 0xac, 0x7a, 0xe9, 0x72, 0x40, 0x95, 0xcf, 0xe1, 0xe4, 0x37, 0x09, 0xf6, 0xa7, + 0x46, 0x66, 0x22, 0xd2, 0x8a, 0x07, 0x4d, 0xee, 0xf2, 0xd9, 0x7c, 0x60, 0xa4, 0xfe, 0x1a, 0xa3, + 0x7e, 0x94, 0xcc, 0xa5, 0xa9, 0xc7, 0x04, 0xaa, 0x87, 0x44, 0xbf, 0x96, 0x00, 0x22, 0x5b, 0x42, + 0x81, 0x9c, 0x1a, 0xf2, 0x85, 0x02, 0x39, 0x3d, 0xcf, 0x67, 0x55, 0x80, 0x88, 0x29, 0xab, 0xab, + 0x3d, 0xa2, 0x5b, 0x28, 0x8e, 0xfb, 0xeb, 0x7e, 0xa1, 0x38, 0x1e, 0xa0, 0xf1, 0xb3, 0xea, 0x6a, + 0xaf, 0xf6, 0x27, 0xdf, 0x49, 0xb0, 0x37, 0xae, 0x04, 0x88, 0x48, 0xff, 0xe9, 0x23, 0x36, 0xe4, + 0x93, 0x43, 0xe3, 0x90, 0xed, 0x31, 0xc6, 0xf6, 0x15, 0x52, 0x4c, 0xb3, 0x4d, 0x48, 0x11, 0xd6, + 0x60, 0x63, 0x6a, 0x40, 0xa8, 0xc1, 0xa6, 0x25, 0x87, 0x50, 0x83, 0xed, 0x23, 0x3a, 0xb2, 0x1a, + 0x6c, 0x5c, 0x8c, 0x90, 0x5f, 0x25, 0x98, 0xec, 0xd5, 0x02, 0x44, 0xe4, 0x3a, 0x07, 0x48, 0x0f, + 0xa1, 0x79, 0x79, 0x90, 0xf8, 0xc8, 0xaa, 0x69, 0x29, 0x51, 0x42, 0x7e, 0x97, 0x80, 0xa4, 0x65, + 0x02, 0x39, 0x3b, 0x1c, 0x81, 0xa4, 0xfe, 0x90, 0xdf, 0xca, 0x89, 0xc6, 0x0d, 0x2c, 0xb0, 0x0d, + 0x1c, 0x23, 0x47, 0xb2, 0x37, 0x80, 0x82, 0xa5, 0xfc, 0xee, 0xc3, 0x27, 0x05, 0xe9, 0xd1, 0x93, + 0x82, 0xf4, 0xcf, 0x93, 0x82, 0xf4, 0xd9, 0xd3, 0xc2, 0xc8, 0xa3, 0xa7, 0x85, 0x91, 0x3f, 0x9f, + 0x16, 0x46, 0x6e, 0x2f, 0xc6, 0x34, 0x56, 0x60, 0x6a, 0x01, 0x29, 0x71, 0xbb, 0x9d, 0x92, 0x76, + 0x3f, 0x32, 0xce, 0x14, 0x57, 0x6d, 0x94, 0xfd, 0x63, 0x64, 0xf9, 0xbf, 0x00, 0x00, 0x00, 0xff, + 0xff, 0xe6, 0xfe, 0x73, 0x9f, 0xcb, 0x19, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -1938,7 +1937,7 @@ func NewQueryClient(cc grpc1.ClientConn) QueryClient { func (c *queryClient) RegisteredTokens(ctx context.Context, in *QueryRegisteredTokens, opts ...grpc.CallOption) (*QueryRegisteredTokensResponse, error) { out := new(QueryRegisteredTokensResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Query/RegisteredTokens", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Query/RegisteredTokens", in, out, opts...) if err != nil { return nil, err } @@ -1947,7 +1946,7 @@ func (c *queryClient) RegisteredTokens(ctx context.Context, in *QueryRegisteredT func (c *queryClient) Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) { out := new(QueryParamsResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Query/Params", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Query/Params", in, out, opts...) if err != nil { return nil, err } @@ -1956,7 +1955,7 @@ func (c *queryClient) Params(ctx context.Context, in *QueryParamsRequest, opts . func (c *queryClient) Borrowed(ctx context.Context, in *QueryBorrowedRequest, opts ...grpc.CallOption) (*QueryBorrowedResponse, error) { out := new(QueryBorrowedResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Query/Borrowed", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Query/Borrowed", in, out, opts...) if err != nil { return nil, err } @@ -1965,7 +1964,7 @@ func (c *queryClient) Borrowed(ctx context.Context, in *QueryBorrowedRequest, op func (c *queryClient) BorrowedValue(ctx context.Context, in *QueryBorrowedValueRequest, opts ...grpc.CallOption) (*QueryBorrowedValueResponse, error) { out := new(QueryBorrowedValueResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Query/BorrowedValue", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Query/BorrowedValue", in, out, opts...) if err != nil { return nil, err } @@ -1974,7 +1973,7 @@ func (c *queryClient) BorrowedValue(ctx context.Context, in *QueryBorrowedValueR func (c *queryClient) Loaned(ctx context.Context, in *QueryLoanedRequest, opts ...grpc.CallOption) (*QueryLoanedResponse, error) { out := new(QueryLoanedResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Query/Loaned", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Query/Loaned", in, out, opts...) if err != nil { return nil, err } @@ -1983,7 +1982,7 @@ func (c *queryClient) Loaned(ctx context.Context, in *QueryLoanedRequest, opts . func (c *queryClient) LoanedValue(ctx context.Context, in *QueryLoanedValueRequest, opts ...grpc.CallOption) (*QueryLoanedValueResponse, error) { out := new(QueryLoanedValueResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Query/LoanedValue", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Query/LoanedValue", in, out, opts...) if err != nil { return nil, err } @@ -1992,7 +1991,7 @@ func (c *queryClient) LoanedValue(ctx context.Context, in *QueryLoanedValueReque func (c *queryClient) AvailableBorrow(ctx context.Context, in *QueryAvailableBorrowRequest, opts ...grpc.CallOption) (*QueryAvailableBorrowResponse, error) { out := new(QueryAvailableBorrowResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Query/AvailableBorrow", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Query/AvailableBorrow", in, out, opts...) if err != nil { return nil, err } @@ -2001,7 +2000,7 @@ func (c *queryClient) AvailableBorrow(ctx context.Context, in *QueryAvailableBor func (c *queryClient) BorrowAPY(ctx context.Context, in *QueryBorrowAPYRequest, opts ...grpc.CallOption) (*QueryBorrowAPYResponse, error) { out := new(QueryBorrowAPYResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Query/BorrowAPY", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Query/BorrowAPY", in, out, opts...) if err != nil { return nil, err } @@ -2010,7 +2009,7 @@ func (c *queryClient) BorrowAPY(ctx context.Context, in *QueryBorrowAPYRequest, func (c *queryClient) LendAPY(ctx context.Context, in *QueryLendAPYRequest, opts ...grpc.CallOption) (*QueryLendAPYResponse, error) { out := new(QueryLendAPYResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Query/LendAPY", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Query/LendAPY", in, out, opts...) if err != nil { return nil, err } @@ -2019,7 +2018,7 @@ func (c *queryClient) LendAPY(ctx context.Context, in *QueryLendAPYRequest, opts func (c *queryClient) MarketSize(ctx context.Context, in *QueryMarketSizeRequest, opts ...grpc.CallOption) (*QueryMarketSizeResponse, error) { out := new(QueryMarketSizeResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Query/MarketSize", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Query/MarketSize", in, out, opts...) if err != nil { return nil, err } @@ -2028,7 +2027,7 @@ func (c *queryClient) MarketSize(ctx context.Context, in *QueryMarketSizeRequest func (c *queryClient) TokenMarketSize(ctx context.Context, in *QueryTokenMarketSizeRequest, opts ...grpc.CallOption) (*QueryTokenMarketSizeResponse, error) { out := new(QueryTokenMarketSizeResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Query/TokenMarketSize", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Query/TokenMarketSize", in, out, opts...) if err != nil { return nil, err } @@ -2037,7 +2036,7 @@ func (c *queryClient) TokenMarketSize(ctx context.Context, in *QueryTokenMarketS func (c *queryClient) ReserveAmount(ctx context.Context, in *QueryReserveAmountRequest, opts ...grpc.CallOption) (*QueryReserveAmountResponse, error) { out := new(QueryReserveAmountResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Query/ReserveAmount", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Query/ReserveAmount", in, out, opts...) if err != nil { return nil, err } @@ -2046,7 +2045,7 @@ func (c *queryClient) ReserveAmount(ctx context.Context, in *QueryReserveAmountR func (c *queryClient) CollateralSetting(ctx context.Context, in *QueryCollateralSettingRequest, opts ...grpc.CallOption) (*QueryCollateralSettingResponse, error) { out := new(QueryCollateralSettingResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Query/CollateralSetting", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Query/CollateralSetting", in, out, opts...) if err != nil { return nil, err } @@ -2055,7 +2054,7 @@ func (c *queryClient) CollateralSetting(ctx context.Context, in *QueryCollateral func (c *queryClient) Collateral(ctx context.Context, in *QueryCollateralRequest, opts ...grpc.CallOption) (*QueryCollateralResponse, error) { out := new(QueryCollateralResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Query/Collateral", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Query/Collateral", in, out, opts...) if err != nil { return nil, err } @@ -2064,7 +2063,7 @@ func (c *queryClient) Collateral(ctx context.Context, in *QueryCollateralRequest func (c *queryClient) CollateralValue(ctx context.Context, in *QueryCollateralValueRequest, opts ...grpc.CallOption) (*QueryCollateralValueResponse, error) { out := new(QueryCollateralValueResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Query/CollateralValue", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Query/CollateralValue", in, out, opts...) if err != nil { return nil, err } @@ -2073,7 +2072,7 @@ func (c *queryClient) CollateralValue(ctx context.Context, in *QueryCollateralVa func (c *queryClient) ExchangeRate(ctx context.Context, in *QueryExchangeRateRequest, opts ...grpc.CallOption) (*QueryExchangeRateResponse, error) { out := new(QueryExchangeRateResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Query/ExchangeRate", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Query/ExchangeRate", in, out, opts...) if err != nil { return nil, err } @@ -2082,7 +2081,7 @@ func (c *queryClient) ExchangeRate(ctx context.Context, in *QueryExchangeRateReq func (c *queryClient) BorrowLimit(ctx context.Context, in *QueryBorrowLimitRequest, opts ...grpc.CallOption) (*QueryBorrowLimitResponse, error) { out := new(QueryBorrowLimitResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Query/BorrowLimit", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Query/BorrowLimit", in, out, opts...) if err != nil { return nil, err } @@ -2091,7 +2090,7 @@ func (c *queryClient) BorrowLimit(ctx context.Context, in *QueryBorrowLimitReque func (c *queryClient) LiquidationLimit(ctx context.Context, in *QueryLiquidationLimitRequest, opts ...grpc.CallOption) (*QueryLiquidationLimitResponse, error) { out := new(QueryLiquidationLimitResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Query/LiquidationLimit", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Query/LiquidationLimit", in, out, opts...) if err != nil { return nil, err } @@ -2100,7 +2099,7 @@ func (c *queryClient) LiquidationLimit(ctx context.Context, in *QueryLiquidation func (c *queryClient) LiquidationTargets(ctx context.Context, in *QueryLiquidationTargetsRequest, opts ...grpc.CallOption) (*QueryLiquidationTargetsResponse, error) { out := new(QueryLiquidationTargetsResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Query/LiquidationTargets", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Query/LiquidationTargets", in, out, opts...) if err != nil { return nil, err } @@ -2241,7 +2240,7 @@ func _Query_RegisteredTokens_Handler(srv interface{}, ctx context.Context, dec f } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Query/RegisteredTokens", + FullMethod: "/umeenetwork.umee.leverage.v1.Query/RegisteredTokens", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).RegisteredTokens(ctx, req.(*QueryRegisteredTokens)) @@ -2259,7 +2258,7 @@ func _Query_Params_Handler(srv interface{}, ctx context.Context, dec func(interf } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Query/Params", + FullMethod: "/umeenetwork.umee.leverage.v1.Query/Params", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).Params(ctx, req.(*QueryParamsRequest)) @@ -2277,7 +2276,7 @@ func _Query_Borrowed_Handler(srv interface{}, ctx context.Context, dec func(inte } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Query/Borrowed", + FullMethod: "/umeenetwork.umee.leverage.v1.Query/Borrowed", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).Borrowed(ctx, req.(*QueryBorrowedRequest)) @@ -2295,7 +2294,7 @@ func _Query_BorrowedValue_Handler(srv interface{}, ctx context.Context, dec func } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Query/BorrowedValue", + FullMethod: "/umeenetwork.umee.leverage.v1.Query/BorrowedValue", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).BorrowedValue(ctx, req.(*QueryBorrowedValueRequest)) @@ -2313,7 +2312,7 @@ func _Query_Loaned_Handler(srv interface{}, ctx context.Context, dec func(interf } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Query/Loaned", + FullMethod: "/umeenetwork.umee.leverage.v1.Query/Loaned", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).Loaned(ctx, req.(*QueryLoanedRequest)) @@ -2331,7 +2330,7 @@ func _Query_LoanedValue_Handler(srv interface{}, ctx context.Context, dec func(i } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Query/LoanedValue", + FullMethod: "/umeenetwork.umee.leverage.v1.Query/LoanedValue", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).LoanedValue(ctx, req.(*QueryLoanedValueRequest)) @@ -2349,7 +2348,7 @@ func _Query_AvailableBorrow_Handler(srv interface{}, ctx context.Context, dec fu } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Query/AvailableBorrow", + FullMethod: "/umeenetwork.umee.leverage.v1.Query/AvailableBorrow", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).AvailableBorrow(ctx, req.(*QueryAvailableBorrowRequest)) @@ -2367,7 +2366,7 @@ func _Query_BorrowAPY_Handler(srv interface{}, ctx context.Context, dec func(int } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Query/BorrowAPY", + FullMethod: "/umeenetwork.umee.leverage.v1.Query/BorrowAPY", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).BorrowAPY(ctx, req.(*QueryBorrowAPYRequest)) @@ -2385,7 +2384,7 @@ func _Query_LendAPY_Handler(srv interface{}, ctx context.Context, dec func(inter } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Query/LendAPY", + FullMethod: "/umeenetwork.umee.leverage.v1.Query/LendAPY", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).LendAPY(ctx, req.(*QueryLendAPYRequest)) @@ -2403,7 +2402,7 @@ func _Query_MarketSize_Handler(srv interface{}, ctx context.Context, dec func(in } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Query/MarketSize", + FullMethod: "/umeenetwork.umee.leverage.v1.Query/MarketSize", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).MarketSize(ctx, req.(*QueryMarketSizeRequest)) @@ -2421,7 +2420,7 @@ func _Query_TokenMarketSize_Handler(srv interface{}, ctx context.Context, dec fu } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Query/TokenMarketSize", + FullMethod: "/umeenetwork.umee.leverage.v1.Query/TokenMarketSize", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).TokenMarketSize(ctx, req.(*QueryTokenMarketSizeRequest)) @@ -2439,7 +2438,7 @@ func _Query_ReserveAmount_Handler(srv interface{}, ctx context.Context, dec func } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Query/ReserveAmount", + FullMethod: "/umeenetwork.umee.leverage.v1.Query/ReserveAmount", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).ReserveAmount(ctx, req.(*QueryReserveAmountRequest)) @@ -2457,7 +2456,7 @@ func _Query_CollateralSetting_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Query/CollateralSetting", + FullMethod: "/umeenetwork.umee.leverage.v1.Query/CollateralSetting", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).CollateralSetting(ctx, req.(*QueryCollateralSettingRequest)) @@ -2475,7 +2474,7 @@ func _Query_Collateral_Handler(srv interface{}, ctx context.Context, dec func(in } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Query/Collateral", + FullMethod: "/umeenetwork.umee.leverage.v1.Query/Collateral", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).Collateral(ctx, req.(*QueryCollateralRequest)) @@ -2493,7 +2492,7 @@ func _Query_CollateralValue_Handler(srv interface{}, ctx context.Context, dec fu } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Query/CollateralValue", + FullMethod: "/umeenetwork.umee.leverage.v1.Query/CollateralValue", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).CollateralValue(ctx, req.(*QueryCollateralValueRequest)) @@ -2511,7 +2510,7 @@ func _Query_ExchangeRate_Handler(srv interface{}, ctx context.Context, dec func( } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Query/ExchangeRate", + FullMethod: "/umeenetwork.umee.leverage.v1.Query/ExchangeRate", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).ExchangeRate(ctx, req.(*QueryExchangeRateRequest)) @@ -2529,7 +2528,7 @@ func _Query_BorrowLimit_Handler(srv interface{}, ctx context.Context, dec func(i } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Query/BorrowLimit", + FullMethod: "/umeenetwork.umee.leverage.v1.Query/BorrowLimit", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).BorrowLimit(ctx, req.(*QueryBorrowLimitRequest)) @@ -2547,7 +2546,7 @@ func _Query_LiquidationLimit_Handler(srv interface{}, ctx context.Context, dec f } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Query/LiquidationLimit", + FullMethod: "/umeenetwork.umee.leverage.v1.Query/LiquidationLimit", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).LiquidationLimit(ctx, req.(*QueryLiquidationLimitRequest)) @@ -2565,7 +2564,7 @@ func _Query_LiquidationTargets_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Query/LiquidationTargets", + FullMethod: "/umeenetwork.umee.leverage.v1.Query/LiquidationTargets", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).LiquidationTargets(ctx, req.(*QueryLiquidationTargetsRequest)) @@ -2574,7 +2573,7 @@ func _Query_LiquidationTargets_Handler(srv interface{}, ctx context.Context, dec } var _Query_serviceDesc = grpc.ServiceDesc{ - ServiceName: "umeenetwork.umee.leverage.v1beta1.Query", + ServiceName: "umeenetwork.umee.leverage.v1.Query", HandlerType: (*QueryServer)(nil), Methods: []grpc.MethodDesc{ { @@ -2655,7 +2654,7 @@ var _Query_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "umee/leverage/v1beta1/query.proto", + Metadata: "umee/leverage/v1/query.proto", } func (m *QueryRegisteredTokens) Marshal() (dAtA []byte, err error) { diff --git a/x/leverage/types/query.pb.gw.go b/x/leverage/types/query.pb.gw.go index 9379fc7d13..7df027a257 100644 --- a/x/leverage/types/query.pb.gw.go +++ b/x/leverage/types/query.pb.gw.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-grpc-gateway. DO NOT EDIT. -// source: umee/leverage/v1beta1/query.proto +// source: umee/leverage/v1/query.proto /* Package types is a reverse proxy. @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,7 +30,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_Query_RegisteredTokens_0(ctx context.Context, marshaler runtime.Marshaler, client QueryClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq QueryRegisteredTokens @@ -666,14 +664,12 @@ func local_request_Query_LiquidationTargets_0(ctx context.Context, marshaler run // RegisterQueryHandlerServer registers the http handlers for service Query to "mux". // UnaryRPC :call QueryServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterQueryHandlerFromEndpoint instead. +// Note that using this registration option will cause many gRPC library features (such as grpc.SendHeader, etc) to stop working. Consider using RegisterQueryHandlerFromEndpoint instead. func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error { mux.Handle("GET", pattern_Query_RegisteredTokens_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -681,7 +677,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_RegisteredTokens_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -695,8 +690,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_Params_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -704,7 +697,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_Params_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -718,8 +710,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_Borrowed_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -727,7 +717,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_Borrowed_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -741,8 +730,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_BorrowedValue_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -750,7 +737,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_BorrowedValue_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -764,8 +750,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_Loaned_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -773,7 +757,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_Loaned_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -787,8 +770,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_LoanedValue_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -796,7 +777,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_LoanedValue_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -810,8 +790,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_AvailableBorrow_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -819,7 +797,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_AvailableBorrow_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -833,8 +810,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_BorrowAPY_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -842,7 +817,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_BorrowAPY_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -856,8 +830,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_LendAPY_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -865,7 +837,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_LendAPY_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -879,8 +850,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_MarketSize_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -888,7 +857,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_MarketSize_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -902,8 +870,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_TokenMarketSize_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -911,7 +877,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_TokenMarketSize_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -925,8 +890,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_ReserveAmount_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -934,7 +897,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_ReserveAmount_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -948,8 +910,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_CollateralSetting_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -957,7 +917,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_CollateralSetting_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -971,8 +930,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_Collateral_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -980,7 +937,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_Collateral_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -994,8 +950,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_CollateralValue_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1003,7 +957,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_CollateralValue_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1017,8 +970,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_ExchangeRate_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1026,7 +977,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_ExchangeRate_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1040,8 +990,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_BorrowLimit_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1049,7 +997,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_BorrowLimit_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1063,8 +1010,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_LiquidationLimit_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1072,7 +1017,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_LiquidationLimit_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1086,8 +1030,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_LiquidationTargets_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -1095,7 +1037,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_LiquidationTargets_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -1531,43 +1472,43 @@ func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, clie } var ( - pattern_Query_RegisteredTokens_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1beta1", "registered_tokens"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_RegisteredTokens_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1", "registered_tokens"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1beta1", "params"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1", "params"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_Borrowed_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1beta1", "borrowed"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Borrowed_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1", "borrowed"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_BorrowedValue_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1beta1", "borrowed_value"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_BorrowedValue_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1", "borrowed_value"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_Loaned_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1beta1", "loaned"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Loaned_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1", "loaned"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_LoanedValue_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1beta1", "loaned_value"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_LoanedValue_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1", "loaned_value"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_AvailableBorrow_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1beta1", "available_borrow"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_AvailableBorrow_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1", "available_borrow"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_BorrowAPY_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1beta1", "borrow_apy"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_BorrowAPY_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1", "borrow_apy"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_LendAPY_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1beta1", "lend_apy"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_LendAPY_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1", "lend_apy"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_MarketSize_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1beta1", "market_size"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_MarketSize_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1", "market_size"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_TokenMarketSize_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1beta1", "token_market_size"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_TokenMarketSize_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1", "token_market_size"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_ReserveAmount_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1beta1", "reserve_amount"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_ReserveAmount_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1", "reserve_amount"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_CollateralSetting_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1beta1", "collateral_setting"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_CollateralSetting_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1", "collateral_setting"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_Collateral_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1beta1", "collateral"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Collateral_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1", "collateral"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_CollateralValue_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1beta1", "collateral_value"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_CollateralValue_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1", "collateral_value"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_ExchangeRate_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1beta1", "exchange_rate"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_ExchangeRate_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1", "exchange_rate"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_BorrowLimit_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1beta1", "borrow_limit"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_BorrowLimit_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1", "borrow_limit"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_LiquidationLimit_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1beta1", "liquidation_limit"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_LiquidationLimit_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1", "liquidation_limit"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_LiquidationTargets_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1beta1", "liquidation_targets"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_LiquidationTargets_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "leverage", "v1", "liquidation_targets"}, "", runtime.AssumeColonVerbOpt(true))) ) var ( diff --git a/x/leverage/types/tx.pb.go b/x/leverage/types/tx.pb.go index 0312595720..bd785151b6 100644 --- a/x/leverage/types/tx.pb.go +++ b/x/leverage/types/tx.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: umee/leverage/v1beta1/tx.proto +// source: umee/leverage/v1/tx.proto package types @@ -40,7 +40,7 @@ func (m *MsgLendAsset) Reset() { *m = MsgLendAsset{} } func (m *MsgLendAsset) String() string { return proto.CompactTextString(m) } func (*MsgLendAsset) ProtoMessage() {} func (*MsgLendAsset) Descriptor() ([]byte, []int) { - return fileDescriptor_2978bda908586e46, []int{0} + return fileDescriptor_72683128ee6e8843, []int{0} } func (m *MsgLendAsset) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -95,7 +95,7 @@ func (m *MsgWithdrawAsset) Reset() { *m = MsgWithdrawAsset{} } func (m *MsgWithdrawAsset) String() string { return proto.CompactTextString(m) } func (*MsgWithdrawAsset) ProtoMessage() {} func (*MsgWithdrawAsset) Descriptor() ([]byte, []int) { - return fileDescriptor_2978bda908586e46, []int{1} + return fileDescriptor_72683128ee6e8843, []int{1} } func (m *MsgWithdrawAsset) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -150,7 +150,7 @@ func (m *MsgSetCollateral) Reset() { *m = MsgSetCollateral{} } func (m *MsgSetCollateral) String() string { return proto.CompactTextString(m) } func (*MsgSetCollateral) ProtoMessage() {} func (*MsgSetCollateral) Descriptor() ([]byte, []int) { - return fileDescriptor_2978bda908586e46, []int{2} + return fileDescriptor_72683128ee6e8843, []int{2} } func (m *MsgSetCollateral) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -211,7 +211,7 @@ func (m *MsgBorrowAsset) Reset() { *m = MsgBorrowAsset{} } func (m *MsgBorrowAsset) String() string { return proto.CompactTextString(m) } func (*MsgBorrowAsset) ProtoMessage() {} func (*MsgBorrowAsset) Descriptor() ([]byte, []int) { - return fileDescriptor_2978bda908586e46, []int{3} + return fileDescriptor_72683128ee6e8843, []int{3} } func (m *MsgBorrowAsset) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -265,7 +265,7 @@ func (m *MsgRepayAsset) Reset() { *m = MsgRepayAsset{} } func (m *MsgRepayAsset) String() string { return proto.CompactTextString(m) } func (*MsgRepayAsset) ProtoMessage() {} func (*MsgRepayAsset) Descriptor() ([]byte, []int) { - return fileDescriptor_2978bda908586e46, []int{4} + return fileDescriptor_72683128ee6e8843, []int{4} } func (m *MsgRepayAsset) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -321,7 +321,7 @@ func (m *MsgLiquidate) Reset() { *m = MsgLiquidate{} } func (m *MsgLiquidate) String() string { return proto.CompactTextString(m) } func (*MsgLiquidate) ProtoMessage() {} func (*MsgLiquidate) Descriptor() ([]byte, []int) { - return fileDescriptor_2978bda908586e46, []int{5} + return fileDescriptor_72683128ee6e8843, []int{5} } func (m *MsgLiquidate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -386,7 +386,7 @@ func (m *MsgLendAssetResponse) Reset() { *m = MsgLendAssetResponse{} } func (m *MsgLendAssetResponse) String() string { return proto.CompactTextString(m) } func (*MsgLendAssetResponse) ProtoMessage() {} func (*MsgLendAssetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_2978bda908586e46, []int{6} + return fileDescriptor_72683128ee6e8843, []int{6} } func (m *MsgLendAssetResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -423,7 +423,7 @@ func (m *MsgWithdrawAssetResponse) Reset() { *m = MsgWithdrawAssetRespon func (m *MsgWithdrawAssetResponse) String() string { return proto.CompactTextString(m) } func (*MsgWithdrawAssetResponse) ProtoMessage() {} func (*MsgWithdrawAssetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_2978bda908586e46, []int{7} + return fileDescriptor_72683128ee6e8843, []int{7} } func (m *MsgWithdrawAssetResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -460,7 +460,7 @@ func (m *MsgSetCollateralResponse) Reset() { *m = MsgSetCollateralRespon func (m *MsgSetCollateralResponse) String() string { return proto.CompactTextString(m) } func (*MsgSetCollateralResponse) ProtoMessage() {} func (*MsgSetCollateralResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_2978bda908586e46, []int{8} + return fileDescriptor_72683128ee6e8843, []int{8} } func (m *MsgSetCollateralResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -497,7 +497,7 @@ func (m *MsgBorrowAssetResponse) Reset() { *m = MsgBorrowAssetResponse{} func (m *MsgBorrowAssetResponse) String() string { return proto.CompactTextString(m) } func (*MsgBorrowAssetResponse) ProtoMessage() {} func (*MsgBorrowAssetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_2978bda908586e46, []int{9} + return fileDescriptor_72683128ee6e8843, []int{9} } func (m *MsgBorrowAssetResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -535,7 +535,7 @@ func (m *MsgRepayAssetResponse) Reset() { *m = MsgRepayAssetResponse{} } func (m *MsgRepayAssetResponse) String() string { return proto.CompactTextString(m) } func (*MsgRepayAssetResponse) ProtoMessage() {} func (*MsgRepayAssetResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_2978bda908586e46, []int{10} + return fileDescriptor_72683128ee6e8843, []int{10} } func (m *MsgRepayAssetResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -581,7 +581,7 @@ func (m *MsgLiquidateResponse) Reset() { *m = MsgLiquidateResponse{} } func (m *MsgLiquidateResponse) String() string { return proto.CompactTextString(m) } func (*MsgLiquidateResponse) ProtoMessage() {} func (*MsgLiquidateResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_2978bda908586e46, []int{11} + return fileDescriptor_72683128ee6e8843, []int{11} } func (m *MsgLiquidateResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -625,61 +625,61 @@ func (m *MsgLiquidateResponse) GetReward() types.Coin { } func init() { - proto.RegisterType((*MsgLendAsset)(nil), "umeenetwork.umee.leverage.v1beta1.MsgLendAsset") - proto.RegisterType((*MsgWithdrawAsset)(nil), "umeenetwork.umee.leverage.v1beta1.MsgWithdrawAsset") - proto.RegisterType((*MsgSetCollateral)(nil), "umeenetwork.umee.leverage.v1beta1.MsgSetCollateral") - proto.RegisterType((*MsgBorrowAsset)(nil), "umeenetwork.umee.leverage.v1beta1.MsgBorrowAsset") - proto.RegisterType((*MsgRepayAsset)(nil), "umeenetwork.umee.leverage.v1beta1.MsgRepayAsset") - proto.RegisterType((*MsgLiquidate)(nil), "umeenetwork.umee.leverage.v1beta1.MsgLiquidate") - proto.RegisterType((*MsgLendAssetResponse)(nil), "umeenetwork.umee.leverage.v1beta1.MsgLendAssetResponse") - proto.RegisterType((*MsgWithdrawAssetResponse)(nil), "umeenetwork.umee.leverage.v1beta1.MsgWithdrawAssetResponse") - proto.RegisterType((*MsgSetCollateralResponse)(nil), "umeenetwork.umee.leverage.v1beta1.MsgSetCollateralResponse") - proto.RegisterType((*MsgBorrowAssetResponse)(nil), "umeenetwork.umee.leverage.v1beta1.MsgBorrowAssetResponse") - proto.RegisterType((*MsgRepayAssetResponse)(nil), "umeenetwork.umee.leverage.v1beta1.MsgRepayAssetResponse") - proto.RegisterType((*MsgLiquidateResponse)(nil), "umeenetwork.umee.leverage.v1beta1.MsgLiquidateResponse") -} - -func init() { proto.RegisterFile("umee/leverage/v1beta1/tx.proto", fileDescriptor_2978bda908586e46) } - -var fileDescriptor_2978bda908586e46 = []byte{ - // 580 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0x4d, 0x6f, 0xd3, 0x4c, - 0x10, 0x8e, 0xd3, 0x36, 0x6a, 0xa6, 0x6f, 0x5f, 0x21, 0x2b, 0x44, 0xc6, 0x07, 0x13, 0x7c, 0xca, - 0x05, 0xbb, 0x49, 0x0f, 0x05, 0x21, 0x0e, 0xa4, 0x37, 0x44, 0x24, 0x64, 0x0e, 0x48, 0x08, 0x09, - 0xad, 0xe3, 0x91, 0x6b, 0x61, 0x7b, 0xc3, 0xee, 0xe6, 0xa3, 0xe2, 0xc4, 0x8d, 0x23, 0xbf, 0x89, - 0x53, 0x8f, 0x3d, 0x72, 0x42, 0x28, 0xf9, 0x07, 0xfc, 0x02, 0xe4, 0xcf, 0xd8, 0x11, 0x82, 0x4d, - 0x51, 0x6f, 0x3b, 0x9e, 0x79, 0xe6, 0x79, 0x66, 0x76, 0x3c, 0x0b, 0xc6, 0x2c, 0x42, 0xb4, 0x43, - 0x9c, 0x23, 0x23, 0x3e, 0xda, 0xf3, 0x81, 0x8b, 0x82, 0x0c, 0x6c, 0xb1, 0xb4, 0xa6, 0x8c, 0x0a, - 0xaa, 0x3e, 0x48, 0xfc, 0x31, 0x8a, 0x05, 0x65, 0xef, 0xad, 0xe4, 0x6c, 0x15, 0xb1, 0x56, 0x1e, - 0xab, 0x1b, 0x13, 0xca, 0x23, 0xca, 0x6d, 0x97, 0xf0, 0x4d, 0x82, 0x09, 0x0d, 0xe2, 0x2c, 0x85, - 0xde, 0xf1, 0xa9, 0x4f, 0xd3, 0xa3, 0x9d, 0x9c, 0xb2, 0xaf, 0xe6, 0x3b, 0xf8, 0x6f, 0xcc, 0xfd, - 0x17, 0x18, 0x7b, 0xcf, 0x38, 0x47, 0xa1, 0x76, 0xa1, 0x15, 0x62, 0xec, 0x21, 0xd3, 0x94, 0x9e, - 0xd2, 0x6f, 0x3b, 0xb9, 0xa5, 0x9e, 0x41, 0x8b, 0x44, 0x74, 0x16, 0x0b, 0xad, 0xd9, 0x53, 0xfa, - 0x47, 0xc3, 0x7b, 0x56, 0x46, 0x67, 0x25, 0x74, 0x85, 0x06, 0xeb, 0x9c, 0x06, 0xf1, 0x68, 0xff, - 0xea, 0xfb, 0xfd, 0x86, 0x93, 0x87, 0x9b, 0x13, 0xb8, 0x33, 0xe6, 0xfe, 0xeb, 0x40, 0x5c, 0x78, - 0x8c, 0x2c, 0x6e, 0x89, 0xe4, 0x6d, 0x4a, 0xf2, 0x0a, 0xc5, 0x39, 0x0d, 0x43, 0x22, 0x90, 0x91, - 0x50, 0xd5, 0xe1, 0xd0, 0xa5, 0x8c, 0xd1, 0x45, 0x49, 0x53, 0xda, 0x6a, 0x07, 0x0e, 0x3c, 0x8c, - 0x69, 0x94, 0xf2, 0xb4, 0x9d, 0xcc, 0x48, 0x64, 0x61, 0x4c, 0xdc, 0x10, 0xb5, 0xbd, 0x9e, 0xd2, - 0x3f, 0x74, 0x72, 0xcb, 0x44, 0xf8, 0x7f, 0xcc, 0xfd, 0x51, 0x0a, 0xce, 0x0a, 0xf8, 0x53, 0xee, - 0x1b, 0x17, 0xe1, 0xc1, 0xf1, 0x98, 0xfb, 0x0e, 0x4e, 0xc9, 0xe5, 0x2d, 0xb2, 0x7c, 0x55, 0xb2, - 0x1b, 0x0f, 0x3e, 0xcc, 0x02, 0x8f, 0x08, 0x54, 0x0d, 0x80, 0x30, 0x37, 0x68, 0xc1, 0x53, 0xf9, - 0x52, 0x53, 0xd1, 0xdc, 0x52, 0xf1, 0x14, 0xda, 0x2c, 0xd1, 0x1b, 0x61, 0x2c, 0xd2, 0xa6, 0x49, - 0x08, 0xd9, 0x20, 0x92, 0x22, 0x18, 0x2e, 0x08, 0xf3, 0xb4, 0x7d, 0xc9, 0x22, 0xb2, 0x70, 0xb3, - 0x0b, 0x9d, 0xea, 0xd4, 0x3a, 0xc8, 0xa7, 0x34, 0xe6, 0x68, 0xea, 0xa0, 0x6d, 0x0f, 0xdb, 0x96, - 0xaf, 0x36, 0x23, 0xa5, 0x4f, 0x83, 0x6e, 0xfd, 0x86, 0x4b, 0xcf, 0x4b, 0xb8, 0x5b, 0xbb, 0x94, - 0xc2, 0x91, 0x69, 0x9f, 0x92, 0xc0, 0x4b, 0x5b, 0x26, 0xa7, 0x3d, 0x09, 0x37, 0x3f, 0x2b, 0x99, - 0xf8, 0xe2, 0x02, 0xfe, 0x39, 0x63, 0xa5, 0x8d, 0xcd, 0x9d, 0xda, 0x38, 0xfc, 0x79, 0x00, 0x7b, - 0x63, 0xee, 0xab, 0x33, 0x68, 0x6f, 0x36, 0x80, 0x6d, 0xfd, 0x75, 0xd7, 0x58, 0xd5, 0xe6, 0xeb, - 0x67, 0x3b, 0x02, 0xca, 0x82, 0x3f, 0x29, 0x70, 0x5c, 0x5f, 0x0c, 0xa7, 0x72, 0xa9, 0x6a, 0x20, - 0xfd, 0xc9, 0x0d, 0x40, 0x35, 0x0d, 0xf5, 0xbd, 0x21, 0xa9, 0xa1, 0x06, 0x92, 0xd5, 0xf0, 0xdb, - 0xe9, 0x53, 0x3f, 0xc2, 0x51, 0x75, 0xb9, 0x0c, 0xe4, 0x72, 0x55, 0x20, 0xfa, 0xe3, 0x9d, 0x21, - 0x25, 0xf9, 0x12, 0xa0, 0xb2, 0x72, 0x4e, 0xe4, 0x12, 0x6d, 0x10, 0xfa, 0xa3, 0x5d, 0x11, 0x25, - 0x73, 0x32, 0x75, 0xe5, 0x16, 0x92, 0x9d, 0xba, 0x02, 0x20, 0x3d, 0x75, 0xdb, 0xbf, 0xd9, 0xe8, - 0xf9, 0xd5, 0xca, 0x50, 0xae, 0x57, 0x86, 0xf2, 0x63, 0x65, 0x28, 0x5f, 0xd6, 0x46, 0xe3, 0x7a, - 0x6d, 0x34, 0xbe, 0xad, 0x8d, 0xc6, 0x9b, 0x13, 0x3f, 0x10, 0x17, 0x33, 0xd7, 0x9a, 0xd0, 0xc8, - 0x4e, 0x12, 0x3e, 0xcc, 0xb3, 0xa7, 0x86, 0x3d, 0x1f, 0xda, 0xcb, 0xcd, 0x0b, 0x2d, 0x2e, 0xa7, - 0xc8, 0xdd, 0x56, 0xfa, 0x88, 0x9e, 0xfe, 0x0a, 0x00, 0x00, 0xff, 0xff, 0xe6, 0x94, 0x77, 0xbd, - 0xbf, 0x07, 0x00, 0x00, + proto.RegisterType((*MsgLendAsset)(nil), "umeenetwork.umee.leverage.v1.MsgLendAsset") + proto.RegisterType((*MsgWithdrawAsset)(nil), "umeenetwork.umee.leverage.v1.MsgWithdrawAsset") + proto.RegisterType((*MsgSetCollateral)(nil), "umeenetwork.umee.leverage.v1.MsgSetCollateral") + proto.RegisterType((*MsgBorrowAsset)(nil), "umeenetwork.umee.leverage.v1.MsgBorrowAsset") + proto.RegisterType((*MsgRepayAsset)(nil), "umeenetwork.umee.leverage.v1.MsgRepayAsset") + proto.RegisterType((*MsgLiquidate)(nil), "umeenetwork.umee.leverage.v1.MsgLiquidate") + proto.RegisterType((*MsgLendAssetResponse)(nil), "umeenetwork.umee.leverage.v1.MsgLendAssetResponse") + proto.RegisterType((*MsgWithdrawAssetResponse)(nil), "umeenetwork.umee.leverage.v1.MsgWithdrawAssetResponse") + proto.RegisterType((*MsgSetCollateralResponse)(nil), "umeenetwork.umee.leverage.v1.MsgSetCollateralResponse") + proto.RegisterType((*MsgBorrowAssetResponse)(nil), "umeenetwork.umee.leverage.v1.MsgBorrowAssetResponse") + proto.RegisterType((*MsgRepayAssetResponse)(nil), "umeenetwork.umee.leverage.v1.MsgRepayAssetResponse") + proto.RegisterType((*MsgLiquidateResponse)(nil), "umeenetwork.umee.leverage.v1.MsgLiquidateResponse") +} + +func init() { proto.RegisterFile("umee/leverage/v1/tx.proto", fileDescriptor_72683128ee6e8843) } + +var fileDescriptor_72683128ee6e8843 = []byte{ + // 578 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0xcd, 0x6e, 0xd3, 0x40, + 0x10, 0x8e, 0xd3, 0x36, 0x6a, 0xa6, 0x14, 0x21, 0x2b, 0x44, 0xae, 0x85, 0x4c, 0xe4, 0x53, 0xc4, + 0xcf, 0x9a, 0xa4, 0x08, 0x4e, 0x1c, 0x48, 0x6f, 0x88, 0x48, 0xc8, 0x1c, 0x90, 0x10, 0x12, 0x5a, + 0xc7, 0x23, 0xd7, 0xaa, 0xed, 0x4d, 0xbd, 0x9b, 0xa4, 0x7d, 0x03, 0x8e, 0x3c, 0x0c, 0x4f, 0xc0, + 0xa9, 0xc7, 0x1e, 0x39, 0x21, 0x94, 0xbc, 0x08, 0x5a, 0xdb, 0x71, 0xec, 0x08, 0x35, 0x0e, 0x55, + 0x6f, 0x3b, 0x9e, 0x6f, 0xe7, 0xfb, 0xe6, 0xc7, 0xb3, 0x70, 0x34, 0x09, 0x11, 0xad, 0x00, 0xa7, + 0x18, 0x53, 0x0f, 0xad, 0x69, 0xcf, 0x12, 0x17, 0x64, 0x1c, 0x33, 0xc1, 0xd4, 0x47, 0xd2, 0x15, + 0xa1, 0x98, 0xb1, 0xf8, 0x8c, 0xc8, 0x33, 0x59, 0xc2, 0xc8, 0xb4, 0xa7, 0x1b, 0x23, 0xc6, 0x43, + 0xc6, 0x2d, 0x87, 0x72, 0x79, 0xcd, 0x41, 0x41, 0x7b, 0xd6, 0x88, 0xf9, 0x51, 0x7a, 0x5b, 0x6f, + 0x79, 0xcc, 0x63, 0xc9, 0xd1, 0x92, 0xa7, 0xf4, 0xab, 0xf9, 0x15, 0xee, 0x0d, 0xb9, 0xf7, 0x1e, + 0x23, 0xf7, 0x2d, 0xe7, 0x28, 0xd4, 0x36, 0x34, 0x02, 0x8c, 0x5c, 0x8c, 0x35, 0xa5, 0xa3, 0x74, + 0x9b, 0x76, 0x66, 0xa9, 0xaf, 0xa1, 0x41, 0x43, 0x36, 0x89, 0x84, 0x56, 0xef, 0x28, 0xdd, 0x83, + 0xfe, 0x11, 0x49, 0xe9, 0x88, 0xa4, 0x23, 0x19, 0x1d, 0x39, 0x61, 0x7e, 0x34, 0xd8, 0xbd, 0xfa, + 0xfd, 0xb8, 0x66, 0x67, 0x70, 0x73, 0x04, 0x0f, 0x86, 0xdc, 0xfb, 0xe4, 0x8b, 0x53, 0x37, 0xa6, + 0xb3, 0x3b, 0x22, 0xf9, 0x92, 0x90, 0x7c, 0x44, 0x71, 0xc2, 0x82, 0x80, 0x0a, 0x8c, 0x69, 0xa0, + 0xea, 0xb0, 0xef, 0xb0, 0x38, 0x66, 0xb3, 0x9c, 0x26, 0xb7, 0xd5, 0x16, 0xec, 0xb9, 0x18, 0xb1, + 0x30, 0xe1, 0x69, 0xda, 0xa9, 0x21, 0x65, 0x61, 0x44, 0x9d, 0x00, 0xb5, 0x9d, 0x8e, 0xd2, 0xdd, + 0xb7, 0x33, 0xcb, 0x44, 0xb8, 0x3f, 0xe4, 0xde, 0x20, 0xb9, 0x9c, 0x26, 0x70, 0x53, 0xec, 0xff, + 0x4e, 0xc2, 0x85, 0xc3, 0x21, 0xf7, 0x6c, 0x1c, 0xd3, 0xcb, 0x3b, 0x64, 0xf9, 0xa9, 0xa4, 0x1d, + 0xf7, 0xcf, 0x27, 0xbe, 0x4b, 0x05, 0xaa, 0x06, 0x40, 0x90, 0x19, 0x6c, 0xc9, 0x53, 0xf8, 0x52, + 0x52, 0x51, 0x5f, 0x53, 0xf1, 0x06, 0x9a, 0xb1, 0xd4, 0x1b, 0x62, 0x24, 0x92, 0xa2, 0x55, 0x10, + 0xb2, 0xba, 0x21, 0x93, 0x88, 0x71, 0x46, 0x63, 0x57, 0xdb, 0xad, 0x98, 0x44, 0x0a, 0x37, 0xdb, + 0xd0, 0x2a, 0x4e, 0xad, 0x8d, 0x7c, 0xcc, 0x22, 0x8e, 0xa6, 0x0e, 0xda, 0xfa, 0xb0, 0xad, 0xf9, + 0x4a, 0x33, 0x92, 0xfb, 0x34, 0x68, 0x97, 0x3b, 0x9c, 0x7b, 0x3e, 0xc0, 0xc3, 0x52, 0x53, 0x96, + 0x8e, 0x54, 0xfb, 0x98, 0xfa, 0x6e, 0x52, 0xb2, 0x6a, 0xda, 0x25, 0xdc, 0xfc, 0xa6, 0xa4, 0xe2, + 0x97, 0x0d, 0xb8, 0x75, 0xc4, 0x42, 0x19, 0xeb, 0x5b, 0x95, 0xb1, 0xff, 0x63, 0x0f, 0x76, 0x86, + 0xdc, 0x53, 0xcf, 0xa0, 0xb9, 0xda, 0x00, 0x4f, 0xc8, 0x4d, 0x6b, 0x86, 0x14, 0xeb, 0xae, 0xf7, + 0xab, 0x63, 0xf3, 0x34, 0x67, 0x70, 0x58, 0xde, 0x06, 0x64, 0x63, 0x90, 0x12, 0x5e, 0x7f, 0xb5, + 0x1d, 0xbe, 0x48, 0x5c, 0xde, 0x10, 0x9b, 0x89, 0x4b, 0xf8, 0x0a, 0xc4, 0xff, 0x9c, 0x2e, 0xf5, + 0x1c, 0x0e, 0x8a, 0xcb, 0xe3, 0xd9, 0xc6, 0x30, 0x05, 0xb4, 0xfe, 0x72, 0x1b, 0x74, 0x4e, 0x19, + 0x01, 0x14, 0x16, 0xc9, 0xd3, 0x8d, 0x31, 0x56, 0x60, 0xfd, 0x78, 0x0b, 0x70, 0xce, 0x27, 0x27, + 0x28, 0xdf, 0x28, 0x15, 0x26, 0x68, 0x89, 0xad, 0x32, 0x41, 0xeb, 0x3f, 0xca, 0xe0, 0xdd, 0xd5, + 0xdc, 0x50, 0xae, 0xe7, 0x86, 0xf2, 0x67, 0x6e, 0x28, 0xdf, 0x17, 0x46, 0xed, 0x7a, 0x61, 0xd4, + 0x7e, 0x2d, 0x8c, 0xda, 0xe7, 0x17, 0x9e, 0x2f, 0x4e, 0x27, 0x0e, 0x19, 0xb1, 0xd0, 0x92, 0xb1, + 0x9e, 0x67, 0x81, 0x13, 0xc3, 0x9a, 0xf6, 0xad, 0x8b, 0xd5, 0xcb, 0x2a, 0x2e, 0xc7, 0xc8, 0x9d, + 0x46, 0xf2, 0x0c, 0x1e, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x12, 0x45, 0xc8, 0x54, 0x77, 0x07, + 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -721,7 +721,7 @@ func NewMsgClient(cc grpc1.ClientConn) MsgClient { func (c *msgClient) LendAsset(ctx context.Context, in *MsgLendAsset, opts ...grpc.CallOption) (*MsgLendAssetResponse, error) { out := new(MsgLendAssetResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Msg/LendAsset", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Msg/LendAsset", in, out, opts...) if err != nil { return nil, err } @@ -730,7 +730,7 @@ func (c *msgClient) LendAsset(ctx context.Context, in *MsgLendAsset, opts ...grp func (c *msgClient) WithdrawAsset(ctx context.Context, in *MsgWithdrawAsset, opts ...grpc.CallOption) (*MsgWithdrawAssetResponse, error) { out := new(MsgWithdrawAssetResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Msg/WithdrawAsset", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Msg/WithdrawAsset", in, out, opts...) if err != nil { return nil, err } @@ -739,7 +739,7 @@ func (c *msgClient) WithdrawAsset(ctx context.Context, in *MsgWithdrawAsset, opt func (c *msgClient) SetCollateral(ctx context.Context, in *MsgSetCollateral, opts ...grpc.CallOption) (*MsgSetCollateralResponse, error) { out := new(MsgSetCollateralResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Msg/SetCollateral", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Msg/SetCollateral", in, out, opts...) if err != nil { return nil, err } @@ -748,7 +748,7 @@ func (c *msgClient) SetCollateral(ctx context.Context, in *MsgSetCollateral, opt func (c *msgClient) BorrowAsset(ctx context.Context, in *MsgBorrowAsset, opts ...grpc.CallOption) (*MsgBorrowAssetResponse, error) { out := new(MsgBorrowAssetResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Msg/BorrowAsset", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Msg/BorrowAsset", in, out, opts...) if err != nil { return nil, err } @@ -757,7 +757,7 @@ func (c *msgClient) BorrowAsset(ctx context.Context, in *MsgBorrowAsset, opts .. func (c *msgClient) RepayAsset(ctx context.Context, in *MsgRepayAsset, opts ...grpc.CallOption) (*MsgRepayAssetResponse, error) { out := new(MsgRepayAssetResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Msg/RepayAsset", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Msg/RepayAsset", in, out, opts...) if err != nil { return nil, err } @@ -766,7 +766,7 @@ func (c *msgClient) RepayAsset(ctx context.Context, in *MsgRepayAsset, opts ...g func (c *msgClient) Liquidate(ctx context.Context, in *MsgLiquidate, opts ...grpc.CallOption) (*MsgLiquidateResponse, error) { out := new(MsgLiquidateResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1beta1.Msg/Liquidate", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.leverage.v1.Msg/Liquidate", in, out, opts...) if err != nil { return nil, err } @@ -829,7 +829,7 @@ func _Msg_LendAsset_Handler(srv interface{}, ctx context.Context, dec func(inter } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Msg/LendAsset", + FullMethod: "/umeenetwork.umee.leverage.v1.Msg/LendAsset", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).LendAsset(ctx, req.(*MsgLendAsset)) @@ -847,7 +847,7 @@ func _Msg_WithdrawAsset_Handler(srv interface{}, ctx context.Context, dec func(i } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Msg/WithdrawAsset", + FullMethod: "/umeenetwork.umee.leverage.v1.Msg/WithdrawAsset", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).WithdrawAsset(ctx, req.(*MsgWithdrawAsset)) @@ -865,7 +865,7 @@ func _Msg_SetCollateral_Handler(srv interface{}, ctx context.Context, dec func(i } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Msg/SetCollateral", + FullMethod: "/umeenetwork.umee.leverage.v1.Msg/SetCollateral", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).SetCollateral(ctx, req.(*MsgSetCollateral)) @@ -883,7 +883,7 @@ func _Msg_BorrowAsset_Handler(srv interface{}, ctx context.Context, dec func(int } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Msg/BorrowAsset", + FullMethod: "/umeenetwork.umee.leverage.v1.Msg/BorrowAsset", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).BorrowAsset(ctx, req.(*MsgBorrowAsset)) @@ -901,7 +901,7 @@ func _Msg_RepayAsset_Handler(srv interface{}, ctx context.Context, dec func(inte } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Msg/RepayAsset", + FullMethod: "/umeenetwork.umee.leverage.v1.Msg/RepayAsset", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).RepayAsset(ctx, req.(*MsgRepayAsset)) @@ -919,7 +919,7 @@ func _Msg_Liquidate_Handler(srv interface{}, ctx context.Context, dec func(inter } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.leverage.v1beta1.Msg/Liquidate", + FullMethod: "/umeenetwork.umee.leverage.v1.Msg/Liquidate", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).Liquidate(ctx, req.(*MsgLiquidate)) @@ -928,7 +928,7 @@ func _Msg_Liquidate_Handler(srv interface{}, ctx context.Context, dec func(inter } var _Msg_serviceDesc = grpc.ServiceDesc{ - ServiceName: "umeenetwork.umee.leverage.v1beta1.Msg", + ServiceName: "umeenetwork.umee.leverage.v1.Msg", HandlerType: (*MsgServer)(nil), Methods: []grpc.MethodDesc{ { @@ -957,7 +957,7 @@ var _Msg_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "umee/leverage/v1beta1/tx.proto", + Metadata: "umee/leverage/v1/tx.proto", } func (m *MsgLendAsset) Marshal() (dAtA []byte, err error) { diff --git a/x/oracle/types/genesis.pb.go b/x/oracle/types/genesis.pb.go index bd1cf378ed..b87b2a3354 100644 --- a/x/oracle/types/genesis.pb.go +++ b/x/oracle/types/genesis.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: umee/oracle/v1beta1/genesis.proto +// source: umee/oracle/v1/genesis.proto package types @@ -38,7 +38,7 @@ func (m *GenesisState) Reset() { *m = GenesisState{} } func (m *GenesisState) String() string { return proto.CompactTextString(m) } func (*GenesisState) ProtoMessage() {} func (*GenesisState) Descriptor() ([]byte, []int) { - return fileDescriptor_2d68cf98f19c3dd5, []int{0} + return fileDescriptor_c99b4af40468acc1, []int{0} } func (m *GenesisState) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -121,7 +121,7 @@ func (m *FeederDelegation) Reset() { *m = FeederDelegation{} } func (m *FeederDelegation) String() string { return proto.CompactTextString(m) } func (*FeederDelegation) ProtoMessage() {} func (*FeederDelegation) Descriptor() ([]byte, []int) { - return fileDescriptor_2d68cf98f19c3dd5, []int{1} + return fileDescriptor_c99b4af40468acc1, []int{1} } func (m *FeederDelegation) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -175,7 +175,7 @@ func (m *MissCounter) Reset() { *m = MissCounter{} } func (m *MissCounter) String() string { return proto.CompactTextString(m) } func (*MissCounter) ProtoMessage() {} func (*MissCounter) Descriptor() ([]byte, []int) { - return fileDescriptor_2d68cf98f19c3dd5, []int{2} + return fileDescriptor_c99b4af40468acc1, []int{2} } func (m *MissCounter) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -219,47 +219,46 @@ func (m *MissCounter) GetMissCounter() uint64 { } func init() { - proto.RegisterType((*GenesisState)(nil), "umeenetwork.umee.oracle.v1beta1.GenesisState") - proto.RegisterType((*FeederDelegation)(nil), "umeenetwork.umee.oracle.v1beta1.FeederDelegation") - proto.RegisterType((*MissCounter)(nil), "umeenetwork.umee.oracle.v1beta1.MissCounter") + proto.RegisterType((*GenesisState)(nil), "umeenetwork.umee.oracle.v1.GenesisState") + proto.RegisterType((*FeederDelegation)(nil), "umeenetwork.umee.oracle.v1.FeederDelegation") + proto.RegisterType((*MissCounter)(nil), "umeenetwork.umee.oracle.v1.MissCounter") } -func init() { proto.RegisterFile("umee/oracle/v1beta1/genesis.proto", fileDescriptor_2d68cf98f19c3dd5) } +func init() { proto.RegisterFile("umee/oracle/v1/genesis.proto", fileDescriptor_c99b4af40468acc1) } -var fileDescriptor_2d68cf98f19c3dd5 = []byte{ - // 500 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0xc1, 0x6e, 0xd3, 0x40, - 0x10, 0x86, 0xe3, 0x36, 0x8d, 0xc4, 0x26, 0xa9, 0xda, 0x15, 0x87, 0x28, 0x52, 0x9d, 0x34, 0x12, - 0xa2, 0x12, 0x60, 0x2b, 0xe1, 0x86, 0xc4, 0xa1, 0x81, 0x02, 0x17, 0xa4, 0xca, 0x20, 0x90, 0x90, - 0x90, 0xb5, 0xb1, 0x27, 0xae, 0x45, 0xec, 0xb5, 0x76, 0xd6, 0xa1, 0x9c, 0xb9, 0x72, 0xe0, 0x19, - 0x38, 0xf2, 0x24, 0x3d, 0xf6, 0xc8, 0x09, 0x50, 0xf2, 0x22, 0xc8, 0xbb, 0xdb, 0xc6, 0x94, 0x14, - 0x4b, 0xbd, 0xd9, 0xb3, 0xdf, 0x3f, 0xff, 0x3f, 0xf6, 0x2c, 0xd9, 0xcf, 0x13, 0x00, 0x97, 0x0b, - 0x16, 0xcc, 0xc0, 0x9d, 0x0f, 0x27, 0x20, 0xd9, 0xd0, 0x8d, 0x20, 0x05, 0x8c, 0xd1, 0xc9, 0x04, - 0x97, 0x9c, 0xf6, 0x0a, 0x24, 0x05, 0xf9, 0x91, 0x8b, 0x0f, 0x4e, 0xf1, 0xec, 0x68, 0xdc, 0x31, - 0x78, 0xf7, 0x76, 0xc4, 0x23, 0xae, 0x58, 0xb7, 0x78, 0xd2, 0xb2, 0x6e, 0x7f, 0x5d, 0x67, 0xa3, - 0xd4, 0x84, 0x1d, 0x70, 0x4c, 0x38, 0xba, 0x13, 0x86, 0x2b, 0x22, 0xe0, 0x71, 0xaa, 0xcf, 0x07, - 0xdf, 0xb6, 0x48, 0xeb, 0xb9, 0x8e, 0xf2, 0x4a, 0x32, 0x09, 0xf4, 0x88, 0x34, 0x32, 0x26, 0x58, - 0x82, 0x1d, 0xab, 0x6f, 0x1d, 0x34, 0x47, 0x77, 0x9d, 0x8a, 0x68, 0xce, 0xb1, 0xc2, 0xc7, 0xf5, - 0xb3, 0x9f, 0xbd, 0x9a, 0x67, 0xc4, 0x74, 0x4a, 0xe8, 0x14, 0x20, 0x04, 0xe1, 0x87, 0x30, 0x83, - 0x88, 0xc9, 0x98, 0xa7, 0xd8, 0xd9, 0xe8, 0x6f, 0x1e, 0x34, 0x47, 0xc3, 0xca, 0x96, 0xcf, 0x94, - 0xf4, 0xe9, 0xa5, 0xd2, 0x34, 0xdf, 0x9d, 0x5e, 0xa9, 0x23, 0xcd, 0xc9, 0x36, 0x9c, 0x06, 0x27, - 0x2c, 0x8d, 0xc0, 0x17, 0x4c, 0x02, 0x76, 0x36, 0x95, 0xc7, 0xa8, 0xd2, 0xe3, 0xc8, 0xc8, 0x3c, - 0x26, 0xe1, 0x75, 0x9e, 0xcd, 0x60, 0xdc, 0x2d, 0x4c, 0xbe, 0xff, 0xea, 0xd1, 0x7f, 0x8e, 0xd0, - 0x6b, 0x43, 0xa9, 0x86, 0xf4, 0x2d, 0x69, 0x27, 0x31, 0xa2, 0x1f, 0xf0, 0x3c, 0x95, 0x20, 0xb0, - 0x53, 0x57, 0xae, 0xf7, 0x2b, 0x5d, 0x5f, 0xc6, 0x88, 0x4f, 0xb4, 0xc8, 0x0c, 0xd5, 0x4a, 0x56, - 0x25, 0xa4, 0x5f, 0x2c, 0xd2, 0x67, 0x51, 0x24, 0x8a, 0x01, 0xc1, 0xff, 0x6b, 0x34, 0x3f, 0x13, - 0x30, 0xe7, 0xc5, 0x88, 0x5b, 0xca, 0xec, 0x71, 0xa5, 0xd9, 0xe1, 0x45, 0xa3, 0xf2, 0x40, 0xc7, - 0xba, 0x8b, 0x71, 0xdf, 0x63, 0xff, 0x61, 0x90, 0x7e, 0xb6, 0xc8, 0xde, 0x75, 0x71, 0x74, 0x96, - 0x86, 0xca, 0xf2, 0xe8, 0x66, 0x59, 0xde, 0xac, 0x82, 0x74, 0xd9, 0x75, 0x00, 0x0e, 0xa6, 0x64, - 0xe7, 0xea, 0x46, 0xd0, 0x3b, 0x64, 0xdb, 0x2c, 0x18, 0x0b, 0x43, 0x01, 0xa8, 0xf7, 0xf5, 0x96, - 0xd7, 0xd6, 0xd5, 0x43, 0x5d, 0xa4, 0xf7, 0xc8, 0xee, 0x9c, 0xcd, 0xe2, 0x90, 0x49, 0xbe, 0x22, - 0x37, 0x14, 0xb9, 0x73, 0x79, 0x60, 0xe0, 0xc1, 0x7b, 0xd2, 0x2c, 0xfd, 0x9f, 0xf5, 0x5a, 0x6b, - 0xbd, 0x96, 0xee, 0x93, 0x56, 0x79, 0x23, 0x94, 0x47, 0xdd, 0x6b, 0x96, 0x7e, 0xee, 0xf8, 0xc5, - 0xd9, 0xc2, 0xb6, 0xce, 0x17, 0xb6, 0xf5, 0x7b, 0x61, 0x5b, 0x5f, 0x97, 0x76, 0xed, 0x7c, 0x69, - 0xd7, 0x7e, 0x2c, 0xed, 0xda, 0x3b, 0x27, 0x8a, 0xe5, 0x49, 0x3e, 0x71, 0x02, 0x9e, 0xb8, 0xc5, - 0xc7, 0x7b, 0x60, 0xbe, 0xa4, 0x7a, 0x71, 0xe7, 0x23, 0xf7, 0xf4, 0xe2, 0x92, 0xcb, 0x4f, 0x19, - 0xe0, 0xa4, 0xa1, 0x2e, 0xef, 0xc3, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x15, 0x66, 0x92, 0x38, - 0x5a, 0x04, 0x00, 0x00, +var fileDescriptor_c99b4af40468acc1 = []byte{ + // 496 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0x3f, 0x6f, 0xd3, 0x40, + 0x14, 0x8f, 0xdb, 0x34, 0x12, 0x97, 0xa4, 0x6a, 0x4f, 0x0c, 0x51, 0xa0, 0x6e, 0x88, 0x84, 0xa8, + 0x04, 0xb5, 0x95, 0x20, 0x24, 0x46, 0x1a, 0xfe, 0x2e, 0x48, 0x95, 0x41, 0x0c, 0x48, 0xc8, 0xba, + 0xd8, 0x2f, 0xae, 0x45, 0xec, 0xb3, 0xee, 0x5d, 0x4c, 0x59, 0x58, 0x18, 0x58, 0xf9, 0x1c, 0x7c, + 0x92, 0x8e, 0x1d, 0x99, 0x00, 0x25, 0x5f, 0x04, 0xf9, 0xee, 0xda, 0x98, 0xd0, 0x58, 0xea, 0x66, + 0xbf, 0xf7, 0xfb, 0xf7, 0xee, 0xde, 0x91, 0xdb, 0xb3, 0x04, 0xc0, 0xe5, 0x82, 0x05, 0x53, 0x70, + 0xf3, 0x81, 0x1b, 0x41, 0x0a, 0x18, 0xa3, 0x93, 0x09, 0x2e, 0x39, 0xed, 0x16, 0xdd, 0x14, 0xe4, + 0x27, 0x2e, 0x3e, 0x3a, 0xc5, 0xb7, 0xa3, 0x91, 0x4e, 0x3e, 0xe8, 0xde, 0x8c, 0x78, 0xc4, 0x15, + 0xcc, 0x2d, 0xbe, 0x34, 0xa3, 0x7b, 0x6b, 0x45, 0xcf, 0xe0, 0x75, 0xd3, 0x0e, 0x38, 0x26, 0x1c, + 0xdd, 0x31, 0xc3, 0xa2, 0x39, 0x06, 0xc9, 0x06, 0x6e, 0xc0, 0xe3, 0x54, 0xf7, 0xfb, 0x5f, 0xb7, + 0x48, 0xeb, 0xa5, 0x0e, 0xf0, 0x46, 0x32, 0x09, 0xf4, 0x09, 0x69, 0x64, 0x4c, 0xb0, 0x04, 0x3b, + 0x56, 0xcf, 0x3a, 0x68, 0x0e, 0xfb, 0xce, 0xfa, 0x40, 0xce, 0xb1, 0x42, 0x8e, 0xea, 0x67, 0xbf, + 0xf6, 0x6b, 0x9e, 0xe1, 0x51, 0x46, 0xe8, 0x04, 0x20, 0x04, 0xe1, 0x87, 0x30, 0x85, 0x88, 0xc9, + 0x98, 0xa7, 0xd8, 0xd9, 0xe8, 0x6d, 0x1e, 0x34, 0x87, 0x0f, 0xaa, 0xd4, 0x5e, 0x28, 0xd6, 0xb3, + 0x4b, 0x92, 0xd1, 0xdd, 0x9d, 0xac, 0xd4, 0x91, 0x66, 0x64, 0x1b, 0x4e, 0x83, 0x13, 0x96, 0x46, + 0xe0, 0x0b, 0x26, 0x01, 0x3b, 0x9b, 0x4a, 0xfe, 0xb0, 0x4a, 0xfe, 0xb9, 0x61, 0x78, 0x4c, 0xc2, + 0xdb, 0x59, 0x36, 0x85, 0x51, 0xb7, 0xd0, 0xff, 0xf1, 0x7b, 0x9f, 0xfe, 0xd7, 0x42, 0xaf, 0x0d, + 0xa5, 0x1a, 0x52, 0x8f, 0xb4, 0x93, 0x18, 0xd1, 0x0f, 0xf8, 0x2c, 0x95, 0x20, 0xb0, 0x53, 0x57, + 0x86, 0xf7, 0xaa, 0x0c, 0x5f, 0xc7, 0x88, 0x4f, 0x35, 0xde, 0x8c, 0xd2, 0x4a, 0x96, 0x25, 0xa4, + 0xdf, 0x2c, 0xd2, 0x63, 0x51, 0x24, 0x8a, 0xb1, 0xc0, 0xff, 0x67, 0x20, 0x3f, 0x13, 0x90, 0xf3, + 0x62, 0xb0, 0x2d, 0xe5, 0xf3, 0xb8, 0xca, 0xe7, 0xe8, 0x42, 0xa3, 0x3c, 0xc6, 0xb1, 0x16, 0x30, + 0xc6, 0x7b, 0xac, 0x02, 0x83, 0xf4, 0x0b, 0xd9, 0x5b, 0x17, 0x44, 0xa7, 0x68, 0xa8, 0x14, 0x8f, + 0xae, 0x9d, 0xe2, 0xdd, 0x32, 0x42, 0x97, 0xad, 0x03, 0x60, 0x7f, 0x42, 0x76, 0x56, 0x2f, 0x9f, + 0xde, 0x25, 0xdb, 0x66, 0x8d, 0x58, 0x18, 0x0a, 0x40, 0xbd, 0x90, 0x37, 0xbc, 0xb6, 0xae, 0x1e, + 0xe9, 0x22, 0xbd, 0x4f, 0x76, 0x73, 0x36, 0x8d, 0x43, 0x26, 0xf9, 0x12, 0xb9, 0xa1, 0x90, 0x3b, + 0x97, 0x0d, 0x03, 0xee, 0x7f, 0x20, 0xcd, 0xd2, 0xa5, 0x5c, 0xcd, 0xb5, 0xae, 0xe6, 0xd2, 0x3b, + 0xa4, 0x55, 0xde, 0x00, 0xe5, 0x51, 0xf7, 0x9a, 0xa5, 0x1b, 0x1d, 0xbd, 0x3a, 0x9b, 0xdb, 0xd6, + 0xf9, 0xdc, 0xb6, 0xfe, 0xcc, 0x6d, 0xeb, 0xfb, 0xc2, 0xae, 0x9d, 0x2f, 0xec, 0xda, 0xcf, 0x85, + 0x5d, 0x7b, 0xef, 0x44, 0xb1, 0x3c, 0x99, 0x8d, 0x9d, 0x80, 0x27, 0x6e, 0x71, 0x6e, 0x87, 0xe6, + 0x10, 0xd5, 0x8f, 0x9b, 0x0f, 0xdd, 0xd3, 0x8b, 0x07, 0x2c, 0x3f, 0x67, 0x80, 0xe3, 0x86, 0x7a, + 0x9d, 0x0f, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0x7f, 0xba, 0xb4, 0x9d, 0x2c, 0x04, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/oracle/types/oracle.pb.go b/x/oracle/types/oracle.pb.go index c6c01eb483..901c69b05c 100644 --- a/x/oracle/types/oracle.pb.go +++ b/x/oracle/types/oracle.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: umee/oracle/v1beta1/oracle.proto +// source: umee/oracle/v1/oracle.proto package types @@ -40,7 +40,7 @@ type Params struct { func (m *Params) Reset() { *m = Params{} } func (*Params) ProtoMessage() {} func (*Params) Descriptor() ([]byte, []int) { - return fileDescriptor_217d01b4a642f644, []int{0} + return fileDescriptor_8893c9e0e94ceb54, []int{0} } func (m *Params) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -107,7 +107,7 @@ type Denom struct { func (m *Denom) Reset() { *m = Denom{} } func (*Denom) ProtoMessage() {} func (*Denom) Descriptor() ([]byte, []int) { - return fileDescriptor_217d01b4a642f644, []int{1} + return fileDescriptor_8893c9e0e94ceb54, []int{1} } func (m *Denom) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -150,7 +150,7 @@ type AggregateExchangeRatePrevote struct { func (m *AggregateExchangeRatePrevote) Reset() { *m = AggregateExchangeRatePrevote{} } func (*AggregateExchangeRatePrevote) ProtoMessage() {} func (*AggregateExchangeRatePrevote) Descriptor() ([]byte, []int) { - return fileDescriptor_217d01b4a642f644, []int{2} + return fileDescriptor_8893c9e0e94ceb54, []int{2} } func (m *AggregateExchangeRatePrevote) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -189,7 +189,7 @@ type AggregateExchangeRateVote struct { func (m *AggregateExchangeRateVote) Reset() { *m = AggregateExchangeRateVote{} } func (*AggregateExchangeRateVote) ProtoMessage() {} func (*AggregateExchangeRateVote) Descriptor() ([]byte, []int) { - return fileDescriptor_217d01b4a642f644, []int{3} + return fileDescriptor_8893c9e0e94ceb54, []int{3} } func (m *AggregateExchangeRateVote) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -227,7 +227,7 @@ type ExchangeRateTuple struct { func (m *ExchangeRateTuple) Reset() { *m = ExchangeRateTuple{} } func (*ExchangeRateTuple) ProtoMessage() {} func (*ExchangeRateTuple) Descriptor() ([]byte, []int) { - return fileDescriptor_217d01b4a642f644, []int{4} + return fileDescriptor_8893c9e0e94ceb54, []int{4} } func (m *ExchangeRateTuple) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -257,67 +257,67 @@ func (m *ExchangeRateTuple) XXX_DiscardUnknown() { var xxx_messageInfo_ExchangeRateTuple proto.InternalMessageInfo func init() { - proto.RegisterType((*Params)(nil), "umeenetwork.umee.oracle.v1beta1.Params") - proto.RegisterType((*Denom)(nil), "umeenetwork.umee.oracle.v1beta1.Denom") - proto.RegisterType((*AggregateExchangeRatePrevote)(nil), "umeenetwork.umee.oracle.v1beta1.AggregateExchangeRatePrevote") - proto.RegisterType((*AggregateExchangeRateVote)(nil), "umeenetwork.umee.oracle.v1beta1.AggregateExchangeRateVote") - proto.RegisterType((*ExchangeRateTuple)(nil), "umeenetwork.umee.oracle.v1beta1.ExchangeRateTuple") + proto.RegisterType((*Params)(nil), "umeenetwork.umee.oracle.v1.Params") + proto.RegisterType((*Denom)(nil), "umeenetwork.umee.oracle.v1.Denom") + proto.RegisterType((*AggregateExchangeRatePrevote)(nil), "umeenetwork.umee.oracle.v1.AggregateExchangeRatePrevote") + proto.RegisterType((*AggregateExchangeRateVote)(nil), "umeenetwork.umee.oracle.v1.AggregateExchangeRateVote") + proto.RegisterType((*ExchangeRateTuple)(nil), "umeenetwork.umee.oracle.v1.ExchangeRateTuple") } -func init() { proto.RegisterFile("umee/oracle/v1beta1/oracle.proto", fileDescriptor_217d01b4a642f644) } +func init() { proto.RegisterFile("umee/oracle/v1/oracle.proto", fileDescriptor_8893c9e0e94ceb54) } -var fileDescriptor_217d01b4a642f644 = []byte{ - // 794 bytes of a gzipped FileDescriptorProto +var fileDescriptor_8893c9e0e94ceb54 = []byte{ + // 795 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xbf, 0x6f, 0xc3, 0x44, - 0x14, 0x8e, 0x69, 0x1b, 0x9a, 0x4b, 0x42, 0xa9, 0x9b, 0x82, 0x69, 0x51, 0x1c, 0x0e, 0x51, 0xba, - 0xd4, 0x56, 0x0b, 0x12, 0x22, 0x1b, 0x56, 0x28, 0x0c, 0x20, 0x45, 0x56, 0x55, 0x24, 0x16, 0xeb, - 0x6c, 0x1f, 0x89, 0x15, 0xdb, 0x17, 0x9d, 0x2f, 0x49, 0xbb, 0x30, 0x33, 0x32, 0xb2, 0xd1, 0x85, - 0x85, 0x1d, 0xc4, 0x9f, 0xd0, 0xb1, 0x23, 0x62, 0x30, 0xa8, 0x5d, 0x98, 0xcd, 0x3f, 0x80, 0xee, - 0x47, 0x1a, 0xa7, 0x89, 0x54, 0x2a, 0xa6, 0xfa, 0xbb, 0xef, 0xbd, 0xef, 0x7d, 0xef, 0xdd, 0xbd, - 0x06, 0x74, 0x26, 0x09, 0xc6, 0x36, 0xa1, 0x28, 0x88, 0xb1, 0x3d, 0x3d, 0xf5, 0x31, 0x43, 0xa7, - 0x0a, 0x5a, 0x63, 0x4a, 0x18, 0xd1, 0x4d, 0x1e, 0x91, 0x62, 0x36, 0x23, 0x74, 0x64, 0xf1, 0x6f, - 0x4b, 0xd1, 0x2a, 0xfa, 0xa0, 0x35, 0x20, 0x03, 0x22, 0x62, 0x6d, 0xfe, 0x25, 0xd3, 0x0e, 0xda, - 0x01, 0xc9, 0x12, 0x92, 0xd9, 0x3e, 0xca, 0x16, 0xc2, 0x01, 0x89, 0x52, 0xc9, 0xc3, 0x9f, 0xaa, - 0xa0, 0xda, 0x47, 0x14, 0x25, 0x99, 0xfe, 0x11, 0xa8, 0x4f, 0x09, 0xc3, 0xde, 0x18, 0xd3, 0x88, - 0x84, 0x86, 0xd6, 0xd1, 0x8e, 0x37, 0x9d, 0x37, 0x8a, 0xdc, 0xd4, 0xaf, 0x51, 0x12, 0x77, 0x61, - 0x89, 0x84, 0x2e, 0xe0, 0xa8, 0x2f, 0x80, 0x9e, 0x82, 0xd7, 0x04, 0xc7, 0x86, 0x14, 0x67, 0x43, - 0x12, 0x87, 0xc6, 0x2b, 0x1d, 0xed, 0xb8, 0xe6, 0x7c, 0x76, 0x9b, 0x9b, 0x95, 0x3f, 0x72, 0xf3, - 0x68, 0x10, 0xb1, 0xe1, 0xc4, 0xb7, 0x02, 0x92, 0xd8, 0xca, 0x8e, 0xfc, 0x73, 0x92, 0x85, 0x23, - 0x9b, 0x5d, 0x8f, 0x71, 0x66, 0xf5, 0x70, 0x50, 0xe4, 0xe6, 0x7e, 0xa9, 0xd2, 0xa3, 0x1a, 0x74, - 0x9b, 0xfc, 0xe0, 0x62, 0x8e, 0x75, 0x0c, 0xea, 0x14, 0xcf, 0x10, 0x0d, 0x3d, 0x1f, 0xa5, 0xa1, - 0xb1, 0x21, 0x8a, 0xf5, 0x5e, 0x5c, 0x4c, 0xb5, 0x55, 0x92, 0x82, 0x2e, 0x90, 0xc8, 0x41, 0x69, - 0xa8, 0x07, 0xe0, 0x40, 0x71, 0x61, 0x94, 0x31, 0x1a, 0xf9, 0x13, 0x16, 0x91, 0xd4, 0x9b, 0x45, - 0x69, 0x48, 0x66, 0xc6, 0xa6, 0x18, 0xcf, 0x7b, 0x45, 0x6e, 0xbe, 0xb3, 0xa4, 0xb3, 0x26, 0x16, - 0xba, 0x86, 0x24, 0x7b, 0x25, 0xee, 0x2b, 0x41, 0xe9, 0x63, 0x50, 0x47, 0x41, 0x80, 0xc7, 0xcc, - 0x8b, 0xa3, 0x8c, 0x19, 0x5b, 0x9d, 0x8d, 0xe3, 0xfa, 0xd9, 0x91, 0xf5, 0xcc, 0x65, 0x5b, 0x3d, - 0x9c, 0x92, 0xc4, 0x79, 0x9f, 0xf7, 0xbc, 0xe8, 0xa4, 0x24, 0x04, 0x7f, 0xfe, 0xd3, 0xac, 0x89, - 0xa0, 0x2f, 0xa2, 0x8c, 0xb9, 0x40, 0x52, 0xfc, 0x9b, 0xdf, 0x56, 0x16, 0xa3, 0x6c, 0xe8, 0x7d, - 0x43, 0x51, 0xc0, 0x9d, 0x18, 0xd5, 0xff, 0x77, 0x5b, 0xcb, 0x6a, 0xd0, 0x6d, 0x8a, 0x83, 0x73, - 0x85, 0xf5, 0x2e, 0x68, 0xc8, 0x08, 0x35, 0xb8, 0x57, 0xc5, 0xe0, 0xde, 0x2c, 0x72, 0x73, 0xaf, - 0x9c, 0x3f, 0x1f, 0x55, 0x5d, 0x40, 0x35, 0x9d, 0x6f, 0x41, 0x2b, 0x89, 0x52, 0x6f, 0x8a, 0xe2, - 0x28, 0xe4, 0x4f, 0x6f, 0xae, 0xb1, 0x2d, 0x1c, 0x7f, 0xf9, 0x62, 0xc7, 0x87, 0xb2, 0xe2, 0x3a, - 0x4d, 0xe8, 0xee, 0x26, 0x51, 0x7a, 0xc9, 0x4f, 0xfb, 0x98, 0xca, 0xfa, 0xdd, 0xed, 0x1f, 0x6e, - 0xcc, 0xca, 0xdf, 0x37, 0xa6, 0x06, 0x7f, 0xd3, 0xc0, 0x96, 0x98, 0xa7, 0xfe, 0x21, 0x00, 0x7c, - 0x99, 0xbc, 0x90, 0x23, 0xb1, 0x25, 0x35, 0x67, 0xbf, 0xc8, 0xcd, 0x5d, 0xa9, 0xbd, 0xe0, 0xa0, - 0x5b, 0xe3, 0x40, 0x66, 0xf1, 0x29, 0x5c, 0x27, 0x3e, 0x89, 0x55, 0x9e, 0xdc, 0x90, 0xf2, 0x14, - 0x4a, 0x2c, 0x9f, 0x82, 0x80, 0x32, 0xd7, 0x06, 0xdb, 0xf8, 0x6a, 0x4c, 0x52, 0x9c, 0x32, 0xf1, - 0xd8, 0x9b, 0xce, 0x5e, 0x91, 0x9b, 0x3b, 0x32, 0x6f, 0xce, 0x40, 0xf7, 0x31, 0xa8, 0xdb, 0xf8, - 0xee, 0xc6, 0xac, 0x28, 0xeb, 0x15, 0xf8, 0x8b, 0x06, 0xde, 0xfe, 0x64, 0x30, 0xa0, 0x78, 0x80, - 0x18, 0xfe, 0xf4, 0x2a, 0x18, 0xa2, 0x74, 0x80, 0x5d, 0xc4, 0x70, 0x9f, 0x62, 0xbe, 0x58, 0xfa, - 0xbb, 0x60, 0x73, 0x88, 0xb2, 0xa1, 0xea, 0x65, 0xa7, 0xc8, 0xcd, 0xba, 0xd4, 0xe6, 0xa7, 0xd0, - 0x15, 0xa4, 0x7e, 0x04, 0xb6, 0x78, 0x30, 0x55, 0xce, 0x5f, 0x2f, 0x72, 0xb3, 0xb1, 0xd8, 0x56, - 0x0a, 0x5d, 0x49, 0x8b, 0x46, 0x27, 0x7e, 0x12, 0x31, 0xcf, 0x8f, 0x49, 0x30, 0x12, 0x86, 0x97, - 0xaf, 0xbb, 0xc4, 0xf2, 0x46, 0x05, 0x74, 0x38, 0x7a, 0xe2, 0xfb, 0x1f, 0x0d, 0xbc, 0xb5, 0xd6, - 0xf7, 0x25, 0x37, 0xfd, 0xa3, 0x06, 0x5a, 0x58, 0x1d, 0x7a, 0x14, 0xf1, 0x7f, 0x18, 0x93, 0x71, - 0x8c, 0x33, 0x43, 0x13, 0x2b, 0x74, 0xf6, 0xec, 0x0a, 0x95, 0x15, 0x2f, 0x78, 0xaa, 0xf3, 0xb1, - 0x5a, 0xa7, 0xc3, 0xf9, 0x64, 0x57, 0xd5, 0xf9, 0x5e, 0xe9, 0x2b, 0x99, 0x99, 0xab, 0xe3, 0x95, - 0xb3, 0xff, 0x3a, 0xb1, 0x27, 0x5d, 0xff, 0xaa, 0x81, 0xdd, 0x95, 0x02, 0x5c, 0xab, 0xfc, 0xde, - 0x4a, 0x5a, 0xea, 0xc1, 0x48, 0x5a, 0x1f, 0x81, 0xe6, 0x92, 0x6d, 0x55, 0xfb, 0xfc, 0xc5, 0x9b, - 0xd2, 0x5a, 0x33, 0x03, 0xe8, 0x36, 0xca, 0x6d, 0x2e, 0x1b, 0x77, 0x3e, 0xbf, 0xbd, 0x6f, 0x6b, - 0x77, 0xf7, 0x6d, 0xed, 0xaf, 0xfb, 0xb6, 0xf6, 0xfd, 0x43, 0xbb, 0x72, 0xf7, 0xd0, 0xae, 0xfc, - 0xfe, 0xd0, 0xae, 0x7c, 0x6d, 0x95, 0xaa, 0xf2, 0x9b, 0x38, 0x51, 0xd7, 0x22, 0x80, 0x3d, 0x3d, - 0xb3, 0xaf, 0xe6, 0xbf, 0x7c, 0xc2, 0x81, 0x5f, 0x15, 0x3f, 0x4d, 0x1f, 0xfc, 0x1b, 0x00, 0x00, - 0xff, 0xff, 0xfd, 0xc6, 0x14, 0xce, 0x15, 0x07, 0x00, 0x00, + 0x14, 0x8e, 0x69, 0x1b, 0x9a, 0x4b, 0x42, 0xa9, 0x9b, 0x82, 0x49, 0x51, 0xdc, 0x1e, 0xa2, 0x74, + 0xa9, 0xad, 0x16, 0x24, 0x44, 0x36, 0xac, 0x50, 0x18, 0x40, 0x8a, 0xac, 0xaa, 0x48, 0x2c, 0xd6, + 0xd9, 0x3e, 0x12, 0x2b, 0xb6, 0x2f, 0x3a, 0x5f, 0x92, 0x76, 0x61, 0x66, 0x64, 0x44, 0x4c, 0x99, + 0xd9, 0x41, 0xfc, 0x09, 0x1d, 0x3b, 0x22, 0x06, 0x83, 0xda, 0x85, 0x89, 0xc1, 0x7f, 0x01, 0xba, + 0x1f, 0x69, 0x9d, 0x26, 0x20, 0x2a, 0xa6, 0xdc, 0xbb, 0xef, 0xde, 0xf7, 0xbe, 0xf7, 0xdd, 0xbd, + 0x18, 0x1c, 0x4c, 0x12, 0x8c, 0x6d, 0x42, 0x51, 0x10, 0x63, 0x7b, 0x7a, 0xa6, 0x56, 0xd6, 0x98, + 0x12, 0x46, 0xf4, 0x36, 0x07, 0x53, 0xcc, 0x66, 0x84, 0x8e, 0x2c, 0xbe, 0xb6, 0x14, 0x3c, 0x3d, + 0x6b, 0xb7, 0x06, 0x64, 0x40, 0xc4, 0x31, 0x9b, 0xaf, 0x64, 0x46, 0xbb, 0x13, 0x90, 0x2c, 0x21, + 0x99, 0xed, 0xa3, 0x8c, 0xd3, 0xf9, 0x98, 0xa1, 0x33, 0x3b, 0x20, 0x51, 0x2a, 0x71, 0x38, 0xaf, + 0x82, 0x6a, 0x1f, 0x51, 0x94, 0x64, 0xfa, 0x87, 0xa0, 0x3e, 0x25, 0x0c, 0x7b, 0x63, 0x4c, 0x23, + 0x12, 0x1a, 0xda, 0xa1, 0x76, 0xb2, 0xe9, 0xbc, 0x51, 0xe4, 0xa6, 0x7e, 0x83, 0x92, 0xb8, 0x0b, + 0x4b, 0x20, 0x74, 0x01, 0x8f, 0xfa, 0x22, 0xd0, 0x53, 0xf0, 0x9a, 0xc0, 0xd8, 0x90, 0xe2, 0x6c, + 0x48, 0xe2, 0xd0, 0x78, 0xe5, 0x50, 0x3b, 0xa9, 0x39, 0x9f, 0xde, 0xe6, 0x66, 0xe5, 0xb7, 0xdc, + 0x3c, 0x1e, 0x44, 0x6c, 0x38, 0xf1, 0xad, 0x80, 0x24, 0xb6, 0x92, 0x23, 0x7f, 0x4e, 0xb3, 0x70, + 0x64, 0xb3, 0x9b, 0x31, 0xce, 0xac, 0x1e, 0x0e, 0x8a, 0xdc, 0xdc, 0x2f, 0x55, 0x7a, 0x64, 0x83, + 0x6e, 0x93, 0x6f, 0x5c, 0x2e, 0x62, 0x1d, 0x83, 0x3a, 0xc5, 0x33, 0x44, 0x43, 0xcf, 0x47, 0x69, + 0x68, 0x6c, 0x88, 0x62, 0xbd, 0x17, 0x17, 0x53, 0x6d, 0x95, 0xa8, 0xa0, 0x0b, 0x64, 0xe4, 0xa0, + 0x34, 0xd4, 0x03, 0xd0, 0x56, 0x58, 0x18, 0x65, 0x8c, 0x46, 0xfe, 0x84, 0x45, 0x24, 0xf5, 0x66, + 0x51, 0x1a, 0x92, 0x99, 0xb1, 0x29, 0xec, 0x79, 0xb7, 0xc8, 0xcd, 0xa3, 0x25, 0x9e, 0x35, 0x67, + 0xa1, 0x6b, 0x48, 0xb0, 0x57, 0xc2, 0xbe, 0x14, 0x90, 0x3e, 0x02, 0x75, 0x14, 0x04, 0x78, 0xcc, + 0xbc, 0x38, 0xca, 0x98, 0xb1, 0x75, 0xb8, 0x71, 0x52, 0x3f, 0x3f, 0xb2, 0xfe, 0xf9, 0x9e, 0xad, + 0x1e, 0x4e, 0x49, 0xe2, 0xbc, 0xc7, 0xdb, 0x7d, 0x6a, 0xa2, 0xc4, 0x01, 0x7f, 0xfc, 0xdd, 0xac, + 0x89, 0x43, 0x9f, 0x47, 0x19, 0x73, 0x81, 0x84, 0xf8, 0x9a, 0x5f, 0x54, 0x16, 0xa3, 0x6c, 0xe8, + 0x7d, 0x4d, 0x51, 0xc0, 0x45, 0x18, 0xd5, 0xff, 0x77, 0x51, 0xcb, 0x6c, 0xd0, 0x6d, 0x8a, 0x8d, + 0x0b, 0x15, 0xeb, 0x5d, 0xd0, 0x90, 0x27, 0x94, 0x67, 0xaf, 0x0a, 0xcf, 0xde, 0x2c, 0x72, 0x73, + 0xaf, 0x9c, 0xbf, 0x70, 0xa9, 0x2e, 0x42, 0x65, 0xcc, 0x37, 0xa0, 0x95, 0x44, 0xa9, 0x37, 0x45, + 0x71, 0x14, 0xf2, 0x57, 0xb7, 0xe0, 0xd8, 0x16, 0x8a, 0xbf, 0x78, 0xb1, 0xe2, 0x03, 0x59, 0x71, + 0x1d, 0x27, 0x74, 0x77, 0x93, 0x28, 0xbd, 0xe2, 0xbb, 0x7d, 0x4c, 0x65, 0xfd, 0xee, 0xf6, 0xf7, + 0x73, 0xb3, 0xf2, 0xe7, 0xdc, 0xd4, 0xe0, 0x2f, 0x1a, 0xd8, 0x12, 0x7e, 0xea, 0x1f, 0x00, 0xc0, + 0xe7, 0xc8, 0x0b, 0x79, 0x24, 0x06, 0xa4, 0xe6, 0xec, 0x17, 0xb9, 0xb9, 0x2b, 0xb9, 0x9f, 0x30, + 0xe8, 0xd6, 0x78, 0x20, 0xb3, 0xb8, 0x0b, 0x37, 0x89, 0x4f, 0x62, 0x95, 0x27, 0x87, 0xa3, 0xec, + 0x42, 0x09, 0xe5, 0x2e, 0x88, 0x50, 0xe6, 0xda, 0x60, 0x1b, 0x5f, 0x8f, 0x49, 0x8a, 0x53, 0x26, + 0xde, 0x79, 0xd3, 0xd9, 0x2b, 0x72, 0x73, 0x47, 0xe6, 0x2d, 0x10, 0xe8, 0x3e, 0x1e, 0xea, 0x36, + 0xbe, 0x9d, 0x9b, 0x15, 0x25, 0xbd, 0x02, 0x7f, 0xd2, 0xc0, 0xdb, 0x1f, 0x0f, 0x06, 0x14, 0x0f, + 0x10, 0xc3, 0x9f, 0x5c, 0x07, 0x43, 0x94, 0x0e, 0xb0, 0x8b, 0x18, 0xee, 0x53, 0xcc, 0x67, 0x4a, + 0x7f, 0x07, 0x6c, 0x0e, 0x51, 0x36, 0x54, 0xbd, 0xec, 0x14, 0xb9, 0x59, 0x97, 0xdc, 0x7c, 0x17, + 0xba, 0x02, 0xd4, 0x8f, 0xc1, 0x16, 0x3f, 0x4c, 0x95, 0xf2, 0xd7, 0x8b, 0xdc, 0x6c, 0x3c, 0x0d, + 0x2a, 0x85, 0xae, 0x84, 0x45, 0xa3, 0x13, 0x3f, 0x89, 0x98, 0xe7, 0xc7, 0x24, 0x18, 0x09, 0xc1, + 0xcb, 0xd7, 0x5d, 0x42, 0x79, 0xa3, 0x22, 0x74, 0x78, 0xf4, 0x4c, 0xf7, 0x5f, 0x1a, 0x78, 0x6b, + 0xad, 0xee, 0x2b, 0x2e, 0xfa, 0x07, 0x0d, 0xb4, 0xb0, 0xda, 0xf4, 0x28, 0xe2, 0xff, 0x15, 0x93, + 0x71, 0x8c, 0x33, 0x43, 0x13, 0xd3, 0x73, 0xfa, 0x6f, 0xd3, 0x53, 0x26, 0xbb, 0xe4, 0x59, 0xce, + 0x47, 0x6a, 0x92, 0x0e, 0x16, 0xa6, 0xae, 0x12, 0xf3, 0x91, 0xd2, 0x57, 0x32, 0x33, 0x57, 0xc7, + 0x2b, 0x7b, 0xff, 0xd5, 0xac, 0x67, 0x0d, 0xff, 0xac, 0x81, 0xdd, 0x95, 0x02, 0x9c, 0xab, 0xfc, + 0xd4, 0x4a, 0x5c, 0xea, 0xad, 0x48, 0x58, 0x1f, 0x81, 0xe6, 0x92, 0x6c, 0x55, 0xfb, 0xe2, 0xc5, + 0x43, 0xd2, 0x5a, 0xe3, 0x01, 0x74, 0x1b, 0xe5, 0x36, 0x97, 0x85, 0x3b, 0x9f, 0xdd, 0xde, 0x77, + 0xb4, 0xbb, 0xfb, 0x8e, 0xf6, 0xc7, 0x7d, 0x47, 0xfb, 0xee, 0xa1, 0x53, 0xb9, 0x7b, 0xe8, 0x54, + 0x7e, 0x7d, 0xe8, 0x54, 0xbe, 0xb2, 0x4a, 0x55, 0xf9, 0x25, 0x9c, 0xaa, 0x1b, 0x11, 0x81, 0x3d, + 0x3d, 0xb7, 0xaf, 0x17, 0x5f, 0x39, 0xa1, 0xc0, 0xaf, 0x8a, 0x0f, 0xd2, 0xfb, 0x7f, 0x07, 0x00, + 0x00, 0xff, 0xff, 0x30, 0x14, 0x6d, 0x43, 0x01, 0x07, 0x00, 0x00, } func (this *Params) Equal(that interface{}) bool { diff --git a/x/oracle/types/query.pb.go b/x/oracle/types/query.pb.go index f3b86a7487..3b12c22cce 100644 --- a/x/oracle/types/query.pb.go +++ b/x/oracle/types/query.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: umee/oracle/v1beta1/query.proto +// source: umee/oracle/v1/query.proto package types @@ -42,7 +42,7 @@ func (m *QueryExchangeRatesRequest) Reset() { *m = QueryExchangeRatesReq func (m *QueryExchangeRatesRequest) String() string { return proto.CompactTextString(m) } func (*QueryExchangeRatesRequest) ProtoMessage() {} func (*QueryExchangeRatesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_72ba5acb6994ddef, []int{0} + return fileDescriptor_710e319bc1815d33, []int{0} } func (m *QueryExchangeRatesRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -83,7 +83,7 @@ func (m *QueryExchangeRatesResponse) Reset() { *m = QueryExchangeRatesRe func (m *QueryExchangeRatesResponse) String() string { return proto.CompactTextString(m) } func (*QueryExchangeRatesResponse) ProtoMessage() {} func (*QueryExchangeRatesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_72ba5acb6994ddef, []int{1} + return fileDescriptor_710e319bc1815d33, []int{1} } func (m *QueryExchangeRatesResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -127,7 +127,7 @@ func (m *QueryActiveExchangeRatesRequest) Reset() { *m = QueryActiveExch func (m *QueryActiveExchangeRatesRequest) String() string { return proto.CompactTextString(m) } func (*QueryActiveExchangeRatesRequest) ProtoMessage() {} func (*QueryActiveExchangeRatesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_72ba5acb6994ddef, []int{2} + return fileDescriptor_710e319bc1815d33, []int{2} } func (m *QueryActiveExchangeRatesRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -168,7 +168,7 @@ func (m *QueryActiveExchangeRatesResponse) Reset() { *m = QueryActiveExc func (m *QueryActiveExchangeRatesResponse) String() string { return proto.CompactTextString(m) } func (*QueryActiveExchangeRatesResponse) ProtoMessage() {} func (*QueryActiveExchangeRatesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_72ba5acb6994ddef, []int{3} + return fileDescriptor_710e319bc1815d33, []int{3} } func (m *QueryActiveExchangeRatesResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -215,7 +215,7 @@ func (m *QueryFeederDelegationRequest) Reset() { *m = QueryFeederDelegat func (m *QueryFeederDelegationRequest) String() string { return proto.CompactTextString(m) } func (*QueryFeederDelegationRequest) ProtoMessage() {} func (*QueryFeederDelegationRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_72ba5acb6994ddef, []int{4} + return fileDescriptor_710e319bc1815d33, []int{4} } func (m *QueryFeederDelegationRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -255,7 +255,7 @@ func (m *QueryFeederDelegationResponse) Reset() { *m = QueryFeederDelega func (m *QueryFeederDelegationResponse) String() string { return proto.CompactTextString(m) } func (*QueryFeederDelegationResponse) ProtoMessage() {} func (*QueryFeederDelegationResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_72ba5acb6994ddef, []int{5} + return fileDescriptor_710e319bc1815d33, []int{5} } func (m *QueryFeederDelegationResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -302,7 +302,7 @@ func (m *QueryMissCounterRequest) Reset() { *m = QueryMissCounterRequest func (m *QueryMissCounterRequest) String() string { return proto.CompactTextString(m) } func (*QueryMissCounterRequest) ProtoMessage() {} func (*QueryMissCounterRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_72ba5acb6994ddef, []int{6} + return fileDescriptor_710e319bc1815d33, []int{6} } func (m *QueryMissCounterRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -342,7 +342,7 @@ func (m *QueryMissCounterResponse) Reset() { *m = QueryMissCounterRespon func (m *QueryMissCounterResponse) String() string { return proto.CompactTextString(m) } func (*QueryMissCounterResponse) ProtoMessage() {} func (*QueryMissCounterResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_72ba5acb6994ddef, []int{7} + return fileDescriptor_710e319bc1815d33, []int{7} } func (m *QueryMissCounterResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -389,7 +389,7 @@ func (m *QueryAggregatePrevoteRequest) Reset() { *m = QueryAggregatePrev func (m *QueryAggregatePrevoteRequest) String() string { return proto.CompactTextString(m) } func (*QueryAggregatePrevoteRequest) ProtoMessage() {} func (*QueryAggregatePrevoteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_72ba5acb6994ddef, []int{8} + return fileDescriptor_710e319bc1815d33, []int{8} } func (m *QueryAggregatePrevoteRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -430,7 +430,7 @@ func (m *QueryAggregatePrevoteResponse) Reset() { *m = QueryAggregatePre func (m *QueryAggregatePrevoteResponse) String() string { return proto.CompactTextString(m) } func (*QueryAggregatePrevoteResponse) ProtoMessage() {} func (*QueryAggregatePrevoteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_72ba5acb6994ddef, []int{9} + return fileDescriptor_710e319bc1815d33, []int{9} } func (m *QueryAggregatePrevoteResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -475,7 +475,7 @@ func (m *QueryAggregatePrevotesRequest) Reset() { *m = QueryAggregatePre func (m *QueryAggregatePrevotesRequest) String() string { return proto.CompactTextString(m) } func (*QueryAggregatePrevotesRequest) ProtoMessage() {} func (*QueryAggregatePrevotesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_72ba5acb6994ddef, []int{10} + return fileDescriptor_710e319bc1815d33, []int{10} } func (m *QueryAggregatePrevotesRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -516,7 +516,7 @@ func (m *QueryAggregatePrevotesResponse) Reset() { *m = QueryAggregatePr func (m *QueryAggregatePrevotesResponse) String() string { return proto.CompactTextString(m) } func (*QueryAggregatePrevotesResponse) ProtoMessage() {} func (*QueryAggregatePrevotesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_72ba5acb6994ddef, []int{11} + return fileDescriptor_710e319bc1815d33, []int{11} } func (m *QueryAggregatePrevotesResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -563,7 +563,7 @@ func (m *QueryAggregateVoteRequest) Reset() { *m = QueryAggregateVoteReq func (m *QueryAggregateVoteRequest) String() string { return proto.CompactTextString(m) } func (*QueryAggregateVoteRequest) ProtoMessage() {} func (*QueryAggregateVoteRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_72ba5acb6994ddef, []int{12} + return fileDescriptor_710e319bc1815d33, []int{12} } func (m *QueryAggregateVoteRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -604,7 +604,7 @@ func (m *QueryAggregateVoteResponse) Reset() { *m = QueryAggregateVoteRe func (m *QueryAggregateVoteResponse) String() string { return proto.CompactTextString(m) } func (*QueryAggregateVoteResponse) ProtoMessage() {} func (*QueryAggregateVoteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_72ba5acb6994ddef, []int{13} + return fileDescriptor_710e319bc1815d33, []int{13} } func (m *QueryAggregateVoteResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -649,7 +649,7 @@ func (m *QueryAggregateVotesRequest) Reset() { *m = QueryAggregateVotesR func (m *QueryAggregateVotesRequest) String() string { return proto.CompactTextString(m) } func (*QueryAggregateVotesRequest) ProtoMessage() {} func (*QueryAggregateVotesRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_72ba5acb6994ddef, []int{14} + return fileDescriptor_710e319bc1815d33, []int{14} } func (m *QueryAggregateVotesRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -690,7 +690,7 @@ func (m *QueryAggregateVotesResponse) Reset() { *m = QueryAggregateVotes func (m *QueryAggregateVotesResponse) String() string { return proto.CompactTextString(m) } func (*QueryAggregateVotesResponse) ProtoMessage() {} func (*QueryAggregateVotesResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_72ba5acb6994ddef, []int{15} + return fileDescriptor_710e319bc1815d33, []int{15} } func (m *QueryAggregateVotesResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -734,7 +734,7 @@ func (m *QueryParamsRequest) Reset() { *m = QueryParamsRequest{} } func (m *QueryParamsRequest) String() string { return proto.CompactTextString(m) } func (*QueryParamsRequest) ProtoMessage() {} func (*QueryParamsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_72ba5acb6994ddef, []int{16} + return fileDescriptor_710e319bc1815d33, []int{16} } func (m *QueryParamsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -773,7 +773,7 @@ func (m *QueryParamsResponse) Reset() { *m = QueryParamsResponse{} } func (m *QueryParamsResponse) String() string { return proto.CompactTextString(m) } func (*QueryParamsResponse) ProtoMessage() {} func (*QueryParamsResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_72ba5acb6994ddef, []int{17} + return fileDescriptor_710e319bc1815d33, []int{17} } func (m *QueryParamsResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -810,91 +810,91 @@ func (m *QueryParamsResponse) GetParams() Params { } func init() { - proto.RegisterType((*QueryExchangeRatesRequest)(nil), "umeenetwork.umee.oracle.v1beta1.QueryExchangeRatesRequest") - proto.RegisterType((*QueryExchangeRatesResponse)(nil), "umeenetwork.umee.oracle.v1beta1.QueryExchangeRatesResponse") - proto.RegisterType((*QueryActiveExchangeRatesRequest)(nil), "umeenetwork.umee.oracle.v1beta1.QueryActiveExchangeRatesRequest") - proto.RegisterType((*QueryActiveExchangeRatesResponse)(nil), "umeenetwork.umee.oracle.v1beta1.QueryActiveExchangeRatesResponse") - proto.RegisterType((*QueryFeederDelegationRequest)(nil), "umeenetwork.umee.oracle.v1beta1.QueryFeederDelegationRequest") - proto.RegisterType((*QueryFeederDelegationResponse)(nil), "umeenetwork.umee.oracle.v1beta1.QueryFeederDelegationResponse") - proto.RegisterType((*QueryMissCounterRequest)(nil), "umeenetwork.umee.oracle.v1beta1.QueryMissCounterRequest") - proto.RegisterType((*QueryMissCounterResponse)(nil), "umeenetwork.umee.oracle.v1beta1.QueryMissCounterResponse") - proto.RegisterType((*QueryAggregatePrevoteRequest)(nil), "umeenetwork.umee.oracle.v1beta1.QueryAggregatePrevoteRequest") - proto.RegisterType((*QueryAggregatePrevoteResponse)(nil), "umeenetwork.umee.oracle.v1beta1.QueryAggregatePrevoteResponse") - proto.RegisterType((*QueryAggregatePrevotesRequest)(nil), "umeenetwork.umee.oracle.v1beta1.QueryAggregatePrevotesRequest") - proto.RegisterType((*QueryAggregatePrevotesResponse)(nil), "umeenetwork.umee.oracle.v1beta1.QueryAggregatePrevotesResponse") - proto.RegisterType((*QueryAggregateVoteRequest)(nil), "umeenetwork.umee.oracle.v1beta1.QueryAggregateVoteRequest") - proto.RegisterType((*QueryAggregateVoteResponse)(nil), "umeenetwork.umee.oracle.v1beta1.QueryAggregateVoteResponse") - proto.RegisterType((*QueryAggregateVotesRequest)(nil), "umeenetwork.umee.oracle.v1beta1.QueryAggregateVotesRequest") - proto.RegisterType((*QueryAggregateVotesResponse)(nil), "umeenetwork.umee.oracle.v1beta1.QueryAggregateVotesResponse") - proto.RegisterType((*QueryParamsRequest)(nil), "umeenetwork.umee.oracle.v1beta1.QueryParamsRequest") - proto.RegisterType((*QueryParamsResponse)(nil), "umeenetwork.umee.oracle.v1beta1.QueryParamsResponse") -} - -func init() { proto.RegisterFile("umee/oracle/v1beta1/query.proto", fileDescriptor_72ba5acb6994ddef) } - -var fileDescriptor_72ba5acb6994ddef = []byte{ - // 968 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xcf, 0x6f, 0xdc, 0x44, - 0x14, 0xde, 0x81, 0x36, 0xa2, 0x6f, 0xd9, 0x25, 0x99, 0x46, 0x22, 0x6c, 0xd3, 0xdd, 0xd4, 0x08, - 0x51, 0x09, 0xd5, 0xa3, 0x6c, 0x8a, 0x42, 0x52, 0x42, 0xba, 0x69, 0x02, 0xa8, 0x02, 0x51, 0xf6, - 0xd0, 0x03, 0x42, 0x8a, 0x26, 0xf6, 0xe0, 0x5a, 0xcd, 0x7a, 0xb6, 0x1e, 0xef, 0x92, 0xaa, 0xea, - 0x05, 0x09, 0xa9, 0x47, 0x10, 0x08, 0x71, 0xec, 0x11, 0xf1, 0x5f, 0x20, 0xf5, 0xd0, 0x63, 0x00, - 0x21, 0x71, 0xe1, 0x87, 0x12, 0x0e, 0xfc, 0x19, 0xc8, 0x33, 0x63, 0xaf, 0xbd, 0x6b, 0xb3, 0x8e, - 0xd3, 0xd3, 0x7a, 0xe7, 0xbd, 0xf7, 0xcd, 0xf7, 0xcd, 0xf3, 0xbc, 0x4f, 0x86, 0xd6, 0xa0, 0xc7, - 0x18, 0xe1, 0x3e, 0xb5, 0xf6, 0x19, 0x19, 0x2e, 0xef, 0xb1, 0x80, 0x2e, 0x93, 0x7b, 0x03, 0xe6, - 0xdf, 0x37, 0xfb, 0x3e, 0x0f, 0x38, 0x96, 0x09, 0x1e, 0x0b, 0x3e, 0xe7, 0xfe, 0x5d, 0x33, 0x7c, - 0x36, 0x55, 0xb2, 0xa9, 0x93, 0x1b, 0xf3, 0x0e, 0x77, 0xb8, 0xcc, 0x25, 0xe1, 0x93, 0x2a, 0x6b, - 0x2c, 0x3a, 0x9c, 0x3b, 0xfb, 0x8c, 0xd0, 0xbe, 0x4b, 0xa8, 0xe7, 0xf1, 0x80, 0x06, 0x2e, 0xf7, - 0x84, 0x8e, 0x2e, 0x65, 0xed, 0xaa, 0x71, 0x55, 0x46, 0xd3, 0xe2, 0xa2, 0xc7, 0x05, 0xd9, 0xa3, - 0x62, 0x94, 0x61, 0x71, 0xd7, 0x53, 0x71, 0xe3, 0x1a, 0xbc, 0xf2, 0x71, 0xc8, 0x72, 0xe7, 0xc0, - 0xba, 0x43, 0x3d, 0x87, 0x75, 0x69, 0xc0, 0x44, 0x97, 0xdd, 0x1b, 0x30, 0x11, 0xe0, 0x79, 0x38, - 0x6b, 0x33, 0x8f, 0xf7, 0x16, 0xd0, 0x12, 0xba, 0x7c, 0xae, 0xab, 0xfe, 0xac, 0xbf, 0xf0, 0xe8, - 0x71, 0xab, 0xf2, 0xef, 0xe3, 0x56, 0xc5, 0xf8, 0x0e, 0x41, 0x23, 0xab, 0x5a, 0xf4, 0xb9, 0x27, - 0x18, 0x3e, 0x80, 0x3a, 0xd3, 0x81, 0x5d, 0x3f, 0x8c, 0x2c, 0xa0, 0xa5, 0xe7, 0x2f, 0x57, 0xdb, - 0x8b, 0xa6, 0x22, 0x65, 0x86, 0xa4, 0x22, 0xfd, 0xe6, 0x36, 0xb3, 0x6e, 0x70, 0xd7, 0xdb, 0x5a, - 0x79, 0xfa, 0x67, 0xab, 0xf2, 0xe3, 0x5f, 0xad, 0x37, 0x1c, 0x37, 0xb8, 0x33, 0xd8, 0x33, 0x2d, - 0xde, 0x23, 0x5a, 0x84, 0xfa, 0xb9, 0x22, 0xec, 0xbb, 0x24, 0xb8, 0xdf, 0x67, 0x22, 0xaa, 0x11, - 0xdd, 0x1a, 0x4b, 0x32, 0x30, 0x2e, 0x41, 0x4b, 0xf2, 0xea, 0x58, 0x81, 0x3b, 0x64, 0x59, 0xda, - 0x8c, 0x1d, 0x58, 0xca, 0x4f, 0xd1, 0x02, 0x2e, 0xc1, 0x8b, 0x54, 0x86, 0x13, 0xf4, 0xcf, 0x75, - 0xab, 0x6a, 0x4d, 0xed, 0xf4, 0x11, 0x2c, 0x4a, 0x98, 0x77, 0x19, 0xb3, 0x99, 0xbf, 0xcd, 0xf6, - 0x99, 0x23, 0x3b, 0x14, 0x1d, 0xe1, 0x6b, 0x50, 0x1f, 0xd2, 0x7d, 0xd7, 0xa6, 0x01, 0xf7, 0x77, - 0xa9, 0x6d, 0xfb, 0xfa, 0x2c, 0x6b, 0xf1, 0x6a, 0xc7, 0xb6, 0xfd, 0xc4, 0x99, 0x5e, 0x87, 0x8b, - 0x39, 0x80, 0x9a, 0x54, 0x0b, 0xaa, 0x9f, 0xc9, 0x58, 0x12, 0x0e, 0xd4, 0x52, 0x88, 0x65, 0xdc, - 0x84, 0x97, 0x25, 0xc2, 0x87, 0xae, 0x10, 0x37, 0xf8, 0xc0, 0x0b, 0x98, 0x5f, 0x9a, 0xcd, 0x06, - 0x2c, 0x4c, 0x62, 0x8d, 0x4e, 0xa7, 0xe7, 0x0a, 0xb1, 0x6b, 0xa9, 0x75, 0x09, 0x75, 0xa6, 0x5b, - 0xed, 0x8d, 0x52, 0xe3, 0xd3, 0xe9, 0x38, 0x8e, 0x1f, 0xea, 0x60, 0xb7, 0x7c, 0x36, 0xe4, 0x01, - 0x2b, 0xcd, 0xe7, 0x6b, 0xa4, 0x8f, 0x67, 0x12, 0x51, 0xb3, 0xea, 0xc3, 0x1c, 0x8d, 0x62, 0xbb, - 0x7d, 0x15, 0x94, 0xa8, 0xd5, 0xf6, 0x86, 0x39, 0xe5, 0x0e, 0x9a, 0x31, 0x6a, 0xf2, 0x7d, 0xd0, - 0x3b, 0x6c, 0x9d, 0x09, 0x5f, 0xcc, 0xee, 0x2c, 0x1d, 0xdb, 0xd9, 0x68, 0xe5, 0x50, 0x8a, 0x5f, - 0xb5, 0x6f, 0x11, 0x34, 0xf3, 0x32, 0x34, 0x6b, 0x1f, 0xf0, 0x04, 0xeb, 0xe8, 0xba, 0x3c, 0x13, - 0xda, 0x73, 0xe3, 0xb4, 0x85, 0xf1, 0x81, 0xbe, 0xfa, 0x71, 0xf5, 0xed, 0xd3, 0x74, 0xe6, 0xcb, - 0x68, 0x16, 0x8c, 0xc1, 0x69, 0x81, 0x0e, 0xd4, 0x47, 0x02, 0x13, 0x3d, 0x59, 0x2f, 0x27, 0xee, - 0xf6, 0x48, 0x59, 0x8d, 0x26, 0x37, 0x34, 0x16, 0xb3, 0x68, 0xc4, 0xad, 0x78, 0x84, 0xe0, 0x42, - 0x66, 0x58, 0xd3, 0x74, 0xe1, 0xa5, 0x34, 0xcd, 0xa8, 0x09, 0xa7, 0xe7, 0x59, 0x4f, 0xf1, 0x14, - 0xc6, 0x3c, 0x60, 0xc9, 0xe4, 0x16, 0xf5, 0x69, 0x2f, 0x26, 0xf8, 0x29, 0x9c, 0x4f, 0xad, 0x6a, - 0x5e, 0x3b, 0x30, 0xd3, 0x97, 0x2b, 0xfa, 0xd8, 0x5e, 0x9f, 0x4a, 0x47, 0x01, 0xe8, 0xbd, 0x75, - 0x71, 0xfb, 0x87, 0x3a, 0x9c, 0x95, 0xf0, 0xf8, 0x09, 0x82, 0x5a, 0x6a, 0xe8, 0xe1, 0xe9, 0x0a, - 0x73, 0x8d, 0xa2, 0x71, 0xad, 0x54, 0xad, 0xd2, 0x66, 0xac, 0x7f, 0xf1, 0xeb, 0x3f, 0xdf, 0x3c, - 0x77, 0x15, 0xb7, 0x49, 0x96, 0x9b, 0x49, 0xcf, 0x11, 0x24, 0x6d, 0x24, 0xe4, 0x81, 0x5c, 0x7e, - 0x88, 0x7f, 0x43, 0x70, 0x3e, 0x63, 0x82, 0xe3, 0xeb, 0xc5, 0x08, 0xe5, 0xfb, 0x43, 0xa3, 0x73, - 0x0a, 0x04, 0x2d, 0x6c, 0x4d, 0x0a, 0x5b, 0xc1, 0xcb, 0xff, 0x27, 0x4c, 0x1b, 0x4c, 0x5a, 0x1f, - 0xfe, 0x05, 0xc1, 0xec, 0xb8, 0x03, 0xe0, 0x8d, 0x62, 0x94, 0x72, 0xac, 0xa8, 0xf1, 0x4e, 0xd9, - 0x72, 0x2d, 0x67, 0x53, 0xca, 0x59, 0xc3, 0xab, 0x99, 0x72, 0xe2, 0xb9, 0x20, 0xc8, 0x83, 0xf4, - 0xe4, 0x78, 0x48, 0x94, 0x39, 0xe1, 0x9f, 0x10, 0x54, 0x13, 0x46, 0x82, 0xdf, 0x2a, 0x46, 0x68, - 0xd2, 0xc7, 0x1a, 0x6b, 0x25, 0x2a, 0xb5, 0x8a, 0x0d, 0xa9, 0x62, 0x15, 0xbf, 0x79, 0x62, 0x15, - 0xa1, 0xb1, 0xe1, 0x3f, 0x10, 0xcc, 0x8e, 0x8f, 0xf1, 0xa2, 0x8d, 0xc9, 0x71, 0xc1, 0xa2, 0x8d, - 0xc9, 0xb3, 0x3c, 0xe3, 0xa6, 0x94, 0xb4, 0x8d, 0xb7, 0x4e, 0x2c, 0x69, 0xc2, 0x73, 0xf0, 0x21, - 0x82, 0xb9, 0x09, 0x9b, 0xc2, 0x25, 0x19, 0xc6, 0x97, 0x69, 0xb3, 0x74, 0x7d, 0xa1, 0x19, 0x91, - 0x90, 0x38, 0xe9, 0xa2, 0xf8, 0x67, 0x04, 0xb5, 0xd4, 0xb8, 0x2f, 0x3a, 0xea, 0xb2, 0x8c, 0xb1, - 0xe8, 0xa8, 0xcb, 0x74, 0x41, 0xe3, 0x3d, 0x29, 0xa3, 0x83, 0x37, 0xf3, 0x64, 0xd8, 0xee, 0xd4, - 0x4e, 0xc9, 0x36, 0x3d, 0x41, 0x50, 0x4f, 0x5b, 0x18, 0x2e, 0x43, 0x2c, 0x6e, 0xd0, 0xdb, 0xe5, - 0x8a, 0xb5, 0xac, 0x55, 0x29, 0x6b, 0x19, 0x93, 0xe2, 0xdd, 0x51, 0xad, 0xf9, 0x1e, 0xc1, 0x8c, - 0x32, 0x2a, 0xbc, 0x52, 0x8c, 0x41, 0xca, 0x2d, 0x1b, 0x57, 0x4f, 0x56, 0xa4, 0xe9, 0xbe, 0x2a, - 0xe9, 0x5e, 0xc4, 0x17, 0x32, 0xe9, 0x2a, 0xab, 0xdc, 0x7a, 0xff, 0xe9, 0x51, 0x13, 0x1d, 0x1e, - 0x35, 0xd1, 0xdf, 0x47, 0x4d, 0xf4, 0xd5, 0x71, 0xb3, 0x72, 0x78, 0xdc, 0xac, 0xfc, 0x7e, 0xdc, - 0xac, 0x7c, 0x62, 0x26, 0x3e, 0x4c, 0x42, 0x80, 0x2b, 0x7a, 0x7f, 0x85, 0x36, 0x6c, 0x93, 0x83, - 0x08, 0x52, 0x7e, 0xa4, 0xec, 0xcd, 0xc8, 0x2f, 0xad, 0x95, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, - 0x8b, 0x65, 0x76, 0xe7, 0x23, 0x0e, 0x00, 0x00, + proto.RegisterType((*QueryExchangeRatesRequest)(nil), "umeenetwork.umee.oracle.v1.QueryExchangeRatesRequest") + proto.RegisterType((*QueryExchangeRatesResponse)(nil), "umeenetwork.umee.oracle.v1.QueryExchangeRatesResponse") + proto.RegisterType((*QueryActiveExchangeRatesRequest)(nil), "umeenetwork.umee.oracle.v1.QueryActiveExchangeRatesRequest") + proto.RegisterType((*QueryActiveExchangeRatesResponse)(nil), "umeenetwork.umee.oracle.v1.QueryActiveExchangeRatesResponse") + proto.RegisterType((*QueryFeederDelegationRequest)(nil), "umeenetwork.umee.oracle.v1.QueryFeederDelegationRequest") + proto.RegisterType((*QueryFeederDelegationResponse)(nil), "umeenetwork.umee.oracle.v1.QueryFeederDelegationResponse") + proto.RegisterType((*QueryMissCounterRequest)(nil), "umeenetwork.umee.oracle.v1.QueryMissCounterRequest") + proto.RegisterType((*QueryMissCounterResponse)(nil), "umeenetwork.umee.oracle.v1.QueryMissCounterResponse") + proto.RegisterType((*QueryAggregatePrevoteRequest)(nil), "umeenetwork.umee.oracle.v1.QueryAggregatePrevoteRequest") + proto.RegisterType((*QueryAggregatePrevoteResponse)(nil), "umeenetwork.umee.oracle.v1.QueryAggregatePrevoteResponse") + proto.RegisterType((*QueryAggregatePrevotesRequest)(nil), "umeenetwork.umee.oracle.v1.QueryAggregatePrevotesRequest") + proto.RegisterType((*QueryAggregatePrevotesResponse)(nil), "umeenetwork.umee.oracle.v1.QueryAggregatePrevotesResponse") + proto.RegisterType((*QueryAggregateVoteRequest)(nil), "umeenetwork.umee.oracle.v1.QueryAggregateVoteRequest") + proto.RegisterType((*QueryAggregateVoteResponse)(nil), "umeenetwork.umee.oracle.v1.QueryAggregateVoteResponse") + proto.RegisterType((*QueryAggregateVotesRequest)(nil), "umeenetwork.umee.oracle.v1.QueryAggregateVotesRequest") + proto.RegisterType((*QueryAggregateVotesResponse)(nil), "umeenetwork.umee.oracle.v1.QueryAggregateVotesResponse") + proto.RegisterType((*QueryParamsRequest)(nil), "umeenetwork.umee.oracle.v1.QueryParamsRequest") + proto.RegisterType((*QueryParamsResponse)(nil), "umeenetwork.umee.oracle.v1.QueryParamsResponse") +} + +func init() { proto.RegisterFile("umee/oracle/v1/query.proto", fileDescriptor_710e319bc1815d33) } + +var fileDescriptor_710e319bc1815d33 = []byte{ + // 969 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x97, 0x41, 0x6f, 0xdc, 0x44, + 0x14, 0xc7, 0x77, 0xa0, 0x8d, 0xe8, 0x5b, 0x76, 0x49, 0xa6, 0x11, 0x04, 0x37, 0x78, 0x53, 0x4b, + 0x48, 0x15, 0x34, 0x1e, 0xb2, 0x49, 0x21, 0xa4, 0xad, 0x68, 0xd2, 0x06, 0x21, 0x04, 0xa2, 0xec, + 0xa1, 0x48, 0x5c, 0xa2, 0xd9, 0xf5, 0xe0, 0x5a, 0xc9, 0x7a, 0xb6, 0x1e, 0xef, 0x92, 0xaa, 0xaa, + 0x84, 0xe0, 0x02, 0x12, 0x12, 0x48, 0x48, 0x9c, 0xcb, 0x95, 0x23, 0x52, 0x3f, 0x00, 0x20, 0xa1, + 0x9e, 0x50, 0x25, 0x2e, 0x9c, 0x00, 0x25, 0x1c, 0xf8, 0x18, 0xc8, 0x33, 0xb3, 0x5e, 0xdb, 0x6b, + 0x77, 0xd7, 0x9b, 0x53, 0x9c, 0x79, 0xf3, 0xde, 0xfc, 0xfe, 0x6f, 0x3c, 0xf3, 0x5f, 0x83, 0xd1, + 0xef, 0x32, 0x46, 0x78, 0x40, 0x3b, 0x07, 0x8c, 0x0c, 0xd6, 0xc8, 0x9d, 0x3e, 0x0b, 0xee, 0xda, + 0xbd, 0x80, 0x87, 0x1c, 0xcb, 0x98, 0xcf, 0xc2, 0x4f, 0x79, 0xb0, 0x6f, 0x47, 0xcf, 0xb6, 0x9a, + 0x67, 0x0f, 0xd6, 0x8c, 0x45, 0x97, 0xbb, 0x5c, 0x4e, 0x23, 0xd1, 0x93, 0xca, 0x30, 0x96, 0x5d, + 0xce, 0xdd, 0x03, 0x46, 0x68, 0xcf, 0x23, 0xd4, 0xf7, 0x79, 0x48, 0x43, 0x8f, 0xfb, 0x42, 0x47, + 0xcf, 0x65, 0xd6, 0xd2, 0xd5, 0x54, 0xd0, 0xec, 0x70, 0xd1, 0xe5, 0x82, 0xb4, 0xa9, 0x88, 0x82, + 0x6d, 0x16, 0xd2, 0x35, 0xd2, 0xe1, 0x9e, 0xaf, 0xe2, 0xd6, 0x65, 0x78, 0xf1, 0xc3, 0x88, 0x6d, + 0xf7, 0xb0, 0x73, 0x9b, 0xfa, 0x2e, 0x6b, 0xd1, 0x90, 0x89, 0x16, 0xbb, 0xd3, 0x67, 0x22, 0xc4, + 0x8b, 0x70, 0xda, 0x61, 0x3e, 0xef, 0x2e, 0xa1, 0x15, 0x74, 0xe1, 0x4c, 0x4b, 0xfd, 0xb3, 0xf5, + 0xcc, 0x97, 0x0f, 0x1a, 0x95, 0xff, 0x1e, 0x34, 0x2a, 0xd6, 0xf7, 0x08, 0x8c, 0xbc, 0x6c, 0xd1, + 0xe3, 0xbe, 0x60, 0xf8, 0x10, 0xea, 0x4c, 0x07, 0xf6, 0x82, 0x28, 0xb2, 0x84, 0x56, 0x9e, 0xbe, + 0x50, 0x6d, 0x2e, 0xdb, 0x0a, 0xca, 0x8e, 0xa0, 0x6c, 0x0d, 0x65, 0xdf, 0x60, 0x9d, 0xeb, 0xdc, + 0xf3, 0x77, 0xd6, 0x1f, 0xfd, 0xd5, 0xa8, 0xfc, 0xf8, 0x77, 0xe3, 0x55, 0xd7, 0x0b, 0x6f, 0xf7, + 0xdb, 0x76, 0x87, 0x77, 0x89, 0x16, 0xa1, 0xfe, 0xac, 0x0a, 0x67, 0x9f, 0x84, 0x77, 0x7b, 0x4c, + 0x0c, 0x73, 0x44, 0xab, 0xc6, 0x92, 0x04, 0xd6, 0x79, 0x68, 0x48, 0xae, 0xed, 0x4e, 0xe8, 0x0d, + 0x58, 0x9e, 0x36, 0x6b, 0x17, 0x56, 0x8a, 0xa7, 0x68, 0x01, 0xe7, 0xe1, 0x59, 0x2a, 0xc3, 0x09, + 0xfc, 0x33, 0xad, 0xaa, 0x1a, 0x53, 0x2b, 0x7d, 0x00, 0xcb, 0xb2, 0xcc, 0xdb, 0x8c, 0x39, 0x2c, + 0xb8, 0xc1, 0x0e, 0x98, 0x2b, 0x37, 0x67, 0xd8, 0xc2, 0x97, 0xa1, 0x3e, 0xa0, 0x07, 0x9e, 0x43, + 0x43, 0x1e, 0xec, 0x51, 0xc7, 0x09, 0x74, 0x2f, 0x6b, 0xf1, 0xe8, 0xb6, 0xe3, 0x04, 0x89, 0x9e, + 0x5e, 0x83, 0x97, 0x0a, 0x0a, 0x6a, 0xa8, 0x06, 0x54, 0x3f, 0x91, 0xb1, 0x64, 0x39, 0x50, 0x43, + 0x51, 0x2d, 0xeb, 0x5d, 0x78, 0x41, 0x56, 0x78, 0xdf, 0x13, 0xe2, 0x3a, 0xef, 0xfb, 0x21, 0x0b, + 0x66, 0xa6, 0xb9, 0x0a, 0x4b, 0xe3, 0xb5, 0x46, 0xdd, 0xe9, 0x7a, 0x42, 0xec, 0x75, 0xd4, 0xb8, + 0x2c, 0x75, 0xaa, 0x55, 0xed, 0x8e, 0xa6, 0xc6, 0xdd, 0xd9, 0x76, 0xdd, 0x20, 0xd2, 0xc1, 0x6e, + 0x06, 0x6c, 0xc0, 0x43, 0x36, 0x33, 0xcf, 0xd7, 0x48, 0xb7, 0x67, 0xbc, 0xa2, 0xa6, 0xda, 0x87, + 0x05, 0x3a, 0x8c, 0xed, 0xf5, 0x54, 0x50, 0x56, 0xad, 0x36, 0x37, 0xed, 0xe2, 0x93, 0x67, 0xc7, + 0x05, 0x93, 0xaf, 0x82, 0x2e, 0xbe, 0x73, 0x2a, 0x7a, 0x27, 0x5b, 0xf3, 0x34, 0xb3, 0xa8, 0xd5, + 0x28, 0xa0, 0x89, 0xdf, 0xb2, 0x6f, 0x10, 0x98, 0x45, 0x33, 0x34, 0x70, 0x17, 0xf0, 0x18, 0xf0, + 0xf0, 0xa4, 0x9c, 0x94, 0x78, 0x21, 0x4b, 0x2c, 0xac, 0xf7, 0xf4, 0x81, 0x8f, 0xb3, 0x6f, 0x9d, + 0x64, 0x3f, 0x3e, 0x1b, 0xde, 0x00, 0x99, 0x72, 0x5a, 0x5b, 0x1b, 0xea, 0x23, 0x6d, 0x89, 0x9d, + 0xb8, 0x54, 0x5a, 0xd7, 0xad, 0x91, 0xa8, 0x1a, 0x4d, 0xae, 0x65, 0x2d, 0xe7, 0x11, 0xc4, 0x1b, + 0xf0, 0x05, 0x82, 0x73, 0xb9, 0x61, 0x4d, 0xe8, 0xc0, 0x73, 0x69, 0xc2, 0x61, 0xeb, 0x4f, 0x84, + 0x58, 0x4f, 0x21, 0x0a, 0x6b, 0x11, 0xb0, 0x84, 0xb8, 0x49, 0x03, 0xda, 0x8d, 0xd9, 0x3e, 0x82, + 0xb3, 0xa9, 0x51, 0x8d, 0x74, 0x0d, 0xe6, 0x7a, 0x72, 0x44, 0x37, 0xcb, 0x7a, 0x12, 0x89, 0xca, + 0xd5, 0xcb, 0xea, 0xbc, 0xe6, 0x0f, 0x35, 0x38, 0x2d, 0x2b, 0xe3, 0x87, 0x08, 0x6a, 0xa9, 0xbb, + 0x0d, 0x3f, 0x51, 0x57, 0xa1, 0x15, 0x18, 0xaf, 0x97, 0x4d, 0x53, 0x62, 0xac, 0x4b, 0x9f, 0xff, + 0xf1, 0xef, 0x77, 0x4f, 0x11, 0xbc, 0x4a, 0x32, 0x2e, 0x25, 0xbd, 0x44, 0x90, 0xb4, 0x41, 0x90, + 0x7b, 0x72, 0xf8, 0x3e, 0xfe, 0x0d, 0xc1, 0xd9, 0x9c, 0x9b, 0x19, 0x5f, 0x9e, 0x88, 0x51, 0x7c, + 0xe5, 0x1b, 0x57, 0x66, 0x4b, 0xd6, 0x4a, 0x36, 0xa4, 0x12, 0x1b, 0x5f, 0x2c, 0x50, 0xa2, 0x9d, + 0x22, 0x2d, 0x08, 0xff, 0x8a, 0x60, 0x3e, 0x7b, 0x95, 0xe3, 0xcd, 0x89, 0x20, 0x05, 0x76, 0x62, + 0xbc, 0x39, 0x43, 0xa6, 0xe6, 0xdf, 0x92, 0xfc, 0x1b, 0xb8, 0x99, 0xe5, 0x8f, 0xcf, 0xb6, 0x20, + 0xf7, 0xd2, 0xa7, 0xff, 0x3e, 0x51, 0xb6, 0x82, 0x7f, 0x42, 0x50, 0x4d, 0x58, 0x00, 0x5e, 0x9f, + 0x88, 0x31, 0x6e, 0x3e, 0xc6, 0x46, 0xb9, 0x24, 0x8d, 0xbd, 0x29, 0xb1, 0x9b, 0xf8, 0xb5, 0x32, + 0xd8, 0x91, 0x07, 0xe1, 0xdf, 0x11, 0xcc, 0x67, 0xaf, 0xdd, 0x29, 0x5a, 0x5f, 0xe0, 0x55, 0x53, + 0xb4, 0xbe, 0xc8, 0x93, 0xac, 0x5d, 0xa9, 0xe1, 0x2d, 0x7c, 0xb5, 0x8c, 0x86, 0x31, 0x53, 0xc0, + 0x3f, 0x23, 0x58, 0x18, 0xf3, 0x11, 0x5c, 0x9e, 0x2b, 0x3e, 0x10, 0x5b, 0xb3, 0xa4, 0x4e, 0x3a, + 0xd8, 0x09, 0x4d, 0xe3, 0xbe, 0x86, 0x7f, 0x41, 0x50, 0x4b, 0x5d, 0xc5, 0x53, 0x5c, 0x48, 0x79, + 0x56, 0x35, 0xc5, 0x85, 0x94, 0x6b, 0x49, 0xd6, 0x8e, 0xe4, 0xbe, 0x82, 0xb7, 0x72, 0xb8, 0x1d, + 0x6f, 0xe2, 0x5e, 0xc8, 0x8d, 0x78, 0x88, 0xa0, 0x9e, 0xf6, 0x13, 0x5c, 0x12, 0x27, 0xde, 0x82, + 0x37, 0x4a, 0xe7, 0x69, 0x1d, 0x4d, 0xa9, 0xe3, 0x22, 0x7e, 0x65, 0xaa, 0xfe, 0xab, 0xe6, 0x7f, + 0x85, 0x60, 0x4e, 0x19, 0x06, 0xb6, 0x27, 0xae, 0x9b, 0xf2, 0x2a, 0x83, 0x4c, 0x3d, 0x5f, 0xf3, + 0x99, 0x92, 0x6f, 0x09, 0x3f, 0x9f, 0xe5, 0x53, 0x1e, 0xb5, 0xf3, 0xce, 0xa3, 0x23, 0x13, 0x3d, + 0x3e, 0x32, 0xd1, 0x3f, 0x47, 0x26, 0xfa, 0xf6, 0xd8, 0xac, 0x3c, 0x3e, 0x36, 0x2b, 0x7f, 0x1e, + 0x9b, 0x95, 0x8f, 0xed, 0xc4, 0x0f, 0xff, 0x28, 0x77, 0x55, 0xaf, 0xaa, 0x0a, 0x0d, 0x9a, 0xe4, + 0x70, 0x58, 0x4d, 0x7e, 0x04, 0xb4, 0xe7, 0xe4, 0x97, 0xcc, 0xfa, 0xff, 0x01, 0x00, 0x00, 0xff, + 0xff, 0x15, 0xaf, 0xc1, 0x43, 0x74, 0x0d, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -940,7 +940,7 @@ func NewQueryClient(cc grpc1.ClientConn) QueryClient { func (c *queryClient) ExchangeRates(ctx context.Context, in *QueryExchangeRatesRequest, opts ...grpc.CallOption) (*QueryExchangeRatesResponse, error) { out := new(QueryExchangeRatesResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1beta1.Query/ExchangeRates", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1.Query/ExchangeRates", in, out, opts...) if err != nil { return nil, err } @@ -949,7 +949,7 @@ func (c *queryClient) ExchangeRates(ctx context.Context, in *QueryExchangeRatesR func (c *queryClient) ActiveExchangeRates(ctx context.Context, in *QueryActiveExchangeRatesRequest, opts ...grpc.CallOption) (*QueryActiveExchangeRatesResponse, error) { out := new(QueryActiveExchangeRatesResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1beta1.Query/ActiveExchangeRates", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1.Query/ActiveExchangeRates", in, out, opts...) if err != nil { return nil, err } @@ -958,7 +958,7 @@ func (c *queryClient) ActiveExchangeRates(ctx context.Context, in *QueryActiveEx func (c *queryClient) FeederDelegation(ctx context.Context, in *QueryFeederDelegationRequest, opts ...grpc.CallOption) (*QueryFeederDelegationResponse, error) { out := new(QueryFeederDelegationResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1beta1.Query/FeederDelegation", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1.Query/FeederDelegation", in, out, opts...) if err != nil { return nil, err } @@ -967,7 +967,7 @@ func (c *queryClient) FeederDelegation(ctx context.Context, in *QueryFeederDeleg func (c *queryClient) MissCounter(ctx context.Context, in *QueryMissCounterRequest, opts ...grpc.CallOption) (*QueryMissCounterResponse, error) { out := new(QueryMissCounterResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1beta1.Query/MissCounter", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1.Query/MissCounter", in, out, opts...) if err != nil { return nil, err } @@ -976,7 +976,7 @@ func (c *queryClient) MissCounter(ctx context.Context, in *QueryMissCounterReque func (c *queryClient) AggregatePrevote(ctx context.Context, in *QueryAggregatePrevoteRequest, opts ...grpc.CallOption) (*QueryAggregatePrevoteResponse, error) { out := new(QueryAggregatePrevoteResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1beta1.Query/AggregatePrevote", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1.Query/AggregatePrevote", in, out, opts...) if err != nil { return nil, err } @@ -985,7 +985,7 @@ func (c *queryClient) AggregatePrevote(ctx context.Context, in *QueryAggregatePr func (c *queryClient) AggregatePrevotes(ctx context.Context, in *QueryAggregatePrevotesRequest, opts ...grpc.CallOption) (*QueryAggregatePrevotesResponse, error) { out := new(QueryAggregatePrevotesResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1beta1.Query/AggregatePrevotes", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1.Query/AggregatePrevotes", in, out, opts...) if err != nil { return nil, err } @@ -994,7 +994,7 @@ func (c *queryClient) AggregatePrevotes(ctx context.Context, in *QueryAggregateP func (c *queryClient) AggregateVote(ctx context.Context, in *QueryAggregateVoteRequest, opts ...grpc.CallOption) (*QueryAggregateVoteResponse, error) { out := new(QueryAggregateVoteResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1beta1.Query/AggregateVote", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1.Query/AggregateVote", in, out, opts...) if err != nil { return nil, err } @@ -1003,7 +1003,7 @@ func (c *queryClient) AggregateVote(ctx context.Context, in *QueryAggregateVoteR func (c *queryClient) AggregateVotes(ctx context.Context, in *QueryAggregateVotesRequest, opts ...grpc.CallOption) (*QueryAggregateVotesResponse, error) { out := new(QueryAggregateVotesResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1beta1.Query/AggregateVotes", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1.Query/AggregateVotes", in, out, opts...) if err != nil { return nil, err } @@ -1012,7 +1012,7 @@ func (c *queryClient) AggregateVotes(ctx context.Context, in *QueryAggregateVote func (c *queryClient) Params(ctx context.Context, in *QueryParamsRequest, opts ...grpc.CallOption) (*QueryParamsResponse, error) { out := new(QueryParamsResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1beta1.Query/Params", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1.Query/Params", in, out, opts...) if err != nil { return nil, err } @@ -1088,7 +1088,7 @@ func _Query_ExchangeRates_Handler(srv interface{}, ctx context.Context, dec func } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.oracle.v1beta1.Query/ExchangeRates", + FullMethod: "/umeenetwork.umee.oracle.v1.Query/ExchangeRates", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).ExchangeRates(ctx, req.(*QueryExchangeRatesRequest)) @@ -1106,7 +1106,7 @@ func _Query_ActiveExchangeRates_Handler(srv interface{}, ctx context.Context, de } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.oracle.v1beta1.Query/ActiveExchangeRates", + FullMethod: "/umeenetwork.umee.oracle.v1.Query/ActiveExchangeRates", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).ActiveExchangeRates(ctx, req.(*QueryActiveExchangeRatesRequest)) @@ -1124,7 +1124,7 @@ func _Query_FeederDelegation_Handler(srv interface{}, ctx context.Context, dec f } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.oracle.v1beta1.Query/FeederDelegation", + FullMethod: "/umeenetwork.umee.oracle.v1.Query/FeederDelegation", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).FeederDelegation(ctx, req.(*QueryFeederDelegationRequest)) @@ -1142,7 +1142,7 @@ func _Query_MissCounter_Handler(srv interface{}, ctx context.Context, dec func(i } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.oracle.v1beta1.Query/MissCounter", + FullMethod: "/umeenetwork.umee.oracle.v1.Query/MissCounter", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).MissCounter(ctx, req.(*QueryMissCounterRequest)) @@ -1160,7 +1160,7 @@ func _Query_AggregatePrevote_Handler(srv interface{}, ctx context.Context, dec f } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.oracle.v1beta1.Query/AggregatePrevote", + FullMethod: "/umeenetwork.umee.oracle.v1.Query/AggregatePrevote", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).AggregatePrevote(ctx, req.(*QueryAggregatePrevoteRequest)) @@ -1178,7 +1178,7 @@ func _Query_AggregatePrevotes_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.oracle.v1beta1.Query/AggregatePrevotes", + FullMethod: "/umeenetwork.umee.oracle.v1.Query/AggregatePrevotes", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).AggregatePrevotes(ctx, req.(*QueryAggregatePrevotesRequest)) @@ -1196,7 +1196,7 @@ func _Query_AggregateVote_Handler(srv interface{}, ctx context.Context, dec func } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.oracle.v1beta1.Query/AggregateVote", + FullMethod: "/umeenetwork.umee.oracle.v1.Query/AggregateVote", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).AggregateVote(ctx, req.(*QueryAggregateVoteRequest)) @@ -1214,7 +1214,7 @@ func _Query_AggregateVotes_Handler(srv interface{}, ctx context.Context, dec fun } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.oracle.v1beta1.Query/AggregateVotes", + FullMethod: "/umeenetwork.umee.oracle.v1.Query/AggregateVotes", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).AggregateVotes(ctx, req.(*QueryAggregateVotesRequest)) @@ -1232,7 +1232,7 @@ func _Query_Params_Handler(srv interface{}, ctx context.Context, dec func(interf } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.oracle.v1beta1.Query/Params", + FullMethod: "/umeenetwork.umee.oracle.v1.Query/Params", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServer).Params(ctx, req.(*QueryParamsRequest)) @@ -1241,7 +1241,7 @@ func _Query_Params_Handler(srv interface{}, ctx context.Context, dec func(interf } var _Query_serviceDesc = grpc.ServiceDesc{ - ServiceName: "umeenetwork.umee.oracle.v1beta1.Query", + ServiceName: "umeenetwork.umee.oracle.v1.Query", HandlerType: (*QueryServer)(nil), Methods: []grpc.MethodDesc{ { @@ -1282,7 +1282,7 @@ var _Query_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "umee/oracle/v1beta1/query.proto", + Metadata: "umee/oracle/v1/query.proto", } func (m *QueryExchangeRatesRequest) Marshal() (dAtA []byte, err error) { diff --git a/x/oracle/types/query.pb.gw.go b/x/oracle/types/query.pb.gw.go index 28085be2fe..9a0a7777bf 100644 --- a/x/oracle/types/query.pb.gw.go +++ b/x/oracle/types/query.pb.gw.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-grpc-gateway. DO NOT EDIT. -// source: umee/oracle/v1beta1/query.proto +// source: umee/oracle/v1/query.proto /* Package types is a reverse proxy. @@ -20,7 +20,6 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/codes" "google.golang.org/grpc/grpclog" - "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" ) @@ -31,7 +30,6 @@ var _ status.Status var _ = runtime.String var _ = utilities.NewDoubleArray var _ = descriptor.ForMessage -var _ = metadata.Join func request_Query_ExchangeRates_0(ctx context.Context, marshaler runtime.Marshaler, client QueryClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq QueryExchangeRatesRequest @@ -378,14 +376,12 @@ func local_request_Query_Params_0(ctx context.Context, marshaler runtime.Marshal // RegisterQueryHandlerServer registers the http handlers for service Query to "mux". // UnaryRPC :call QueryServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. -// Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterQueryHandlerFromEndpoint instead. +// Note that using this registration option will cause many gRPC library features (such as grpc.SendHeader, etc) to stop working. Consider using RegisterQueryHandlerFromEndpoint instead. func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error { mux.Handle("GET", pattern_Query_ExchangeRates_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -393,7 +389,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_ExchangeRates_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -407,8 +402,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_ActiveExchangeRates_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -416,7 +409,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_ActiveExchangeRates_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -430,8 +422,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_FeederDelegation_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -439,7 +429,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_FeederDelegation_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -453,8 +442,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_MissCounter_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -462,7 +449,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_MissCounter_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -476,8 +462,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_AggregatePrevote_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -485,7 +469,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_AggregatePrevote_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -499,8 +482,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_AggregatePrevotes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -508,7 +489,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_AggregatePrevotes_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -522,8 +502,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_AggregateVote_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -531,7 +509,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_AggregateVote_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -545,8 +522,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_AggregateVotes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -554,7 +529,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_AggregateVotes_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -568,8 +542,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv mux.Handle("GET", pattern_Query_Params_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() - var stream runtime.ServerTransportStream - ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) if err != nil { @@ -577,7 +549,6 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv return } resp, md, err := local_request_Query_Params_0(rctx, inboundMarshaler, server, req, pathParams) - md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) ctx = runtime.NewServerMetadataContext(ctx, md) if err != nil { runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) @@ -813,23 +784,23 @@ func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, clie } var ( - pattern_Query_ExchangeRates_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 1, 0, 4, 1, 5, 5}, []string{"umee", "oracle", "v1beta1", "denoms", "exchange_rates", "denom"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_ExchangeRates_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 1, 0, 4, 1, 5, 5}, []string{"umee", "oracle", "v1", "denoms", "exchange_rates", "denom"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_ActiveExchangeRates_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4}, []string{"umee", "oracle", "v1beta1", "denoms", "active_exchange_rates"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_ActiveExchangeRates_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4}, []string{"umee", "oracle", "v1", "denoms", "active_exchange_rates"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_FeederDelegation_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"umee", "oracle", "v1beta1", "validators", "validator_addr", "feeder"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_FeederDelegation_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"umee", "oracle", "v1", "validators", "validator_addr", "feeder"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_MissCounter_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"umee", "oracle", "v1beta1", "validators", "validator_addr", "miss"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_MissCounter_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"umee", "oracle", "v1", "validators", "validator_addr", "miss"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_AggregatePrevote_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"umee", "oracle", "v1beta1", "validators", "validator_addr", "aggregate_prevote"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_AggregatePrevote_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"umee", "oracle", "v1", "validators", "validator_addr", "aggregate_prevote"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_AggregatePrevotes_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4}, []string{"umee", "oracle", "v1beta1", "validators", "aggregate_prevotes"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_AggregatePrevotes_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4}, []string{"umee", "oracle", "v1", "validators", "aggregate_prevotes"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_AggregateVote_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"umee", "oracle", "v1beta1", "valdiators", "validator_addr", "aggregate_vote"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_AggregateVote_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4, 2, 5}, []string{"umee", "oracle", "v1", "valdiators", "validator_addr", "aggregate_vote"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_AggregateVotes_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4}, []string{"umee", "oracle", "v1beta1", "validators", "aggregate_votes"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_AggregateVotes_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4}, []string{"umee", "oracle", "v1", "validators", "aggregate_votes"}, "", runtime.AssumeColonVerbOpt(true))) - pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "oracle", "v1beta1", "params"}, "", runtime.AssumeColonVerbOpt(true))) + pattern_Query_Params_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"umee", "oracle", "v1", "params"}, "", runtime.AssumeColonVerbOpt(true))) ) var ( diff --git a/x/oracle/types/tx.pb.go b/x/oracle/types/tx.pb.go index da287d37f3..6c4cbdf1ed 100644 --- a/x/oracle/types/tx.pb.go +++ b/x/oracle/types/tx.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: umee/oracle/v1beta1/tx.proto +// source: umee/oracle/v1/tx.proto package types @@ -40,7 +40,7 @@ func (m *MsgAggregateExchangeRatePrevote) Reset() { *m = MsgAggregateExc func (m *MsgAggregateExchangeRatePrevote) String() string { return proto.CompactTextString(m) } func (*MsgAggregateExchangeRatePrevote) ProtoMessage() {} func (*MsgAggregateExchangeRatePrevote) Descriptor() ([]byte, []int) { - return fileDescriptor_b2ad7050c491a929, []int{0} + return fileDescriptor_5883b225aa8cf2e2, []int{0} } func (m *MsgAggregateExchangeRatePrevote) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -80,7 +80,7 @@ func (m *MsgAggregateExchangeRatePrevoteResponse) Reset() { func (m *MsgAggregateExchangeRatePrevoteResponse) String() string { return proto.CompactTextString(m) } func (*MsgAggregateExchangeRatePrevoteResponse) ProtoMessage() {} func (*MsgAggregateExchangeRatePrevoteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_b2ad7050c491a929, []int{1} + return fileDescriptor_5883b225aa8cf2e2, []int{1} } func (m *MsgAggregateExchangeRatePrevoteResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -122,7 +122,7 @@ func (m *MsgAggregateExchangeRateVote) Reset() { *m = MsgAggregateExchan func (m *MsgAggregateExchangeRateVote) String() string { return proto.CompactTextString(m) } func (*MsgAggregateExchangeRateVote) ProtoMessage() {} func (*MsgAggregateExchangeRateVote) Descriptor() ([]byte, []int) { - return fileDescriptor_b2ad7050c491a929, []int{2} + return fileDescriptor_5883b225aa8cf2e2, []int{2} } func (m *MsgAggregateExchangeRateVote) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -160,7 +160,7 @@ func (m *MsgAggregateExchangeRateVoteResponse) Reset() { *m = MsgAggrega func (m *MsgAggregateExchangeRateVoteResponse) String() string { return proto.CompactTextString(m) } func (*MsgAggregateExchangeRateVoteResponse) ProtoMessage() {} func (*MsgAggregateExchangeRateVoteResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_b2ad7050c491a929, []int{3} + return fileDescriptor_5883b225aa8cf2e2, []int{3} } func (m *MsgAggregateExchangeRateVoteResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -200,7 +200,7 @@ func (m *MsgDelegateFeedConsent) Reset() { *m = MsgDelegateFeedConsent{} func (m *MsgDelegateFeedConsent) String() string { return proto.CompactTextString(m) } func (*MsgDelegateFeedConsent) ProtoMessage() {} func (*MsgDelegateFeedConsent) Descriptor() ([]byte, []int) { - return fileDescriptor_b2ad7050c491a929, []int{4} + return fileDescriptor_5883b225aa8cf2e2, []int{4} } func (m *MsgDelegateFeedConsent) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -238,7 +238,7 @@ func (m *MsgDelegateFeedConsentResponse) Reset() { *m = MsgDelegateFeedC func (m *MsgDelegateFeedConsentResponse) String() string { return proto.CompactTextString(m) } func (*MsgDelegateFeedConsentResponse) ProtoMessage() {} func (*MsgDelegateFeedConsentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_b2ad7050c491a929, []int{5} + return fileDescriptor_5883b225aa8cf2e2, []int{5} } func (m *MsgDelegateFeedConsentResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -268,50 +268,50 @@ func (m *MsgDelegateFeedConsentResponse) XXX_DiscardUnknown() { var xxx_messageInfo_MsgDelegateFeedConsentResponse proto.InternalMessageInfo func init() { - proto.RegisterType((*MsgAggregateExchangeRatePrevote)(nil), "umeenetwork.umee.oracle.v1beta1.MsgAggregateExchangeRatePrevote") - proto.RegisterType((*MsgAggregateExchangeRatePrevoteResponse)(nil), "umeenetwork.umee.oracle.v1beta1.MsgAggregateExchangeRatePrevoteResponse") - proto.RegisterType((*MsgAggregateExchangeRateVote)(nil), "umeenetwork.umee.oracle.v1beta1.MsgAggregateExchangeRateVote") - proto.RegisterType((*MsgAggregateExchangeRateVoteResponse)(nil), "umeenetwork.umee.oracle.v1beta1.MsgAggregateExchangeRateVoteResponse") - proto.RegisterType((*MsgDelegateFeedConsent)(nil), "umeenetwork.umee.oracle.v1beta1.MsgDelegateFeedConsent") - proto.RegisterType((*MsgDelegateFeedConsentResponse)(nil), "umeenetwork.umee.oracle.v1beta1.MsgDelegateFeedConsentResponse") -} - -func init() { proto.RegisterFile("umee/oracle/v1beta1/tx.proto", fileDescriptor_b2ad7050c491a929) } - -var fileDescriptor_b2ad7050c491a929 = []byte{ - // 507 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x94, 0x3d, 0x6f, 0x13, 0x31, - 0x18, 0xc7, 0x63, 0x52, 0x55, 0xad, 0x51, 0x29, 0x5c, 0x0b, 0x4a, 0xa3, 0xe8, 0x5c, 0x19, 0x04, - 0x74, 0xe0, 0x4e, 0x0d, 0x03, 0x52, 0x25, 0x44, 0x29, 0x14, 0x75, 0x89, 0x84, 0x3c, 0x30, 0xb0, - 0x20, 0x27, 0x79, 0x70, 0x2a, 0x2e, 0x71, 0x64, 0xbb, 0x21, 0xdd, 0x19, 0xd8, 0xe0, 0x23, 0x94, - 0x95, 0x85, 0xaf, 0xc1, 0xd8, 0x91, 0xe9, 0x84, 0x92, 0xa5, 0x13, 0xc3, 0x7d, 0x02, 0x64, 0xdf, - 0x0b, 0x41, 0xa4, 0x0d, 0x6d, 0x37, 0x9f, 0xff, 0xbf, 0xff, 0xf3, 0x76, 0x8f, 0x8c, 0x6b, 0x07, - 0x5d, 0x80, 0x50, 0x2a, 0xde, 0x8a, 0x20, 0x1c, 0x6c, 0x36, 0xc1, 0xf0, 0xcd, 0xd0, 0x0c, 0x83, - 0xbe, 0x92, 0x46, 0x7a, 0xc4, 0xaa, 0x3d, 0x30, 0xef, 0xa5, 0x7a, 0x17, 0xd8, 0x73, 0x90, 0x92, - 0x41, 0x46, 0x56, 0x57, 0x85, 0x14, 0xd2, 0xb1, 0xa1, 0x3d, 0xa5, 0x36, 0xfa, 0x0d, 0x61, 0xd2, - 0xd0, 0xe2, 0xa9, 0x10, 0x0a, 0x04, 0x37, 0xb0, 0x3b, 0x6c, 0x75, 0x78, 0x4f, 0x00, 0xe3, 0x06, - 0x5e, 0x2a, 0x18, 0x48, 0x03, 0xde, 0x6d, 0x3c, 0xd7, 0xe1, 0xba, 0x53, 0x41, 0xeb, 0xe8, 0xfe, - 0xe2, 0xce, 0x72, 0x12, 0x93, 0xab, 0x87, 0xbc, 0x1b, 0x6d, 0x51, 0x7b, 0x4b, 0x99, 0x13, 0xbd, - 0x0d, 0x3c, 0xff, 0x16, 0xa0, 0x0d, 0xaa, 0x72, 0xc5, 0x61, 0x37, 0x92, 0x98, 0x2c, 0xa5, 0x58, - 0x7a, 0x4f, 0x59, 0x06, 0x78, 0x75, 0xbc, 0x38, 0xe0, 0xd1, 0x7e, 0x9b, 0x1b, 0xa9, 0x2a, 0x65, - 0x47, 0xaf, 0x26, 0x31, 0xb9, 0x9e, 0xd2, 0x85, 0x44, 0xd9, 0x1f, 0x6c, 0x6b, 0xe1, 0xe3, 0x11, - 0x29, 0x9d, 0x1c, 0x91, 0x12, 0xdd, 0xc0, 0xf7, 0x66, 0x14, 0xcc, 0x40, 0xf7, 0x65, 0x4f, 0x03, - 0xfd, 0x85, 0x70, 0xed, 0x34, 0xf6, 0x55, 0xd6, 0x99, 0xe6, 0x91, 0xf9, 0xb7, 0x33, 0x7b, 0x4b, - 0x99, 0x13, 0xbd, 0x6d, 0x7c, 0x0d, 0x32, 0xe3, 0x1b, 0xc5, 0x0d, 0xe8, 0xac, 0xc3, 0xb5, 0x24, - 0x26, 0x37, 0x53, 0xfc, 0x6f, 0x9d, 0xb2, 0x25, 0x98, 0xc8, 0xa4, 0x27, 0x66, 0x53, 0x3e, 0xd7, - 0x6c, 0xe6, 0xce, 0x3b, 0x9b, 0xbb, 0xf8, 0xce, 0x59, 0xfd, 0x16, 0x83, 0xf9, 0x80, 0xf0, 0xad, - 0x86, 0x16, 0xcf, 0x21, 0x72, 0xdc, 0x0b, 0x80, 0xf6, 0x33, 0x2b, 0xf4, 0x8c, 0x17, 0xe2, 0x05, - 0xd9, 0x07, 0xe5, 0xf2, 0xa7, 0x63, 0x59, 0x49, 0x62, 0xb2, 0x9c, 0xe6, 0xcf, 0x15, 0xca, 0x0a, - 0xc8, 0x1a, 0xda, 0x59, 0x9c, 0x6c, 0x30, 0x13, 0x86, 0x5c, 0xa1, 0xac, 0x80, 0x26, 0xca, 0x5d, - 0xc7, 0xfe, 0xf4, 0x2a, 0xf2, 0x42, 0xeb, 0x27, 0x65, 0x5c, 0x6e, 0x68, 0xe1, 0x7d, 0x45, 0xb8, - 0x76, 0xe6, 0x8e, 0x6e, 0x07, 0x33, 0xf6, 0x3f, 0x98, 0xb1, 0x34, 0xd5, 0xbd, 0xcb, 0x46, 0xc8, - 0x8b, 0xf6, 0xbe, 0x20, 0xbc, 0x76, 0xfa, 0xce, 0x3d, 0xbe, 0x70, 0x1e, 0x6b, 0xaf, 0xee, 0x5e, - 0xca, 0x5e, 0xd4, 0xf8, 0x09, 0xe1, 0x95, 0x69, 0xbf, 0xff, 0xd1, 0xff, 0x84, 0x9f, 0x62, 0xac, - 0x3e, 0xb9, 0xa0, 0x31, 0xaf, 0x68, 0x67, 0xef, 0xfb, 0xc8, 0x47, 0xc7, 0x23, 0x1f, 0xfd, 0x1c, - 0xf9, 0xe8, 0xf3, 0xd8, 0x2f, 0x1d, 0x8f, 0xfd, 0xd2, 0x8f, 0xb1, 0x5f, 0x7a, 0x1d, 0x88, 0x7d, - 0xd3, 0x39, 0x68, 0x06, 0x2d, 0xd9, 0x0d, 0x6d, 0xe0, 0x07, 0x59, 0x16, 0xf7, 0x11, 0x0e, 0xea, - 0xe1, 0x30, 0x7f, 0x15, 0xcd, 0x61, 0x1f, 0x74, 0x73, 0xde, 0x3d, 0x6d, 0x0f, 0x7f, 0x07, 0x00, - 0x00, 0xff, 0xff, 0x71, 0xc8, 0x2f, 0x6e, 0x31, 0x05, 0x00, 0x00, + proto.RegisterType((*MsgAggregateExchangeRatePrevote)(nil), "umeenetwork.umee.oracle.v1.MsgAggregateExchangeRatePrevote") + proto.RegisterType((*MsgAggregateExchangeRatePrevoteResponse)(nil), "umeenetwork.umee.oracle.v1.MsgAggregateExchangeRatePrevoteResponse") + proto.RegisterType((*MsgAggregateExchangeRateVote)(nil), "umeenetwork.umee.oracle.v1.MsgAggregateExchangeRateVote") + proto.RegisterType((*MsgAggregateExchangeRateVoteResponse)(nil), "umeenetwork.umee.oracle.v1.MsgAggregateExchangeRateVoteResponse") + proto.RegisterType((*MsgDelegateFeedConsent)(nil), "umeenetwork.umee.oracle.v1.MsgDelegateFeedConsent") + proto.RegisterType((*MsgDelegateFeedConsentResponse)(nil), "umeenetwork.umee.oracle.v1.MsgDelegateFeedConsentResponse") +} + +func init() { proto.RegisterFile("umee/oracle/v1/tx.proto", fileDescriptor_5883b225aa8cf2e2) } + +var fileDescriptor_5883b225aa8cf2e2 = []byte{ + // 503 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x94, 0x3f, 0x6f, 0x13, 0x31, + 0x18, 0xc6, 0x63, 0x52, 0x55, 0xad, 0x51, 0x29, 0x5c, 0x0b, 0xa4, 0xa7, 0xea, 0xae, 0x32, 0x08, + 0xe8, 0xc0, 0x9d, 0x1a, 0x16, 0x14, 0x96, 0xd2, 0x02, 0x62, 0x89, 0x84, 0x3c, 0x30, 0xb0, 0x20, + 0x37, 0x79, 0x71, 0x2a, 0x2e, 0x71, 0x64, 0xbb, 0x47, 0xba, 0x83, 0xc4, 0xc8, 0xc6, 0x9a, 0x6f, + 0xc0, 0xd7, 0x40, 0x4c, 0x1d, 0x99, 0x4e, 0x28, 0x59, 0x98, 0x18, 0xee, 0x13, 0x20, 0xfb, 0xfe, + 0x10, 0x44, 0xd2, 0x28, 0x65, 0xbb, 0xf8, 0xf9, 0x3d, 0x7e, 0x9f, 0xf7, 0xcd, 0x2b, 0xe3, 0x9b, + 0x27, 0x5d, 0x80, 0x50, 0x48, 0xd6, 0x8a, 0x20, 0x8c, 0xf7, 0x42, 0x3d, 0x08, 0xfa, 0x52, 0x68, + 0xe1, 0xb8, 0x46, 0xe8, 0x81, 0x7e, 0x27, 0xe4, 0xdb, 0xc0, 0x7c, 0x07, 0x19, 0x14, 0xc4, 0x7b, + 0xee, 0x26, 0x17, 0x5c, 0x58, 0x2c, 0x34, 0x5f, 0x99, 0x83, 0x7c, 0x41, 0xd8, 0x6f, 0x2a, 0xfe, + 0x98, 0x73, 0x09, 0x9c, 0x69, 0x78, 0x3a, 0x68, 0x75, 0x58, 0x8f, 0x03, 0x65, 0x1a, 0x5e, 0x48, + 0x88, 0x85, 0x06, 0xe7, 0x16, 0x5e, 0xea, 0x30, 0xd5, 0xa9, 0xa1, 0x1d, 0x74, 0x6f, 0xf5, 0x60, + 0x3d, 0x4d, 0xfc, 0xcb, 0xa7, 0xac, 0x1b, 0x35, 0x88, 0x39, 0x25, 0xd4, 0x8a, 0xce, 0x2e, 0x5e, + 0x7e, 0x03, 0xd0, 0x06, 0x59, 0xbb, 0x64, 0xb1, 0x6b, 0x69, 0xe2, 0xaf, 0x65, 0x58, 0x76, 0x4e, + 0x68, 0x0e, 0x38, 0x75, 0xbc, 0x1a, 0xb3, 0xe8, 0xb8, 0xcd, 0xb4, 0x90, 0xb5, 0xaa, 0xa5, 0x37, + 0xd3, 0xc4, 0xbf, 0x9a, 0xd1, 0xa5, 0x44, 0xe8, 0x1f, 0xac, 0xb1, 0xf2, 0x71, 0xe8, 0x57, 0x7e, + 0x0e, 0xfd, 0x0a, 0xd9, 0xc5, 0x77, 0xe7, 0x04, 0xa6, 0xa0, 0xfa, 0xa2, 0xa7, 0x80, 0xfc, 0x42, + 0x78, 0x7b, 0x16, 0xfb, 0x32, 0xef, 0x4c, 0xb1, 0x48, 0xff, 0xdb, 0x99, 0x39, 0x25, 0xd4, 0x8a, + 0xce, 0x3e, 0xbe, 0x02, 0xb9, 0xf1, 0xb5, 0x64, 0x1a, 0x54, 0xde, 0xe1, 0x56, 0x9a, 0xf8, 0xd7, + 0x33, 0xfc, 0x6f, 0x9d, 0xd0, 0x35, 0x98, 0xa8, 0xa4, 0x26, 0x66, 0x53, 0x5d, 0x68, 0x36, 0x4b, + 0x8b, 0xce, 0xe6, 0x0e, 0xbe, 0x7d, 0x5e, 0xbf, 0xe5, 0x60, 0xde, 0x23, 0x7c, 0xa3, 0xa9, 0xf8, + 0x13, 0x88, 0x2c, 0xf7, 0x0c, 0xa0, 0x7d, 0x68, 0x84, 0x9e, 0x76, 0x42, 0xbc, 0x22, 0xfa, 0x20, + 0x6d, 0xfd, 0x6c, 0x2c, 0x1b, 0x69, 0xe2, 0xaf, 0x67, 0xf5, 0x0b, 0x85, 0xd0, 0x12, 0x32, 0x86, + 0x76, 0x7e, 0x4f, 0x3e, 0x98, 0x09, 0x43, 0xa1, 0x10, 0x5a, 0x42, 0x13, 0x71, 0x77, 0xb0, 0x37, + 0x3d, 0x45, 0x11, 0xb4, 0xfe, 0xad, 0x8a, 0xab, 0x4d, 0xc5, 0x9d, 0x21, 0xc2, 0xdb, 0xe7, 0xee, + 0xe8, 0xa3, 0x60, 0xf6, 0xea, 0x07, 0x73, 0xf6, 0xc5, 0x3d, 0xfc, 0x0f, 0x73, 0x11, 0xd5, 0xf9, + 0x8c, 0xf0, 0xd6, 0xec, 0x4d, 0x7b, 0x78, 0x91, 0x12, 0xc6, 0xe9, 0xee, 0x5f, 0xd4, 0x59, 0x26, + 0xfb, 0x80, 0xf0, 0xc6, 0xb4, 0xbf, 0xba, 0x3e, 0xe7, 0xe6, 0x29, 0x1e, 0xb7, 0xb1, 0xb8, 0xa7, + 0xc8, 0x71, 0xf0, 0xfc, 0xeb, 0xc8, 0x43, 0x67, 0x23, 0x0f, 0xfd, 0x18, 0x79, 0xe8, 0xd3, 0xd8, + 0xab, 0x9c, 0x8d, 0xbd, 0xca, 0xf7, 0xb1, 0x57, 0x79, 0x15, 0xf0, 0x63, 0xdd, 0x39, 0x39, 0x0a, + 0x5a, 0xa2, 0x1b, 0x9a, 0x3b, 0xef, 0xe7, 0x05, 0xec, 0x8f, 0x30, 0xae, 0x87, 0x83, 0xe2, 0xb5, + 0xd3, 0xa7, 0x7d, 0x50, 0x47, 0xcb, 0xf6, 0xf1, 0x7a, 0xf0, 0x3b, 0x00, 0x00, 0xff, 0xff, 0xd3, + 0xb7, 0x40, 0x18, 0x09, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -346,7 +346,7 @@ func NewMsgClient(cc grpc1.ClientConn) MsgClient { func (c *msgClient) AggregateExchangeRatePrevote(ctx context.Context, in *MsgAggregateExchangeRatePrevote, opts ...grpc.CallOption) (*MsgAggregateExchangeRatePrevoteResponse, error) { out := new(MsgAggregateExchangeRatePrevoteResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1beta1.Msg/AggregateExchangeRatePrevote", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1.Msg/AggregateExchangeRatePrevote", in, out, opts...) if err != nil { return nil, err } @@ -355,7 +355,7 @@ func (c *msgClient) AggregateExchangeRatePrevote(ctx context.Context, in *MsgAgg func (c *msgClient) AggregateExchangeRateVote(ctx context.Context, in *MsgAggregateExchangeRateVote, opts ...grpc.CallOption) (*MsgAggregateExchangeRateVoteResponse, error) { out := new(MsgAggregateExchangeRateVoteResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1beta1.Msg/AggregateExchangeRateVote", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1.Msg/AggregateExchangeRateVote", in, out, opts...) if err != nil { return nil, err } @@ -364,7 +364,7 @@ func (c *msgClient) AggregateExchangeRateVote(ctx context.Context, in *MsgAggreg func (c *msgClient) DelegateFeedConsent(ctx context.Context, in *MsgDelegateFeedConsent, opts ...grpc.CallOption) (*MsgDelegateFeedConsentResponse, error) { out := new(MsgDelegateFeedConsentResponse) - err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1beta1.Msg/DelegateFeedConsent", in, out, opts...) + err := c.cc.Invoke(ctx, "/umeenetwork.umee.oracle.v1.Msg/DelegateFeedConsent", in, out, opts...) if err != nil { return nil, err } @@ -411,7 +411,7 @@ func _Msg_AggregateExchangeRatePrevote_Handler(srv interface{}, ctx context.Cont } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.oracle.v1beta1.Msg/AggregateExchangeRatePrevote", + FullMethod: "/umeenetwork.umee.oracle.v1.Msg/AggregateExchangeRatePrevote", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).AggregateExchangeRatePrevote(ctx, req.(*MsgAggregateExchangeRatePrevote)) @@ -429,7 +429,7 @@ func _Msg_AggregateExchangeRateVote_Handler(srv interface{}, ctx context.Context } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.oracle.v1beta1.Msg/AggregateExchangeRateVote", + FullMethod: "/umeenetwork.umee.oracle.v1.Msg/AggregateExchangeRateVote", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).AggregateExchangeRateVote(ctx, req.(*MsgAggregateExchangeRateVote)) @@ -447,7 +447,7 @@ func _Msg_DelegateFeedConsent_Handler(srv interface{}, ctx context.Context, dec } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/umeenetwork.umee.oracle.v1beta1.Msg/DelegateFeedConsent", + FullMethod: "/umeenetwork.umee.oracle.v1.Msg/DelegateFeedConsent", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(MsgServer).DelegateFeedConsent(ctx, req.(*MsgDelegateFeedConsent)) @@ -456,7 +456,7 @@ func _Msg_DelegateFeedConsent_Handler(srv interface{}, ctx context.Context, dec } var _Msg_serviceDesc = grpc.ServiceDesc{ - ServiceName: "umeenetwork.umee.oracle.v1beta1.Msg", + ServiceName: "umeenetwork.umee.oracle.v1.Msg", HandlerType: (*MsgServer)(nil), Methods: []grpc.MethodDesc{ { @@ -473,7 +473,7 @@ var _Msg_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "umee/oracle/v1beta1/tx.proto", + Metadata: "umee/oracle/v1/tx.proto", } func (m *MsgAggregateExchangeRatePrevote) Marshal() (dAtA []byte, err error) {