Skip to content

Commit

Permalink
Use telescope powered cosmjs-types
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Nov 24, 2022
1 parent 74346b2 commit d87bd1b
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 25 deletions.
16 changes: 8 additions & 8 deletions .pnp.cjs

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

3 changes: 0 additions & 3 deletions .yarn/cache/cosmjs-types-npm-0.5.2-cf7bc203f4-0362cb2136.zip

This file was deleted.

Git LFS file not shown
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"axios": "^0.21.2",
"babylon": "^6.18.0",
"chalk": "^4",
"cosmjs-types": "^0.5.2",
"cosmjs-types": "^0.6.0-alpha.3",
"diff": "^4",
"recast": "^0.20",
"ts-node": "^8",
Expand Down
2 changes: 1 addition & 1 deletion packages/cosmwasm-stargate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@cosmjs/stargate": "workspace:^",
"@cosmjs/tendermint-rpc": "workspace:^",
"@cosmjs/utils": "workspace:^",
"cosmjs-types": "^0.5.2",
"cosmjs-types": "^0.6.0-alpha.3",
"long": "^4.0.0",
"pako": "^2.0.2"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/cosmwasm-stargate/src/signingcosmwasmclient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ import {
MsgSendEncodeObject,
} from "@cosmjs/stargate";
import { assert, sleep } from "@cosmjs/utils";
import { DeepPartial, MsgSend } from "cosmjs-types/cosmos/bank/v1beta1/tx";
import { MsgSend } from "cosmjs-types/cosmos/bank/v1beta1/tx";
import { Coin } from "cosmjs-types/cosmos/base/v1beta1/coin";
import { MsgDelegate } from "cosmjs-types/cosmos/staking/v1beta1/tx";
import { AuthInfo, TxBody, TxRaw } from "cosmjs-types/cosmos/tx/v1beta1/tx";
import { MsgExecuteContract, MsgStoreCode } from "cosmjs-types/cosmwasm/wasm/v1/tx";
import { DeepPartial } from "cosmjs-types";
import Long from "long";
import pako from "pako";
import protobuf from "protobufjs/minimal";
Expand Down
2 changes: 1 addition & 1 deletion packages/proto-signing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@cosmjs/encoding": "workspace:^",
"@cosmjs/math": "workspace:^",
"@cosmjs/utils": "workspace:^",
"cosmjs-types": "^0.5.2",
"cosmjs-types": "^0.6.0-alpha.3",
"long": "^4.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stargate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@cosmjs/stream": "workspace:^",
"@cosmjs/tendermint-rpc": "workspace:^",
"@cosmjs/utils": "workspace:^",
"cosmjs-types": "^0.5.2",
"cosmjs-types": "^0.6.0-alpha.3",
"long": "^4.0.0",
"protobufjs": "~6.11.3",
"xstream": "^11.14.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/stargate/src/signingstargateclient.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ import { MsgSend } from "cosmjs-types/cosmos/bank/v1beta1/tx";
import { Coin } from "cosmjs-types/cosmos/base/v1beta1/coin";
import { BasicAllowance } from "cosmjs-types/cosmos/feegrant/v1beta1/feegrant";
import { MsgGrantAllowance } from "cosmjs-types/cosmos/feegrant/v1beta1/tx";
import { DeepPartial, MsgDelegate } from "cosmjs-types/cosmos/staking/v1beta1/tx";
import { MsgDelegate } from "cosmjs-types/cosmos/staking/v1beta1/tx";
import { AuthInfo, TxBody, TxRaw } from "cosmjs-types/cosmos/tx/v1beta1/tx";
import { Any } from "cosmjs-types/google/protobuf/any";
import { DeepPartial } from "cosmjs-types";
import Long from "long";
import protobuf from "protobufjs/minimal";

Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ __metadata:
axios: ^0.21.2
babylon: ^6.18.0
chalk: ^4
cosmjs-types: ^0.5.2
cosmjs-types: ^0.6.0-alpha.3
diff: ^4
eslint: ^7.5
eslint-config-prettier: ^8.3.0
Expand Down Expand Up @@ -408,7 +408,7 @@ __metadata:
"@types/pako": ^1.0.1
"@typescript-eslint/eslint-plugin": ^5.13.0
"@typescript-eslint/parser": ^5.13.0
cosmjs-types: ^0.5.2
cosmjs-types: ^0.6.0-alpha.3
eslint: ^7.5
eslint-config-prettier: ^8.3.0
eslint-import-resolver-node: ^0.3.4
Expand Down Expand Up @@ -767,7 +767,7 @@ __metadata:
"@types/node": ^15.0.1
"@typescript-eslint/eslint-plugin": ^5.13.0
"@typescript-eslint/parser": ^5.13.0
cosmjs-types: ^0.5.2
cosmjs-types: ^0.6.0-alpha.3
eslint: ^7.5
eslint-config-prettier: ^8.3.0
eslint-import-resolver-node: ^0.3.4
Expand Down Expand Up @@ -864,7 +864,7 @@ __metadata:
"@types/node": ^15.0.1
"@typescript-eslint/eslint-plugin": ^5.13.0
"@typescript-eslint/parser": ^5.13.0
cosmjs-types: ^0.5.2
cosmjs-types: ^0.6.0-alpha.3
eslint: ^7.5
eslint-config-prettier: ^8.3.0
eslint-import-resolver-node: ^0.3.4
Expand Down Expand Up @@ -2929,13 +2929,13 @@ __metadata:
languageName: unknown
linkType: soft

"cosmjs-types@npm:^0.5.2":
version: 0.5.2
resolution: "cosmjs-types@npm:0.5.2"
"cosmjs-types@npm:^0.6.0-alpha.3":
version: 0.6.0-alpha.3
resolution: "cosmjs-types@npm:0.6.0-alpha.3"
dependencies:
long: ^4.0.0
protobufjs: ~6.11.2
checksum: 0362cb2136a17c0f91f0727a55a1f49058bb56665136cf88e4502febf6da59fa2d4ce91ed75bc55907571b9f1cd99546d594002509781b69fe71fe972dbfe4c1
checksum: 4f5364c38aa3ee11ceb6069a9a85ece4a4f84abc82c3943d6b0f040c790b74759ed1540c8e02932b1c3abe7a7c2b6fed60b75fd92b49f5c8023eccf011232154
languageName: node
linkType: hard

Expand Down

0 comments on commit d87bd1b

Please sign in to comment.