Skip to content

Commit 6efdd73

Browse files
committed
upgrade telescope to 1.12.9
1 parent d886920 commit 6efdd73

File tree

154 files changed

+1077
-81
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+1077
-81
lines changed

libs/cosmos-types/src/binary.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file and any referenced files were automatically generated by @cosmology/[email protected].7
2+
* This file and any referenced files were automatically generated by @cosmology/[email protected].9
33
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/

libs/cosmos-types/src/extern.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file and any referenced files were automatically generated by @cosmology/[email protected].7
2+
* This file and any referenced files were automatically generated by @cosmology/[email protected].9
33
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/

libs/cosmos-types/src/helper-func-types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file and any referenced files were automatically generated by @cosmology/[email protected].7
2+
* This file and any referenced files were automatically generated by @cosmology/[email protected].9
33
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/

libs/cosmos-types/src/helpers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file and any referenced files were automatically generated by @cosmology/[email protected].7
2+
* This file and any referenced files were automatically generated by @cosmology/[email protected].9
33
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/

libs/cosmos-types/src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file and any referenced files were automatically generated by @cosmology/[email protected].7
2+
* This file and any referenced files were automatically generated by @cosmology/[email protected].9
33
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/

libs/cosmos-types/src/utf8.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file and any referenced files were automatically generated by @cosmology/[email protected].7
2+
* This file and any referenced files were automatically generated by @cosmology/[email protected].9
33
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/

libs/cosmos-types/src/varint.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file and any referenced files were automatically generated by @cosmology/[email protected].7
2+
* This file and any referenced files were automatically generated by @cosmology/[email protected].9
33
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/

libs/injective-react/src/binary.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file and any referenced files were automatically generated by @cosmology/[email protected].7
2+
* This file and any referenced files were automatically generated by @cosmology/[email protected].9
33
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/

libs/injective-react/src/cosmos/auth/v1beta1/auth.ts

+6
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,9 @@ export const BaseAccount = {
224224
};
225225
},
226226
registerTypeUrl() {
227+
if (GlobalDecoderRegistry.getDecoder(BaseAccount.typeUrl)) {
228+
return;
229+
}
227230
GlobalDecoderRegistry.register(BaseAccount.typeUrl, BaseAccount);
228231
GlobalDecoderRegistry.registerAminoProtoMapping(BaseAccount.aminoType, BaseAccount.typeUrl);
229232
}
@@ -330,6 +333,9 @@ export const ModuleAccount = {
330333
};
331334
},
332335
registerTypeUrl() {
336+
if (GlobalDecoderRegistry.getDecoder(ModuleAccount.typeUrl)) {
337+
return;
338+
}
333339
GlobalDecoderRegistry.register(ModuleAccount.typeUrl, ModuleAccount);
334340
GlobalDecoderRegistry.registerAminoProtoMapping(ModuleAccount.aminoType, ModuleAccount.typeUrl);
335341
BaseAccount.registerTypeUrl();

libs/injective-react/src/cosmos/authz/v1beta1/authz.ts

+3
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,9 @@ export const GenericAuthorization = {
189189
};
190190
},
191191
registerTypeUrl() {
192+
if (GlobalDecoderRegistry.getDecoder(GenericAuthorization.typeUrl)) {
193+
return;
194+
}
192195
GlobalDecoderRegistry.register(GenericAuthorization.typeUrl, GenericAuthorization);
193196
GlobalDecoderRegistry.registerAminoProtoMapping(GenericAuthorization.aminoType, GenericAuthorization.typeUrl);
194197
}

libs/injective-react/src/cosmos/bank/v1beta1/bank.ts

