forked from cosmology-tech/osmojs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
177e0e5
commit 1f948d1
Showing
12 changed files
with
127 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* This file and any referenced files were automatically generated by @osmonauts/[email protected] | ||
* This file and any referenced files were automatically generated by @cosmology/[email protected] | ||
* 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. | ||
*/ | ||
|
@@ -348,12 +348,12 @@ export class BinaryWriter { | |
(value = value >>> 0) < 128 | ||
? 1 | ||
: value < 16384 | ||
? 2 | ||
: value < 2097152 | ||
? 3 | ||
: value < 268435456 | ||
? 4 | ||
: 5, | ||
? 2 | ||
: value < 2097152 | ||
? 3 | ||
: value < 268435456 | ||
? 4 | ||
: 5, | ||
value | ||
)).len; | ||
return this; | ||
|
@@ -463,10 +463,10 @@ function pool( | |
function indexOutOfRange(reader: BinaryReader, writeLength?: number) { | ||
return RangeError( | ||
"index out of range: " + | ||
reader.pos + | ||
" + " + | ||
(writeLength || 1) + | ||
" > " + | ||
reader.len | ||
reader.pos + | ||
" + " + | ||
(writeLength || 1) + | ||
" > " + | ||
reader.len | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* This file and any referenced files were automatically generated by @osmonauts/[email protected] | ||
* This file and any referenced files were automatically generated by @cosmology/[email protected] | ||
* 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. | ||
*/ | ||
|
@@ -182,9 +182,9 @@ type KeysOfUnion<T> = T extends T ? keyof T : never; | |
export type Exact<P, I extends P> = P extends Builtin | ||
? P | ||
: P & { [K in keyof P]: Exact<P[K], I[K]> } & Record< | ||
Exclude<keyof I, KeysOfUnion<P>>, | ||
never | ||
>; | ||
Exclude<keyof I, KeysOfUnion<P>>, | ||
never | ||
>; | ||
|
||
export interface Rpc { | ||
request( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/** | ||
* This file and any referenced files were automatically generated by @osmonauts/[email protected] | ||
* This file and any referenced files were automatically generated by @cosmology/[email protected] | ||
* 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. | ||
*/ | ||
|
||
export * from "./cosmos/bundle"; | ||
export * from "./cosmos/client"; | ||
export * from "./amino/bundle"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* This file and any referenced files were automatically generated by @osmonauts/[email protected] | ||
* This file and any referenced files were automatically generated by @cosmology/[email protected] | ||
* 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. | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* This file and any referenced files were automatically generated by @osmonauts/[email protected] | ||
* This file and any referenced files were automatically generated by @cosmology/[email protected] | ||
* 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. | ||
*/ | ||
|
@@ -454,18 +454,18 @@ export function int64Length(lo: number, hi: number) { | |
? 1 | ||
: 2 | ||
: part0 < 2097152 | ||
? 3 | ||
: 4 | ||
? 3 | ||
: 4 | ||
: part1 < 16384 | ||
? part1 < 128 | ||
? 5 | ||
: 6 | ||
: part1 < 2097152 | ||
? 7 | ||
: 8 | ||
? part1 < 128 | ||
? 5 | ||
: 6 | ||
: part1 < 2097152 | ||
? 7 | ||
: 8 | ||
: part2 < 128 | ||
? 9 | ||
: 10; | ||
? 9 | ||
: 10; | ||
} | ||
|
||
export function writeFixed32( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2650,6 +2650,33 @@ | |
resolved "https://registry.npmjs.org/@cosmjs/utils/-/utils-0.29.3.tgz" | ||
integrity sha512-UuKoBN2xiRXcBpz7jzCwagKhOnLOsRmR8mu3IzY+Yx38i8rW52FSXMbxC/yE83X0vLea+zgMQFPwv0gy4QWUJw== | ||
|
||
"@cosmology/ast@^0.89.0": | ||
version "0.89.0" | ||
resolved "https://registry.npmjs.org/@cosmology/ast/-/ast-0.89.0.tgz#276a5adad65cfbaf12954575e8f00e5ec5dfdc56" | ||
integrity sha512-9n4HRue86afHWo8TERH/l3Ghj5hJsPXg7nwjQkXnrljKCb3RqfJXaaR9LM383f1lI5K/kYV5rcC2ljuuCTDe1g== | ||
dependencies: | ||
"@babel/parser" "^7.21.4" | ||
"@babel/runtime" "^7.21.0" | ||
"@babel/types" "7.21.4" | ||
"@cosmology/proto-parser" "^0.46.0" | ||
"@cosmology/types" "^0.37.0" | ||
"@cosmology/utils" "^0.12.0" | ||
case "1.6.3" | ||
dotty "0.1.2" | ||
|
||
"@cosmology/proto-parser@^0.46.0": | ||
version "0.46.0" | ||
resolved "https://registry.npmjs.org/@cosmology/proto-parser/-/proto-parser-0.46.0.tgz#4b7e9d9dd71cf28bdae71671e15f0148c1be087b" | ||
integrity sha512-MfuOQM9mZd+ZYjJjv/FTVCpj54/YH9GoVpu/WL+OYAE9HZhyCSLHOEu5T5QB2ST1QQwM4862+C+8Dtx/UrqgzA== | ||
dependencies: | ||
"@babel/runtime" "^7.21.0" | ||
"@cosmology/protobufjs" "6.11.6" | ||
"@cosmology/types" "^0.37.0" | ||
dotty "0.1.2" | ||
glob "8.0.3" | ||
minimatch "5.1.0" | ||
mkdirp "3.0.0" | ||
|
||
"@cosmology/[email protected]": | ||
version "6.11.6" | ||
resolved "https://registry.npmjs.org/@cosmology/protobufjs/-/protobufjs-6.11.6.tgz#6f7bd340ab4a27969b1f75b4bff21a74e03b971a" | ||
|
@@ -2669,10 +2696,64 @@ | |
"@types/node" ">=13.7.0" | ||
long "^4.0.0" | ||
|
||
"@cosmwasm/[email protected]": | ||
version "0.31.6" | ||
resolved "https://registry.npmjs.org/@cosmwasm/ts-codegen/-/ts-codegen-0.31.6.tgz#38c6b061d1d5e71a3b80136cc1368e586b2e0164" | ||
integrity sha512-aRHZNgilZ6Z8mg9kwYne700KpKyX25Nu2P1gr+TdsH0vB9oJkpH95N9apI/qEPCsBPN7+txu7kSJmv2pCnc4nQ== | ||
"@cosmology/[email protected]": | ||
version "0.102.0" | ||
resolved "https://registry.npmjs.org/@cosmology/telescope/-/telescope-0.102.0.tgz#df85956a7405b4bcf568c07e2e6d99b69f979baa" | ||
integrity sha512-V7gKbH0TK6/tom4hl+gR2I12WHafmGqUh7nKNSNDS9GoNNsp4jeoF1LjnQaj3LW6Wjs18kJxKnhrlzfwZMzAuQ== | ||
dependencies: | ||
"@babel/core" "7.21.4" | ||
"@babel/generator" "7.21.4" | ||
"@babel/parser" "^7.21.4" | ||
"@babel/plugin-proposal-class-properties" "7.18.6" | ||
"@babel/plugin-proposal-export-default-from" "7.18.10" | ||
"@babel/plugin-proposal-object-rest-spread" "7.20.7" | ||
"@babel/plugin-transform-runtime" "7.21.4" | ||
"@babel/preset-env" "7.21.4" | ||
"@babel/preset-typescript" "^7.21.4" | ||
"@babel/runtime" "^7.21.0" | ||
"@babel/traverse" "7.21.4" | ||
"@babel/types" "7.21.4" | ||
"@cosmology/ast" "^0.89.0" | ||
"@cosmology/proto-parser" "^0.46.0" | ||
"@cosmology/types" "^0.37.0" | ||
"@cosmology/utils" "^0.12.0" | ||
"@cosmwasm/ts-codegen" "0.34.0" | ||
"@types/parse-package-name" "0.1.0" | ||
case "1.6.3" | ||
dargs "7.0.0" | ||
deepmerge "4.3.1" | ||
dotty "0.1.2" | ||
fuzzy "0.1.3" | ||
glob "8.0.3" | ||
inquirerer "0.1.3" | ||
long "^5.2.1" | ||
minimatch "5.1.0" | ||
minimist "1.2.8" | ||
mkdirp "3.0.0" | ||
parse-package-name "1.0.0" | ||
rimraf "5.0.0" | ||
shelljs "0.8.5" | ||
|
||
"@cosmology/types@^0.37.0": | ||
version "0.37.0" | ||
resolved "https://registry.npmjs.org/@cosmology/types/-/types-0.37.0.tgz#5ba8db885c410a0aaef6bb2877018f3fc52969d3" | ||
integrity sha512-2BQ1anhBh9Cs026JqokV6gsURJ38WnOVofccOxzhwa4vLksr/Scxd0gdHmfyyFKtz4GUbtfVsTKzFilGVK//jA== | ||
dependencies: | ||
"@babel/runtime" "^7.21.0" | ||
"@cosmology/utils" "^0.12.0" | ||
case "1.6.3" | ||
|
||
"@cosmology/utils@^0.12.0": | ||
version "0.12.0" | ||
resolved "https://registry.npmjs.org/@cosmology/utils/-/utils-0.12.0.tgz#484ffac7a050284b03aa851ed407d8a057070c1a" | ||
integrity sha512-0B3/4PgIpu4ufbsu6k8lQitW4Pgyy4DCtka+w8DY9FjKucyWGhaLuDXND2d3ftMFsRo8qx1aBDmYS3Kz7ag2Cg== | ||
dependencies: | ||
"@babel/runtime" "^7.21.0" | ||
|
||
"@cosmwasm/[email protected]": | ||
version "0.34.0" | ||
resolved "https://registry.npmjs.org/@cosmwasm/ts-codegen/-/ts-codegen-0.34.0.tgz#659bb69fc5f74cbd623567f3090e69072f08b23c" | ||
integrity sha512-Mt/aYj0be9GnA51Arysqr9L8KQNWUJJHoJvtru7hkHmukPSewZDilwHCOJAaehk5gjsP7LFey2o2KEdfzkANhA== | ||
dependencies: | ||
"@babel/core" "7.18.10" | ||
"@babel/generator" "7.18.12" | ||
|
@@ -2700,7 +2781,7 @@ | |
parse-package-name "1.0.0" | ||
rimraf "3.0.2" | ||
shelljs "0.8.5" | ||
wasm-ast-types "^0.24.0" | ||
wasm-ast-types "^0.25.0" | ||
|
||
"@dabh/diagnostics@^2.0.2": | ||
version "2.0.3" | ||
|
@@ -3426,20 +3507,6 @@ | |
dependencies: | ||
"@octokit/openapi-types" "^18.0.0" | ||
|
||
"@osmonauts/ast@^0.86.11": | ||
version "0.86.11" | ||
resolved "https://registry.npmjs.org/@osmonauts/ast/-/ast-0.86.11.tgz#136f3d1a64f32004d81dfa600322e19affbf86a0" | ||
integrity sha512-ROpI6KN9DtHdI2VIaTDlMYlPp49pZo1US25xFerypJhV1nKCIX2GAdzlLJ5y2VkXa1Qhh5cBuTIA/LB4Fn5gQQ== | ||
dependencies: | ||
"@babel/parser" "^7.21.4" | ||
"@babel/runtime" "^7.21.0" | ||
"@babel/types" "7.21.4" | ||
"@osmonauts/proto-parser" "^0.45.1" | ||
"@osmonauts/types" "^0.36.1" | ||
"@osmonauts/utils" "^0.11.1" | ||
case "1.6.3" | ||
dotty "0.1.2" | ||
|
||
"@osmonauts/lcd@^0.11.1": | ||
version "0.11.1" | ||
resolved "https://registry.npmjs.org/@osmonauts/lcd/-/lcd-0.11.1.tgz#30e0d23960ec4a1d4513ecf881e3705de3306d54" | ||
|
@@ -3448,73 +3515,6 @@ | |
"@babel/runtime" "^7.21.0" | ||
axios "0.27.2" | ||
|
||
"@osmonauts/proto-parser@^0.45.1": | ||
version "0.45.1" | ||
resolved "https://registry.npmjs.org/@osmonauts/proto-parser/-/proto-parser-0.45.1.tgz#43f5cb40cea64a975a9b3796fa73254cf0f11693" | ||
integrity sha512-zRPx8f7PeZPL2uLfDRjIn+LWZtbGKUtO7RUUxFju08fSgnoegxfdYRzZKTz9z20OnyHomzYhpW8B4+3rxgpZ+g== | ||
dependencies: | ||
"@babel/runtime" "^7.21.0" | ||
"@cosmology/protobufjs" "6.11.6" | ||
"@osmonauts/types" "^0.36.1" | ||
dotty "0.1.2" | ||
glob "8.0.3" | ||
minimatch "5.1.0" | ||
mkdirp "3.0.0" | ||
|
||
"@osmonauts/[email protected]": | ||
version "0.99.12" | ||
resolved "https://registry.npmjs.org/@osmonauts/telescope/-/telescope-0.99.12.tgz#d41d649c1740dc95ac585ce5645089df8ee79b24" | ||
integrity sha512-gE9MR9FuVZE2hLlaBoxM38h8y9mcu1gnNcxr1nTu8z909jrX+MXPSCnG264Vwv3fJyOhox8L1cdCWy7gsttxVA== | ||
dependencies: | ||
"@babel/core" "7.21.4" | ||
"@babel/generator" "7.21.4" | ||
"@babel/parser" "^7.21.4" | ||
"@babel/plugin-proposal-class-properties" "7.18.6" | ||
"@babel/plugin-proposal-export-default-from" "7.18.10" | ||
"@babel/plugin-proposal-object-rest-spread" "7.20.7" | ||
"@babel/plugin-transform-runtime" "7.21.4" | ||
"@babel/preset-env" "7.21.4" | ||
"@babel/preset-typescript" "^7.21.4" | ||
"@babel/runtime" "^7.21.0" | ||
"@babel/traverse" "7.21.4" | ||
"@babel/types" "7.21.4" | ||
"@cosmwasm/ts-codegen" "0.31.6" | ||
"@osmonauts/ast" "^0.86.11" | ||
"@osmonauts/proto-parser" "^0.45.1" | ||
"@osmonauts/types" "^0.36.1" | ||
"@osmonauts/utils" "^0.11.1" | ||
"@types/parse-package-name" "0.1.0" | ||
case "1.6.3" | ||
dargs "7.0.0" | ||
deepmerge "4.3.1" | ||
dotty "0.1.2" | ||
fuzzy "0.1.3" | ||
glob "8.0.3" | ||
inquirerer "0.1.3" | ||
long "^5.2.1" | ||
minimatch "5.1.0" | ||
minimist "1.2.8" | ||
mkdirp "3.0.0" | ||
parse-package-name "1.0.0" | ||
rimraf "5.0.0" | ||
shelljs "0.8.5" | ||
|
||
"@osmonauts/types@^0.36.1": | ||
version "0.36.1" | ||
resolved "https://registry.npmjs.org/@osmonauts/types/-/types-0.36.1.tgz#d9485e74e06d679a5874d90ac685a268445d8b11" | ||
integrity sha512-rT08PJD600/EYwxtueEmBYOB+l48xpkunjeXDoariiuwPioGfn9C0HyW9M7x7qeVrn69lX+xU0OyLhyg2HsBcw== | ||
dependencies: | ||
"@babel/runtime" "^7.21.0" | ||
"@osmonauts/utils" "^0.11.1" | ||
case "1.6.3" | ||
|
||
"@osmonauts/utils@^0.11.1": | ||
version "0.11.1" | ||
resolved "https://registry.npmjs.org/@osmonauts/utils/-/utils-0.11.1.tgz#26f08c842770cc2d79271fd65ac8e576db72d114" | ||
integrity sha512-N2tVi+nnFy7vI+wEPLOryhKgbakBYkpo8TD37NcCs99+VliwXQGz+3L6BCtWGhDI32Ongu37PVks5tqRCgb+kQ== | ||
dependencies: | ||
"@babel/runtime" "^7.21.0" | ||
|
||
"@parcel/[email protected]": | ||
version "2.0.4" | ||
resolved "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.0.4.tgz#f300fef4cc38008ff4b8c29d92588eced3ce014b" | ||
|
@@ -10531,10 +10531,10 @@ walker@^1.0.8: | |
dependencies: | ||
makeerror "1.0.12" | ||
|
||
wasm-ast-types@^0.24.0: | ||
version "0.24.0" | ||
resolved "https://registry.npmjs.org/wasm-ast-types/-/wasm-ast-types-0.24.0.tgz#8a154e651a0707cf28ab82dbc084e600f6e5b9cf" | ||
integrity sha512-Ok3PdrfSa0EG8TDXtER40SBYZxhTOTPuytCoNl0BXha4okh8OeeqypTK+Oe8I1XgvLcskTyaC8gxKAQh9Z0yCA== | ||
wasm-ast-types@^0.25.0: | ||
version "0.25.0" | ||
resolved "https://registry.npmjs.org/wasm-ast-types/-/wasm-ast-types-0.25.0.tgz#9f4056803c99fae6899c1f226e46cf730d9fe2db" | ||
integrity sha512-ZTjXuBqRf3ntxXmskO1TyTTr8UbmAZGr72JGGctizzpdokMtuLsk5q8jHaFUv/qgQni1KuBxZnHIyaj1lnZegQ== | ||
dependencies: | ||
"@babel/runtime" "^7.18.9" | ||
"@babel/types" "7.18.10" | ||
|