From 4fd751aeceace240af580dede90d2278939206e7 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 22 Dec 2022 17:31:48 +0100 Subject: [PATCH] Upgrade telescopt to 0.81.5 and re-generate types --- package-lock.json | 100 +++++++++--------- package.json | 2 +- src/cosmos/auth/v1beta1/auth.ts | 2 +- src/cosmos/base/abci/v1beta1/abci.ts | 2 +- src/cosmos/base/query/v1beta1/pagination.ts | 2 +- src/cosmos/base/snapshots/v1beta1/snapshot.ts | 2 +- src/cosmos/base/store/v1beta1/commit_info.ts | 2 +- src/cosmos/base/tendermint/v1beta1/query.ts | 2 +- src/cosmos/capability/v1beta1/capability.ts | 2 +- src/cosmos/capability/v1beta1/genesis.ts | 2 +- src/cosmos/evidence/v1beta1/evidence.ts | 2 +- src/cosmos/gov/v1beta1/genesis.ts | 2 +- src/cosmos/gov/v1beta1/query.ts | 2 +- src/cosmos/slashing/v1beta1/slashing.ts | 2 +- src/cosmos/upgrade/v1beta1/upgrade.ts | 2 +- src/cosmos/vesting/v1beta1/tx.ts | 2 +- src/cosmos/vesting/v1beta1/vesting.ts | 2 +- src/cosmwasm/wasm/v1/ibc.ts | 2 +- src/google/protobuf/duration.ts | 2 +- src/google/protobuf/timestamp.ts | 2 +- src/helpers.ts | 2 +- src/ibc/applications/transfer/v1/tx.ts | 2 +- src/ibc/core/channel/v1/genesis.ts | 2 +- src/ibc/core/client/v1/genesis.ts | 2 +- src/ibc/core/connection/v1/connection.ts | 2 +- src/ibc/core/connection/v1/genesis.ts | 2 +- src/ibc/core/connection/v1/tx.ts | 2 +- .../solomachine/v1/solomachine.ts | 2 +- src/tendermint/crypto/proof.ts | 2 +- src/tendermint/types/validator.ts | 2 +- src/tendermint/version/types.ts | 2 +- 31 files changed, 81 insertions(+), 79 deletions(-) diff --git a/package-lock.json b/package-lock.json index 71749734..2182d04b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "protobufjs": "~6.11.2" }, "devDependencies": { - "@osmonauts/telescope": "^0.80.0", + "@osmonauts/telescope": "^0.81.5", "@types/long": "^4.0.1", "@types/node": "^15.6.2", "prettier": "^2.7.1", @@ -2142,39 +2142,40 @@ "dev": true }, "node_modules/@osmonauts/ast": { - "version": "0.68.0", - "resolved": "https://registry.npmjs.org/@osmonauts/ast/-/ast-0.68.0.tgz", - "integrity": "sha512-kLTfVNtPtdaIWjvRp6BvCXYYtnMBxEq1fzGa5i2Hsqs7yhuC7E8kAJqj+ozbgs5ut/ix56D8Q3mxSX+2CMTzuw==", + "version": "0.69.5", + "resolved": "https://registry.npmjs.org/@osmonauts/ast/-/ast-0.69.5.tgz", + "integrity": "sha512-/uH/Hv2j42is6FwyOarrTMckhxA52O4j0TNnYR4wzLZ+phZiZFVuHIEaAnNenv45LjXEt15ALK6HADBJpUWkRg==", "dev": true, "dependencies": { "@babel/parser": "^7.19.3", "@babel/runtime": "^7.19.0", "@babel/types": "7.19.3", - "@osmonauts/proto-parser": "^0.34.0", - "@osmonauts/types": "^0.26.0", - "@osmonauts/utils": "^0.8.0", + "@osmonauts/proto-parser": "^0.35.2", + "@osmonauts/types": "^0.27.2", + "@osmonauts/utils": "^0.9.1", "case": "1.6.3", "dotty": "0.1.2" } }, "node_modules/@osmonauts/proto-parser": { - "version": "0.34.0", - "resolved": "https://registry.npmjs.org/@osmonauts/proto-parser/-/proto-parser-0.34.0.tgz", - "integrity": "sha512-aUfrZO4aBm6me+jxHZcZdhrvlMQuJOhyDC96N0/mfHnUR2wY5iARZBMHMYwap8Dp6JZy2wwqQI8lKqAg2Mm9YQ==", + "version": "0.35.2", + "resolved": "https://registry.npmjs.org/@osmonauts/proto-parser/-/proto-parser-0.35.2.tgz", + "integrity": "sha512-4/nhwpywPjHmNpNdqlQHZEp+OCDMzsdTgH7e7t81bqHi5/GAyWYpVn0IqEUfnaQyTeBHAuQAQtX2ZOipAmIBaQ==", "dev": true, "dependencies": { "@babel/runtime": "^7.19.0", - "@osmonauts/types": "^0.26.0", + "@osmonauts/types": "^0.27.2", "@pyramation/protobufjs": "6.11.5", "dotty": "0.1.2", "glob": "8.0.3", + "minimatch": "5.1.0", "mkdirp": "1.0.4" } }, "node_modules/@osmonauts/telescope": { - "version": "0.80.0", - "resolved": "https://registry.npmjs.org/@osmonauts/telescope/-/telescope-0.80.0.tgz", - "integrity": "sha512-HTNRVRomkX3+t0lQANyg2Sp21aCtoJjIUhrvNp2hdil6ZLvwPeI41Tt2ubnstBWLlEP7UzLBDzbZAfR7I3qqFg==", + "version": "0.81.5", + "resolved": "https://registry.npmjs.org/@osmonauts/telescope/-/telescope-0.81.5.tgz", + "integrity": "sha512-QELNNW/hLSEvZw+gS9rRi3yl9r6PX2sjpPtutuFqaSps/l6OqYUhl+dd9+mfO/GLSjqnFYaum4aEX1K0QZFO0Q==", "dev": true, "dependencies": { "@babel/core": "7.19.3", @@ -2190,10 +2191,10 @@ "@babel/traverse": "7.19.3", "@babel/types": "7.19.3", "@cosmwasm/ts-codegen": "0.21.1", - "@osmonauts/ast": "^0.68.0", - "@osmonauts/proto-parser": "^0.34.0", - "@osmonauts/types": "^0.26.0", - "@osmonauts/utils": "^0.8.0", + "@osmonauts/ast": "^0.69.5", + "@osmonauts/proto-parser": "^0.35.2", + "@osmonauts/types": "^0.27.2", + "@osmonauts/utils": "^0.9.1", "@types/parse-package-name": "0.1.0", "case": "1.6.3", "dargs": "7.0.0", @@ -2343,20 +2344,20 @@ "dev": true }, "node_modules/@osmonauts/types": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/@osmonauts/types/-/types-0.26.0.tgz", - "integrity": "sha512-mofknWnWhN2qaqCELRdWHbqU4sNNOSimag7FrGPtYMhJkRvU74/+zOu97F6oUlMv9B8jGwTVdmsqEyAvWQr7Lw==", + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@osmonauts/types/-/types-0.27.2.tgz", + "integrity": "sha512-f/wZzm0Nh1HwG0bOkF+Auo4s4923YhW96S58XVb/GEBUALz57W+EpBt+LIb2qd7bH5fNjvrR9YaR1Zt6qbP0dg==", "dev": true, "dependencies": { "@babel/runtime": "^7.19.0", - "@osmonauts/utils": "^0.8.0", + "@osmonauts/utils": "^0.9.1", "case": "1.6.3" } }, "node_modules/@osmonauts/utils": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@osmonauts/utils/-/utils-0.8.0.tgz", - "integrity": "sha512-EO6dSqr9pvczYzuVL/wEvdu4xub1tV4wttJcrgT8lrgq08PK6e7frX816OlBFUv7qQk8eEYPnIVpsN12ZxFwwQ==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/@osmonauts/utils/-/utils-0.9.1.tgz", + "integrity": "sha512-ZcUe+op5SqRaY+26yqopk3EAjzVT6aWU5VReBR5gxm6nSgp3AIOJ7edim0RRB+f/kknq60PatRpU/pxg+N2F1g==", "dev": true, "dependencies": { "@babel/runtime": "^7.19.0" @@ -6494,39 +6495,40 @@ "dev": true }, "@osmonauts/ast": { - "version": "0.68.0", - "resolved": "https://registry.npmjs.org/@osmonauts/ast/-/ast-0.68.0.tgz", - "integrity": "sha512-kLTfVNtPtdaIWjvRp6BvCXYYtnMBxEq1fzGa5i2Hsqs7yhuC7E8kAJqj+ozbgs5ut/ix56D8Q3mxSX+2CMTzuw==", + "version": "0.69.5", + "resolved": "https://registry.npmjs.org/@osmonauts/ast/-/ast-0.69.5.tgz", + "integrity": "sha512-/uH/Hv2j42is6FwyOarrTMckhxA52O4j0TNnYR4wzLZ+phZiZFVuHIEaAnNenv45LjXEt15ALK6HADBJpUWkRg==", "dev": true, "requires": { "@babel/parser": "^7.19.3", "@babel/runtime": "^7.19.0", "@babel/types": "7.19.3", - "@osmonauts/proto-parser": "^0.34.0", - "@osmonauts/types": "^0.26.0", - "@osmonauts/utils": "^0.8.0", + "@osmonauts/proto-parser": "^0.35.2", + "@osmonauts/types": "^0.27.2", + "@osmonauts/utils": "^0.9.1", "case": "1.6.3", "dotty": "0.1.2" } }, "@osmonauts/proto-parser": { - "version": "0.34.0", - "resolved": "https://registry.npmjs.org/@osmonauts/proto-parser/-/proto-parser-0.34.0.tgz", - "integrity": "sha512-aUfrZO4aBm6me+jxHZcZdhrvlMQuJOhyDC96N0/mfHnUR2wY5iARZBMHMYwap8Dp6JZy2wwqQI8lKqAg2Mm9YQ==", + "version": "0.35.2", + "resolved": "https://registry.npmjs.org/@osmonauts/proto-parser/-/proto-parser-0.35.2.tgz", + "integrity": "sha512-4/nhwpywPjHmNpNdqlQHZEp+OCDMzsdTgH7e7t81bqHi5/GAyWYpVn0IqEUfnaQyTeBHAuQAQtX2ZOipAmIBaQ==", "dev": true, "requires": { "@babel/runtime": "^7.19.0", - "@osmonauts/types": "^0.26.0", + "@osmonauts/types": "^0.27.2", "@pyramation/protobufjs": "6.11.5", "dotty": "0.1.2", "glob": "8.0.3", + "minimatch": "5.1.0", "mkdirp": "1.0.4" } }, "@osmonauts/telescope": { - "version": "0.80.0", - "resolved": "https://registry.npmjs.org/@osmonauts/telescope/-/telescope-0.80.0.tgz", - "integrity": "sha512-HTNRVRomkX3+t0lQANyg2Sp21aCtoJjIUhrvNp2hdil6ZLvwPeI41Tt2ubnstBWLlEP7UzLBDzbZAfR7I3qqFg==", + "version": "0.81.5", + "resolved": "https://registry.npmjs.org/@osmonauts/telescope/-/telescope-0.81.5.tgz", + "integrity": "sha512-QELNNW/hLSEvZw+gS9rRi3yl9r6PX2sjpPtutuFqaSps/l6OqYUhl+dd9+mfO/GLSjqnFYaum4aEX1K0QZFO0Q==", "dev": true, "requires": { "@babel/core": "7.19.3", @@ -6542,10 +6544,10 @@ "@babel/traverse": "7.19.3", "@babel/types": "7.19.3", "@cosmwasm/ts-codegen": "0.21.1", - "@osmonauts/ast": "^0.68.0", - "@osmonauts/proto-parser": "^0.34.0", - "@osmonauts/types": "^0.26.0", - "@osmonauts/utils": "^0.8.0", + "@osmonauts/ast": "^0.69.5", + "@osmonauts/proto-parser": "^0.35.2", + "@osmonauts/types": "^0.27.2", + "@osmonauts/utils": "^0.9.1", "@types/parse-package-name": "0.1.0", "case": "1.6.3", "dargs": "7.0.0", @@ -6679,20 +6681,20 @@ } }, "@osmonauts/types": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/@osmonauts/types/-/types-0.26.0.tgz", - "integrity": "sha512-mofknWnWhN2qaqCELRdWHbqU4sNNOSimag7FrGPtYMhJkRvU74/+zOu97F6oUlMv9B8jGwTVdmsqEyAvWQr7Lw==", + "version": "0.27.2", + "resolved": "https://registry.npmjs.org/@osmonauts/types/-/types-0.27.2.tgz", + "integrity": "sha512-f/wZzm0Nh1HwG0bOkF+Auo4s4923YhW96S58XVb/GEBUALz57W+EpBt+LIb2qd7bH5fNjvrR9YaR1Zt6qbP0dg==", "dev": true, "requires": { "@babel/runtime": "^7.19.0", - "@osmonauts/utils": "^0.8.0", + "@osmonauts/utils": "^0.9.1", "case": "1.6.3" } }, "@osmonauts/utils": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@osmonauts/utils/-/utils-0.8.0.tgz", - "integrity": "sha512-EO6dSqr9pvczYzuVL/wEvdu4xub1tV4wttJcrgT8lrgq08PK6e7frX816OlBFUv7qQk8eEYPnIVpsN12ZxFwwQ==", + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/@osmonauts/utils/-/utils-0.9.1.tgz", + "integrity": "sha512-ZcUe+op5SqRaY+26yqopk3EAjzVT6aWU5VReBR5gxm6nSgp3AIOJ7edim0RRB+f/kknq60PatRpU/pxg+N2F1g==", "dev": true, "requires": { "@babel/runtime": "^7.19.0" diff --git a/package.json b/package.json index e4683152..79c4c99a 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "protobufjs": "~6.11.2" }, "devDependencies": { - "@osmonauts/telescope": "^0.80.0", + "@osmonauts/telescope": "^0.81.5", "@types/long": "^4.0.1", "@types/node": "^15.6.2", "prettier": "^2.7.1", diff --git a/src/cosmos/auth/v1beta1/auth.ts b/src/cosmos/auth/v1beta1/auth.ts index 4a518c1b..33bb984d 100644 --- a/src/cosmos/auth/v1beta1/auth.ts +++ b/src/cosmos/auth/v1beta1/auth.ts @@ -1,7 +1,7 @@ /* eslint-disable */ import { Any } from "../../../google/protobuf/any"; -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "cosmos.auth.v1beta1"; /** * BaseAccount defines a base account type. It contains all the necessary fields diff --git a/src/cosmos/base/abci/v1beta1/abci.ts b/src/cosmos/base/abci/v1beta1/abci.ts index f3c8223f..d9619ef5 100644 --- a/src/cosmos/base/abci/v1beta1/abci.ts +++ b/src/cosmos/base/abci/v1beta1/abci.ts @@ -1,8 +1,8 @@ /* eslint-disable */ import { Any } from "../../../../google/protobuf/any"; import { Event } from "../../../../tendermint/abci/types"; -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "cosmos.base.abci.v1beta1"; /** * TxResponse defines a structure containing relevant tx data and metadata. The diff --git a/src/cosmos/base/query/v1beta1/pagination.ts b/src/cosmos/base/query/v1beta1/pagination.ts index 980c93f1..97b259f4 100644 --- a/src/cosmos/base/query/v1beta1/pagination.ts +++ b/src/cosmos/base/query/v1beta1/pagination.ts @@ -1,6 +1,6 @@ /* eslint-disable */ -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "cosmos.base.query.v1beta1"; /** * PageRequest is to be embedded in gRPC request messages for efficient diff --git a/src/cosmos/base/snapshots/v1beta1/snapshot.ts b/src/cosmos/base/snapshots/v1beta1/snapshot.ts index 50b30d6c..7c590347 100644 --- a/src/cosmos/base/snapshots/v1beta1/snapshot.ts +++ b/src/cosmos/base/snapshots/v1beta1/snapshot.ts @@ -1,6 +1,6 @@ /* eslint-disable */ -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "cosmos.base.snapshots.v1beta1"; /** Snapshot contains Tendermint state sync snapshot info. */ diff --git a/src/cosmos/base/store/v1beta1/commit_info.ts b/src/cosmos/base/store/v1beta1/commit_info.ts index d2102749..1040c58c 100644 --- a/src/cosmos/base/store/v1beta1/commit_info.ts +++ b/src/cosmos/base/store/v1beta1/commit_info.ts @@ -1,6 +1,6 @@ /* eslint-disable */ -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "cosmos.base.store.v1beta1"; /** * CommitInfo defines commit information used by the multi-store when committing diff --git a/src/cosmos/base/tendermint/v1beta1/query.ts b/src/cosmos/base/tendermint/v1beta1/query.ts index 236e5a1c..4a828e71 100644 --- a/src/cosmos/base/tendermint/v1beta1/query.ts +++ b/src/cosmos/base/tendermint/v1beta1/query.ts @@ -4,8 +4,8 @@ import { Any } from "../../../../google/protobuf/any"; import { BlockID } from "../../../../tendermint/types/types"; import { Block } from "../../../../tendermint/types/block"; import { DefaultNodeInfo } from "../../../../tendermint/p2p/types"; -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact, Rpc } from "../../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "cosmos.base.tendermint.v1beta1"; /** GetValidatorSetByHeightRequest is the request type for the Query/GetValidatorSetByHeight RPC method. */ diff --git a/src/cosmos/capability/v1beta1/capability.ts b/src/cosmos/capability/v1beta1/capability.ts index 34750232..8a160086 100644 --- a/src/cosmos/capability/v1beta1/capability.ts +++ b/src/cosmos/capability/v1beta1/capability.ts @@ -1,6 +1,6 @@ /* eslint-disable */ -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "cosmos.capability.v1beta1"; /** * Capability defines an implementation of an object capability. The index diff --git a/src/cosmos/capability/v1beta1/genesis.ts b/src/cosmos/capability/v1beta1/genesis.ts index 38a291bd..2e0e66c4 100644 --- a/src/cosmos/capability/v1beta1/genesis.ts +++ b/src/cosmos/capability/v1beta1/genesis.ts @@ -1,7 +1,7 @@ /* eslint-disable */ import { CapabilityOwners } from "./capability"; -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "cosmos.capability.v1beta1"; /** GenesisOwners defines the capability owners with their corresponding index. */ diff --git a/src/cosmos/evidence/v1beta1/evidence.ts b/src/cosmos/evidence/v1beta1/evidence.ts index 83d7fc2a..bcdcef6a 100644 --- a/src/cosmos/evidence/v1beta1/evidence.ts +++ b/src/cosmos/evidence/v1beta1/evidence.ts @@ -1,7 +1,7 @@ /* eslint-disable */ import { Timestamp } from "../../../google/protobuf/timestamp"; -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "cosmos.evidence.v1beta1"; /** * Equivocation implements the Evidence interface and defines evidence of double diff --git a/src/cosmos/gov/v1beta1/genesis.ts b/src/cosmos/gov/v1beta1/genesis.ts index cb9874ea..09f99397 100644 --- a/src/cosmos/gov/v1beta1/genesis.ts +++ b/src/cosmos/gov/v1beta1/genesis.ts @@ -1,7 +1,7 @@ /* eslint-disable */ import { Deposit, Vote, Proposal, DepositParams, VotingParams, TallyParams } from "./gov"; -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "cosmos.gov.v1beta1"; /** GenesisState defines the gov module's genesis state. */ diff --git a/src/cosmos/gov/v1beta1/query.ts b/src/cosmos/gov/v1beta1/query.ts index bdd91a32..119be65f 100644 --- a/src/cosmos/gov/v1beta1/query.ts +++ b/src/cosmos/gov/v1beta1/query.ts @@ -10,8 +10,8 @@ import { TallyResult, } from "./gov"; import { PageRequest, PageResponse } from "../../base/query/v1beta1/pagination"; -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact, Rpc } from "../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "cosmos.gov.v1beta1"; /** QueryProposalRequest is the request type for the Query/Proposal RPC method. */ diff --git a/src/cosmos/slashing/v1beta1/slashing.ts b/src/cosmos/slashing/v1beta1/slashing.ts index 6f10dd1c..f8e30bf0 100644 --- a/src/cosmos/slashing/v1beta1/slashing.ts +++ b/src/cosmos/slashing/v1beta1/slashing.ts @@ -1,8 +1,8 @@ /* eslint-disable */ import { Timestamp } from "../../../google/protobuf/timestamp"; import { Duration } from "../../../google/protobuf/duration"; -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "cosmos.slashing.v1beta1"; /** * ValidatorSigningInfo defines a validator's signing info for monitoring their diff --git a/src/cosmos/upgrade/v1beta1/upgrade.ts b/src/cosmos/upgrade/v1beta1/upgrade.ts index da4b79be..fcbd100c 100644 --- a/src/cosmos/upgrade/v1beta1/upgrade.ts +++ b/src/cosmos/upgrade/v1beta1/upgrade.ts @@ -1,8 +1,8 @@ /* eslint-disable */ import { Timestamp } from "../../../google/protobuf/timestamp"; import { Any } from "../../../google/protobuf/any"; -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "cosmos.upgrade.v1beta1"; /** Plan specifies information about a planned upgrade and when it should occur. */ diff --git a/src/cosmos/vesting/v1beta1/tx.ts b/src/cosmos/vesting/v1beta1/tx.ts index 1c52e56b..ba123ac7 100644 --- a/src/cosmos/vesting/v1beta1/tx.ts +++ b/src/cosmos/vesting/v1beta1/tx.ts @@ -1,7 +1,7 @@ /* eslint-disable */ import { Coin } from "../../base/v1beta1/coin"; -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact, Rpc } from "../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "cosmos.vesting.v1beta1"; /** * MsgCreateVestingAccount defines a message that enables creating a vesting diff --git a/src/cosmos/vesting/v1beta1/vesting.ts b/src/cosmos/vesting/v1beta1/vesting.ts index b96a1744..14f14588 100644 --- a/src/cosmos/vesting/v1beta1/vesting.ts +++ b/src/cosmos/vesting/v1beta1/vesting.ts @@ -1,8 +1,8 @@ /* eslint-disable */ import { BaseAccount } from "../../auth/v1beta1/auth"; import { Coin } from "../../base/v1beta1/coin"; -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "cosmos.vesting.v1beta1"; /** * BaseVestingAccount implements the VestingAccount interface. It contains all diff --git a/src/cosmwasm/wasm/v1/ibc.ts b/src/cosmwasm/wasm/v1/ibc.ts index 347e8d03..663c45f6 100644 --- a/src/cosmwasm/wasm/v1/ibc.ts +++ b/src/cosmwasm/wasm/v1/ibc.ts @@ -1,6 +1,6 @@ /* eslint-disable */ -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "cosmwasm.wasm.v1"; /** MsgIBCSend */ diff --git a/src/google/protobuf/duration.ts b/src/google/protobuf/duration.ts index 7ab9c22f..205969e7 100644 --- a/src/google/protobuf/duration.ts +++ b/src/google/protobuf/duration.ts @@ -1,6 +1,6 @@ /* eslint-disable */ -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "google.protobuf"; /** * A Duration represents a signed, fixed-length span of time represented diff --git a/src/google/protobuf/timestamp.ts b/src/google/protobuf/timestamp.ts index bee6b4a6..05afa8b6 100644 --- a/src/google/protobuf/timestamp.ts +++ b/src/google/protobuf/timestamp.ts @@ -1,6 +1,6 @@ /* eslint-disable */ -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "google.protobuf"; /** * A Timestamp represents a point in time independent of any time zone or local diff --git a/src/helpers.ts b/src/helpers.ts index 46b8c52e..56c7fcb2 100644 --- a/src/helpers.ts +++ b/src/helpers.ts @@ -1,6 +1,6 @@ /* eslint-disable */ /** - * This file and any referenced files were automatically generated by @osmonauts/telescope@0.80.0 + * This file and any referenced files were automatically generated by @osmonauts/telescope@0.81.5 * DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain * and run the transpile command or yarn proto command to regenerate this bundle. */ diff --git a/src/ibc/applications/transfer/v1/tx.ts b/src/ibc/applications/transfer/v1/tx.ts index 05779f99..168652f6 100644 --- a/src/ibc/applications/transfer/v1/tx.ts +++ b/src/ibc/applications/transfer/v1/tx.ts @@ -1,8 +1,8 @@ /* eslint-disable */ import { Coin } from "../../../../cosmos/base/v1beta1/coin"; import { Height } from "../../../core/client/v1/client"; -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact, Rpc } from "../../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "ibc.applications.transfer.v1"; /** * MsgTransfer defines a msg to transfer fungible tokens (i.e Coins) between diff --git a/src/ibc/core/channel/v1/genesis.ts b/src/ibc/core/channel/v1/genesis.ts index da51f0c5..3ea6c51f 100644 --- a/src/ibc/core/channel/v1/genesis.ts +++ b/src/ibc/core/channel/v1/genesis.ts @@ -1,7 +1,7 @@ /* eslint-disable */ import { IdentifiedChannel, PacketState } from "./channel"; -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "ibc.core.channel.v1"; /** GenesisState defines the ibc channel submodule's genesis state. */ diff --git a/src/ibc/core/client/v1/genesis.ts b/src/ibc/core/client/v1/genesis.ts index 3159d0ce..b4660dd8 100644 --- a/src/ibc/core/client/v1/genesis.ts +++ b/src/ibc/core/client/v1/genesis.ts @@ -1,7 +1,7 @@ /* eslint-disable */ import { IdentifiedClientState, ClientConsensusStates, Params } from "./client"; -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "ibc.core.client.v1"; /** GenesisState defines the ibc client submodule's genesis state. */ diff --git a/src/ibc/core/connection/v1/connection.ts b/src/ibc/core/connection/v1/connection.ts index 461e00bf..88b39225 100644 --- a/src/ibc/core/connection/v1/connection.ts +++ b/src/ibc/core/connection/v1/connection.ts @@ -1,7 +1,7 @@ /* eslint-disable */ import { MerklePrefix } from "../../commitment/v1/commitment"; -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "ibc.core.connection.v1"; /** * State defines if a connection is in one of the following states: diff --git a/src/ibc/core/connection/v1/genesis.ts b/src/ibc/core/connection/v1/genesis.ts index 88cdddbb..08a602e9 100644 --- a/src/ibc/core/connection/v1/genesis.ts +++ b/src/ibc/core/connection/v1/genesis.ts @@ -1,7 +1,7 @@ /* eslint-disable */ import { IdentifiedConnection, ConnectionPaths, Params } from "./connection"; -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "ibc.core.connection.v1"; /** GenesisState defines the ibc connection submodule's genesis state. */ diff --git a/src/ibc/core/connection/v1/tx.ts b/src/ibc/core/connection/v1/tx.ts index 272fdac9..35c45e13 100644 --- a/src/ibc/core/connection/v1/tx.ts +++ b/src/ibc/core/connection/v1/tx.ts @@ -2,8 +2,8 @@ import { Counterparty, Version } from "./connection"; import { Any } from "../../../../google/protobuf/any"; import { Height } from "../../client/v1/client"; -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact, Rpc } from "../../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "ibc.core.connection.v1"; /** * MsgConnectionOpenInit defines the msg sent by an account on Chain A to diff --git a/src/ibc/lightclients/solomachine/v1/solomachine.ts b/src/ibc/lightclients/solomachine/v1/solomachine.ts index 182a8a91..7c7a95db 100644 --- a/src/ibc/lightclients/solomachine/v1/solomachine.ts +++ b/src/ibc/lightclients/solomachine/v1/solomachine.ts @@ -2,8 +2,8 @@ import { Any } from "../../../../google/protobuf/any"; import { ConnectionEnd } from "../../../core/connection/v1/connection"; import { Channel } from "../../../core/channel/v1/channel"; -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "ibc.lightclients.solomachine.v1"; /** * DataType defines the type of solo machine proof being created. This is done diff --git a/src/tendermint/crypto/proof.ts b/src/tendermint/crypto/proof.ts index ab4c9ee3..02d997ca 100644 --- a/src/tendermint/crypto/proof.ts +++ b/src/tendermint/crypto/proof.ts @@ -1,6 +1,6 @@ /* eslint-disable */ -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "tendermint.crypto"; export interface Proof { total: Long; diff --git a/src/tendermint/types/validator.ts b/src/tendermint/types/validator.ts index 56102451..e8ee4265 100644 --- a/src/tendermint/types/validator.ts +++ b/src/tendermint/types/validator.ts @@ -1,7 +1,7 @@ /* eslint-disable */ import { PublicKey } from "../crypto/keys"; -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "tendermint.types"; export interface ValidatorSet { validators: Validator[]; diff --git a/src/tendermint/version/types.ts b/src/tendermint/version/types.ts index a5683159..344e71a9 100644 --- a/src/tendermint/version/types.ts +++ b/src/tendermint/version/types.ts @@ -1,6 +1,6 @@ /* eslint-disable */ -import * as _m0 from "protobufjs/minimal"; import { Long, DeepPartial, Exact } from "../../helpers"; +import * as _m0 from "protobufjs/minimal"; export const protobufPackage = "tendermint.version"; /** * App includes the protocol and software version for the application.