+3
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,9 @@ export const Supply = {
704704
};
705705
},
706706
registerTypeUrl() {
707+
if (GlobalDecoderRegistry.getDecoder(Supply.typeUrl)) {
708+
return;
709+
}
707710
GlobalDecoderRegistry.register(Supply.typeUrl, Supply);
708711
GlobalDecoderRegistry.registerAminoProtoMapping(Supply.aminoType, Supply.typeUrl);
709712
Coin.registerTypeUrl();

libs/injective-react/src/cosmos/distribution/v1beta1/distribution.ts

+6
Original file line numberDiff line numberDiff line change
@@ -1175,6 +1175,9 @@ export const CommunityPoolSpendProposal = {
11751175
};
11761176
},
11771177
registerTypeUrl() {
1178+
if (GlobalDecoderRegistry.getDecoder(CommunityPoolSpendProposal.typeUrl)) {
1179+
return;
1180+
}
11781181
GlobalDecoderRegistry.register(CommunityPoolSpendProposal.typeUrl, CommunityPoolSpendProposal);
11791182
GlobalDecoderRegistry.registerAminoProtoMapping(CommunityPoolSpendProposal.aminoType, CommunityPoolSpendProposal.typeUrl);
11801183
Coin.registerTypeUrl();
@@ -1498,6 +1501,9 @@ export const CommunityPoolSpendProposalWithDeposit = {
14981501
};
14991502
},
15001503
registerTypeUrl() {
1504+
if (GlobalDecoderRegistry.getDecoder(CommunityPoolSpendProposalWithDeposit.typeUrl)) {
1505+
return;
1506+
}
15011507
GlobalDecoderRegistry.register(CommunityPoolSpendProposalWithDeposit.typeUrl, CommunityPoolSpendProposalWithDeposit);
15021508
GlobalDecoderRegistry.registerAminoProtoMapping(CommunityPoolSpendProposalWithDeposit.aminoType, CommunityPoolSpendProposalWithDeposit.typeUrl);
15031509
}

libs/injective-react/src/cosmos/gov/v1beta1/gov.ts

+3
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,9 @@ export const TextProposal = {
642642
};
643643
},
644644
registerTypeUrl() {
645+
if (GlobalDecoderRegistry.getDecoder(TextProposal.typeUrl)) {
646+
return;
647+
}
645648
GlobalDecoderRegistry.register(TextProposal.typeUrl, TextProposal);
646649
GlobalDecoderRegistry.registerAminoProtoMapping(TextProposal.aminoType, TextProposal.typeUrl);
647650
}

libs/injective-react/src/cosmos/group/v1/types.ts

+6
Original file line numberDiff line numberDiff line change
@@ -1039,6 +1039,9 @@ export const ThresholdDecisionPolicy = {
10391039
};
10401040
},
10411041
registerTypeUrl() {
1042+
if (GlobalDecoderRegistry.getDecoder(ThresholdDecisionPolicy.typeUrl)) {
1043+
return;
1044+
}
10421045
GlobalDecoderRegistry.register(ThresholdDecisionPolicy.typeUrl, ThresholdDecisionPolicy);
10431046
GlobalDecoderRegistry.registerAminoProtoMapping(ThresholdDecisionPolicy.aminoType, ThresholdDecisionPolicy.typeUrl);
10441047
DecisionPolicyWindows.registerTypeUrl();
@@ -1132,6 +1135,9 @@ export const PercentageDecisionPolicy = {
11321135
};
11331136
},
11341137
registerTypeUrl() {
1138+
if (GlobalDecoderRegistry.getDecoder(PercentageDecisionPolicy.typeUrl)) {
1139+
return;
1140+
}
11351141
GlobalDecoderRegistry.register(PercentageDecisionPolicy.typeUrl, PercentageDecisionPolicy);
11361142
GlobalDecoderRegistry.registerAminoProtoMapping(PercentageDecisionPolicy.aminoType, PercentageDecisionPolicy.typeUrl);
11371143
DecisionPolicyWindows.registerTypeUrl();

libs/injective-react/src/cosmos/upgrade/v1beta1/upgrade.ts

+6
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,9 @@ export const SoftwareUpgradeProposal = {
406406
};
407407
},
408408
registerTypeUrl() {
409+
if (GlobalDecoderRegistry.getDecoder(SoftwareUpgradeProposal.typeUrl)) {
410+
return;
411+
}
409412
GlobalDecoderRegistry.register(SoftwareUpgradeProposal.typeUrl, SoftwareUpgradeProposal);
410413
GlobalDecoderRegistry.registerAminoProtoMapping(SoftwareUpgradeProposal.aminoType, SoftwareUpgradeProposal.typeUrl);
411414
Plan.registerTypeUrl();
@@ -499,6 +502,9 @@ export const CancelSoftwareUpgradeProposal = {
499502
};
500503
},
501504
registerTypeUrl() {
505+
if (GlobalDecoderRegistry.getDecoder(CancelSoftwareUpgradeProposal.typeUrl)) {
506+
return;
507+
}
502508
GlobalDecoderRegistry.register(CancelSoftwareUpgradeProposal.typeUrl, CancelSoftwareUpgradeProposal);
503509
GlobalDecoderRegistry.registerAminoProtoMapping(CancelSoftwareUpgradeProposal.aminoType, CancelSoftwareUpgradeProposal.typeUrl);
504510
}

