Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade telescope to 0.81.5 and re-generate types #54

Merged
merged 1 commit into from Dec 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
100 changes: 51 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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. */

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion src/cosmos/base/tendermint/v1beta1/query.ts
Expand Up @@ -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. */

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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. */

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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. */

Expand Down
2 changes: 1 addition & 1 deletion src/cosmos/gov/v1beta1/query.ts
Expand Up @@ -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. */

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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. */

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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 */

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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.
*/
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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. */

Expand Down