Replace internal usages of @iov/encoding with @cosmjs/{encoding,math}

This commit is contained in:
Simon Warta
2020-06-09 17:54:17 +02:00
parent 3cfad7a541
commit 88faba8bed
65 changed files with 87 additions and 82 deletions
+5 -20
View File
@@ -75,6 +75,11 @@ export function main(originalArgs: readonly string[]): void {
"Slip10RawIndex",
],
],
[
"@cosmjs/encoding",
["fromAscii", "fromBase64", "fromHex", "fromUtf8", "toAscii", "toBase64", "toHex", "toUtf8", "Bech32"],
],
["@cosmjs/math", ["Decimal", "Int53", "Uint32", "Uint53", "Uint64"]],
[
"@cosmjs/sdk38",
[
@@ -98,26 +103,6 @@ export function main(originalArgs: readonly string[]): void {
"StdTx",
],
],
[
"@iov/encoding",
[
"fromAscii",
"fromBase64",
"fromHex",
"fromUtf8",
"toAscii",
"toBase64",
"toHex",
"toUtf8",
"Bech32",
"Decimal",
// integers
"Int53",
"Uint32",
"Uint53",
"Uint64",
],
],
["@cosmjs/utils", ["assert", "sleep"]],
]);