libs/injective-react/src/cosmwasm/wasm/v1/proposal_legacy.ts

+36
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,9 @@ export const StoreCodeProposal = {
836836
};
837837
},
838838
registerTypeUrl() {
839+
if (GlobalDecoderRegistry.getDecoder(StoreCodeProposal.typeUrl)) {
840+
return;
841+
}
839842
GlobalDecoderRegistry.register(StoreCodeProposal.typeUrl, StoreCodeProposal);
840843
GlobalDecoderRegistry.registerAminoProtoMapping(StoreCodeProposal.aminoType, StoreCodeProposal.typeUrl);
841844
AccessConfig.registerTypeUrl();
@@ -1003,6 +1006,9 @@ export const InstantiateContractProposal = {
10031006
};
10041007
},
10051008
registerTypeUrl() {
1009+
if (GlobalDecoderRegistry.getDecoder(InstantiateContractProposal.typeUrl)) {
1010+
return;
1011+
}
10061012
GlobalDecoderRegistry.register(InstantiateContractProposal.typeUrl, InstantiateContractProposal);
10071013
GlobalDecoderRegistry.registerAminoProtoMapping(InstantiateContractProposal.aminoType, InstantiateContractProposal.typeUrl);
10081014
Coin.registerTypeUrl();
@@ -1194,6 +1200,9 @@ export const InstantiateContract2Proposal = {
11941200
};
11951201
},
11961202
registerTypeUrl() {
1203+
if (GlobalDecoderRegistry.getDecoder(InstantiateContract2Proposal.typeUrl)) {
1204+
return;
1205+
}
11971206
GlobalDecoderRegistry.register(InstantiateContract2Proposal.typeUrl, InstantiateContract2Proposal);
11981207
GlobalDecoderRegistry.registerAminoProtoMapping(InstantiateContract2Proposal.aminoType, InstantiateContract2Proposal.typeUrl);
11991208
Coin.registerTypeUrl();
@@ -1323,6 +1332,9 @@ export const MigrateContractProposal = {
13231332
};
13241333
},
13251334
registerTypeUrl() {
1335+
if (GlobalDecoderRegistry.getDecoder(MigrateContractProposal.typeUrl)) {
1336+
return;
1337+
}
13261338
GlobalDecoderRegistry.register(MigrateContractProposal.typeUrl, MigrateContractProposal);
13271339
GlobalDecoderRegistry.registerAminoProtoMapping(MigrateContractProposal.aminoType, MigrateContractProposal.typeUrl);
13281340
}
@@ -1439,6 +1451,9 @@ export const SudoContractProposal = {
14391451
};
14401452
},
14411453
registerTypeUrl() {
1454+
if (GlobalDecoderRegistry.getDecoder(SudoContractProposal.typeUrl)) {
1455+
return;
1456+
}
14421457
GlobalDecoderRegistry.register(SudoContractProposal.typeUrl, SudoContractProposal);
14431458
GlobalDecoderRegistry.registerAminoProtoMapping(SudoContractProposal.aminoType, SudoContractProposal.typeUrl);
14441459
}
@@ -1581,6 +1596,9 @@ export const ExecuteContractProposal = {
15811596
};
15821597
},
15831598
registerTypeUrl() {
1599+
if (GlobalDecoderRegistry.getDecoder(ExecuteContractProposal.typeUrl)) {
1600+
return;
1601+
}
15841602
GlobalDecoderRegistry.register(ExecuteContractProposal.typeUrl, ExecuteContractProposal);
15851603
GlobalDecoderRegistry.registerAminoProtoMapping(ExecuteContractProposal.aminoType, ExecuteContractProposal.typeUrl);
15861604
Coin.registerTypeUrl();
@@ -1698,6 +1716,9 @@ export const UpdateAdminProposal = {
16981716
};
16991717
},
17001718
registerTypeUrl() {
1719+
if (GlobalDecoderRegistry.getDecoder(UpdateAdminProposal.typeUrl)) {
1720+
return;
1721+
}
17011722
GlobalDecoderRegistry.register(UpdateAdminProposal.typeUrl, UpdateAdminProposal);
17021723
GlobalDecoderRegistry.registerAminoProtoMapping(UpdateAdminProposal.aminoType, UpdateAdminProposal.typeUrl);
17031724
}
@@ -1802,6 +1823,9 @@ export const ClearAdminProposal = {
18021823
};
18031824
},
18041825
registerTypeUrl() {
1826+
if (GlobalDecoderRegistry.getDecoder(ClearAdminProposal.typeUrl)) {
1827+
return;
1828+
}
18051829
GlobalDecoderRegistry.register(ClearAdminProposal.typeUrl, ClearAdminProposal);
18061830
GlobalDecoderRegistry.registerAminoProtoMapping(ClearAdminProposal.aminoType, ClearAdminProposal.typeUrl);
18071831
}
@@ -1917,6 +1941,9 @@ export const PinCodesProposal = {
19171941
};
19181942
},
19191943
registerTypeUrl() {
1944+
if (GlobalDecoderRegistry.getDecoder(PinCodesProposal.typeUrl)) {
1945+
return;
1946+
}
19201947
GlobalDecoderRegistry.register(PinCodesProposal.typeUrl, PinCodesProposal);
19211948
GlobalDecoderRegistry.registerAminoProtoMapping(PinCodesProposal.aminoType, PinCodesProposal.typeUrl);
19221949
}
@@ -2032,6 +2059,9 @@ export const UnpinCodesProposal = {
20322059
};
20332060
},
20342061
registerTypeUrl() {
2062+
if (GlobalDecoderRegistry.getDecoder(UnpinCodesProposal.typeUrl)) {
2063+
return;
2064+
}
20352065
GlobalDecoderRegistry.register(UnpinCodesProposal.typeUrl, UnpinCodesProposal);
20362066
GlobalDecoderRegistry.registerAminoProtoMapping(UnpinCodesProposal.aminoType, UnpinCodesProposal.typeUrl);
20372067
}
@@ -2229,6 +2259,9 @@ export const UpdateInstantiateConfigProposal = {
22292259
};
22302260
},
22312261
registerTypeUrl() {
2262+
if (GlobalDecoderRegistry.getDecoder(UpdateInstantiateConfigProposal.typeUrl)) {
2263+
return;
2264+
}
22322265
GlobalDecoderRegistry.register(UpdateInstantiateConfigProposal.typeUrl, UpdateInstantiateConfigProposal);
22332266
GlobalDecoderRegistry.registerAminoProtoMapping(UpdateInstantiateConfigProposal.aminoType, UpdateInstantiateConfigProposal.typeUrl);
22342267
AccessConfigUpdate.registerTypeUrl();
@@ -2456,6 +2489,9 @@ export const StoreAndInstantiateContractProposal = {
24562489
};
24572490
},
24582491
registerTypeUrl() {
2492+
if (GlobalDecoderRegistry.getDecoder(StoreAndInstantiateContractProposal.typeUrl)) {
2493+
return;
2494+
}
24592495
GlobalDecoderRegistry.register(StoreAndInstantiateContractProposal.typeUrl, StoreAndInstantiateContractProposal);
24602496
GlobalDecoderRegistry.registerAminoProtoMapping(StoreAndInstantiateContractProposal.aminoType, StoreAndInstantiateContractProposal.typeUrl);
24612497
AccessConfig.registerTypeUrl();

libs/injective-react/src/extern.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file and any referenced files were automatically generated by @cosmology/[email protected].7
2+
* This file and any referenced files were automatically generated by @cosmology/[email protected].9
33
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/

libs/injective-react/src/helper-func-types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file and any referenced files were automatically generated by @cosmology/[email protected].7
2+
* This file and any referenced files were automatically generated by @cosmology/[email protected].9
33
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/

libs/injective-react/src/helpers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* This file and any referenced files were automatically generated by @cosmology/[email protected].7
2+
* This file and any referenced files were automatically generated by @cosmology/[email protected].9
33
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
44
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
55
*/

0 commit comments

Comments
 (0)