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

Release 2.0.3 #947

Merged
merged 4 commits into from
Mar 8, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "umami",
"productName": "umami",
"version": "2.0.2",
"version": "2.0.3",
"author": "Trilitech <[email protected]>",
"description": "Tezos Wallet",
"homepage": "https://umamiwallet.com",
Expand Down Expand Up @@ -59,19 +59,19 @@
"@stylistic/eslint-plugin": "^1.6.3",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@tanstack/react-query": "^5.25.0",
"@taquito/ledger-signer": "^19.0.2",
"@taquito/michel-codec": "^19.0.2",
"@taquito/rpc": "^19.0.2",
"@taquito/signer": "^19.0.2",
"@taquito/taquito": "19.0.2",
"@taquito/utils": "^19.0.2",
"@taquito/ledger-signer": "^19.1.0",
"@taquito/michel-codec": "^19.1.0",
"@taquito/rpc": "^19.1.0",
"@taquito/signer": "^19.1.0",
"@taquito/taquito": "19.1.0",
"@taquito/utils": "^19.1.0",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@toruslabs/customauth": "^15.0.5",
"@types/assert": "^1.5.10",
"@types/circular-dependency-plugin": "^5",
"@types/circular-dependency-plugin": "^5.0.8",
"@types/jest": "29.5.12",
"@types/md5": "^2.3.5",
"@types/node": "20.11.25",
Expand Down Expand Up @@ -105,7 +105,7 @@
"date-fns": "^3.3.1",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"electron": "^29.1.0",
"electron": "^29.1.1",
"electron-builder": "^24.13.3",
"electronmon": "^2.0.2",
"eslint": "^8.57.0",
Expand Down
4 changes: 2 additions & 2 deletions src/multisig/decode/decodeLambda.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { MichelsonV1Expression } from "@taquito/rpc";
import { encodePubKey } from "@taquito/utils";
import { encodeAddress } from "@taquito/utils";

import {
batchHeadSchema,
Expand All @@ -22,7 +22,7 @@ const convertToPkh = (addressBytes: string): string => {
// and it's done either for memory saving purposes or just because 0s at the left can be skipped
addressBytes = "00" + addressBytes;
}
return encodePubKey(addressBytes);
return encodeAddress(addressBytes);
};

const parseTez = (michelson: MichelsonV1Expression[]): Operation => {
Expand Down
154 changes: 77 additions & 77 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5658,138 +5658,138 @@ __metadata:
languageName: node
linkType: hard

"@taquito/core@npm:^19.0.2":
version: 19.0.2
resolution: "@taquito/core@npm:19.0.2"
"@taquito/core@npm:^19.1.0":
version: 19.1.0
resolution: "@taquito/core@npm:19.1.0"
dependencies:
json-stringify-safe: "npm:^5.0.1"
checksum: 10/4f56aefa2d8896b046dcf913ba69016d03443dbfd0aee22983f568a6cb1870c0999f06b5934064e004c08ac70f8f34f2bb6085f272d42700d4ff2d28397c4ac1
checksum: 10/b2bb7e1ba055f8ff103d7bb15ae3d84402815d2065c048756fff47607f9a4be3e52d509e3a232a27f0cb6058741ddfaa1fe30e6db0c5357d23dd7cb6da20ec5a
languageName: node
linkType: hard

"@taquito/http-utils@npm:^19.0.2":
version: 19.0.2
resolution: "@taquito/http-utils@npm:19.0.2"
"@taquito/http-utils@npm:^19.1.0":
version: 19.1.0
resolution: "@taquito/http-utils@npm:19.1.0"
dependencies:
"@taquito/core": "npm:^19.0.2"
"@taquito/core": "npm:^19.1.0"
node-fetch: "npm:^2.7.0"
checksum: 10/672e3355293e79b3765a3523ef2eebdcf425e8521d48226fda7f183784082578a4c9d9a1c805673d547d4386c1028c754c534510f1a2779bdeecfb81a1e16062
checksum: 10/3a03a4b2548196892f77b506c74201f735f05290e4f88bda5c36bc3a65e507528b5fbc03b2ea46ef7e68b9b299a37ce46b1ddeca4bbd89622ee1b1a872e19c67
languageName: node
linkType: hard

"@taquito/ledger-signer@npm:^19.0.2":
version: 19.0.2
resolution: "@taquito/ledger-signer@npm:19.0.2"
"@taquito/ledger-signer@npm:^19.1.0":
version: 19.1.0
resolution: "@taquito/ledger-signer@npm:19.1.0"
dependencies:
"@ledgerhq/hw-transport": "npm:^6.28.8"
"@stablelib/blake2b": "npm:^1.0.1"
"@taquito/core": "npm:^19.0.2"
"@taquito/taquito": "npm:^19.0.2"
"@taquito/utils": "npm:^19.0.2"
"@taquito/core": "npm:^19.1.0"
"@taquito/taquito": "npm:^19.1.0"
"@taquito/utils": "npm:^19.1.0"
buffer: "npm:^6.0.3"
checksum: 10/5f94a4d4a654410bfca7737c06ba448ae22331ec39c4f49d21489a2393a39fa769c87e9250ad5232feb90526d71075fbfcb2f270ef9b4cd592ef04a7816eb613
checksum: 10/d742a70e3ed13a6c920e645574c0e1ce59da5024ed4a887fed212a50eb9e28ae5fe46412ba90a8e57e83eae5ff2568cd1410ce00e0696e199f40c420b822e968
languageName: node
linkType: hard

"@taquito/local-forging@npm:^19.0.2":
version: 19.0.2
resolution: "@taquito/local-forging@npm:19.0.2"
"@taquito/local-forging@npm:^19.1.0":
version: 19.1.0
resolution: "@taquito/local-forging@npm:19.1.0"
dependencies:
"@taquito/core": "npm:^19.0.2"
"@taquito/utils": "npm:^19.0.2"
"@taquito/core": "npm:^19.1.0"
"@taquito/utils": "npm:^19.1.0"
bignumber.js: "npm:^9.1.2"
checksum: 10/39befb98fca5ca737e14168c3bc22456a7fd821f7803d46ba9d074d7a15767601bc05201c189a47530fe7a4451690646fc36e5cd9a52d5cb80c1b3744197a670
checksum: 10/aa11d448a5faff5a52836cdaab399f28aa9beda1e3602cb8eb03a22dd25c8f05e448bee4e913822bb130e9930aa992fa9a5ac43245490d298b0e2f2d46ecdb17
languageName: node
linkType: hard

"@taquito/michel-codec@npm:^19.0.2":
version: 19.0.2
resolution: "@taquito/michel-codec@npm:19.0.2"
"@taquito/michel-codec@npm:^19.1.0":
version: 19.1.0
resolution: "@taquito/michel-codec@npm:19.1.0"
dependencies:
"@taquito/core": "npm:^19.0.2"
checksum: 10/bde61c7fb4bf24811f5f08cdf8331dab12515213c2b8ccaba3a3e9b23c94df7abc3296221d9102b4619b7ab7a2e55c05c2e2ddc8be5870f1d8a97dadca477268
"@taquito/core": "npm:^19.1.0"
checksum: 10/7759818fefadfd01efd5aad488e96fb4344ce39547b04ce338d814145188606161b28182674e2d3ec30b6bed7def8563591852a89a80d9b010e250268e2c5c74
languageName: node
linkType: hard

"@taquito/michelson-encoder@npm:^19.0.2":
version: 19.0.2
resolution: "@taquito/michelson-encoder@npm:19.0.2"
"@taquito/michelson-encoder@npm:^19.1.0":
version: 19.1.0
resolution: "@taquito/michelson-encoder@npm:19.1.0"
dependencies:
"@taquito/core": "npm:^19.0.2"
"@taquito/rpc": "npm:^19.0.2"
"@taquito/utils": "npm:^19.0.2"
"@taquito/core": "npm:^19.1.0"
"@taquito/rpc": "npm:^19.1.0"
"@taquito/utils": "npm:^19.1.0"
bignumber.js: "npm:^9.1.2"
fast-json-stable-stringify: "npm:^2.1.0"
checksum: 10/792d456baa0d28b686745e5a86f91a8ffd9438f597c2c3dddb0ab2f2a42a95a5dec6b20ac3e92b1e949553b7c7691f5057247662ac4cca9a8ddb69cc7883384e
checksum: 10/745c0bae3422c2126212b6709e8c8dc4f30fe3347c881b369d8d147cc7025abc0b14421799700489e3889f20aea3389bd300884ca6fb6cc77b882367969b9d0e
languageName: node
linkType: hard

"@taquito/rpc@npm:^19.0.2":
version: 19.0.2
resolution: "@taquito/rpc@npm:19.0.2"
"@taquito/rpc@npm:^19.1.0":
version: 19.1.0
resolution: "@taquito/rpc@npm:19.1.0"
dependencies:
"@taquito/core": "npm:^19.0.2"
"@taquito/http-utils": "npm:^19.0.2"
"@taquito/utils": "npm:^19.0.2"
"@taquito/core": "npm:^19.1.0"
"@taquito/http-utils": "npm:^19.1.0"
"@taquito/utils": "npm:^19.1.0"
bignumber.js: "npm:^9.1.2"
checksum: 10/f24f622db988a64754c620797f5c71c8b361742ca1293a78d1ef8a5859683547f948d0492a22ba9581839ebba9498a3ff4e4f62270c8b81092401a7a6281d1d4
checksum: 10/c268cbf167d0eed6bd5cfdc4ca739ae4572afc236b12822095d38fe0b49a830089ae02938bbf674635be31421c57d320ed9b3418de82fa478bd919f0484dba02
languageName: node
linkType: hard

"@taquito/signer@npm:^19.0.2":
version: 19.0.2
resolution: "@taquito/signer@npm:19.0.2"
"@taquito/signer@npm:^19.1.0":
version: 19.1.0
resolution: "@taquito/signer@npm:19.1.0"
dependencies:
"@stablelib/blake2b": "npm:^1.0.1"
"@stablelib/ed25519": "npm:^1.0.3"
"@stablelib/hmac": "npm:^1.0.1"
"@stablelib/nacl": "npm:^1.0.4"
"@stablelib/pbkdf2": "npm:^1.0.1"
"@stablelib/sha512": "npm:^1.0.1"
"@taquito/core": "npm:^19.0.2"
"@taquito/taquito": "npm:^19.0.2"
"@taquito/utils": "npm:^19.0.2"
"@taquito/core": "npm:^19.1.0"
"@taquito/taquito": "npm:^19.1.0"
"@taquito/utils": "npm:^19.1.0"
"@types/bn.js": "npm:^5.1.2"
bip39: "npm:3.1.0"
elliptic: "npm:^6.5.4"
pbkdf2: "npm:^3.1.2"
typedarray-to-buffer: "npm:^4.0.0"
checksum: 10/8eae247ccd2d6a79561e19dff0233179cc5c40c4f5001c6a4484fe7bc996bbac06aef1c9b12bf5ef74c0feb1e3be88cf645d7f4050a3a0b14b6b49f82490f5e2
checksum: 10/450bef3a91befcffc01a85b28d0502ec615977b1be6f8794f45e17ca778c4ca6577843c128e9fc81b7085b4e05df58f128ed8ad8b499c1e7fd053def5ecf2b65
languageName: node
linkType: hard

"@taquito/taquito@npm:19.0.2, @taquito/taquito@npm:^19.0.2":
version: 19.0.2
resolution: "@taquito/taquito@npm:19.0.2"
"@taquito/taquito@npm:19.1.0, @taquito/taquito@npm:^19.1.0":
version: 19.1.0
resolution: "@taquito/taquito@npm:19.1.0"
dependencies:
"@taquito/core": "npm:^19.0.2"
"@taquito/http-utils": "npm:^19.0.2"
"@taquito/local-forging": "npm:^19.0.2"
"@taquito/michel-codec": "npm:^19.0.2"
"@taquito/michelson-encoder": "npm:^19.0.2"
"@taquito/rpc": "npm:^19.0.2"
"@taquito/utils": "npm:^19.0.2"
"@taquito/core": "npm:^19.1.0"
"@taquito/http-utils": "npm:^19.1.0"
"@taquito/local-forging": "npm:^19.1.0"
"@taquito/michel-codec": "npm:^19.1.0"
"@taquito/michelson-encoder": "npm:^19.1.0"
"@taquito/rpc": "npm:^19.1.0"
"@taquito/utils": "npm:^19.1.0"
bignumber.js: "npm:^9.1.2"
rxjs: "npm:^7.8.1"
checksum: 10/d170474558036bdb9e41e3ef17eed5ea0eb6392ad1818c2f51583095507f0c2fb5bbcf35e533e3b45690f9405dc7792f27ce5606d1afca06eb581f73bbacbe59
checksum: 10/2de6ead27019ac853a51a83e89d1a3dea4aba788e0bd8cc902a1bc6396950fba76e7aa4c5de2fec1c047b0e0154e1abf5003ebf134836f3ed31034765ebf202c
languageName: node
linkType: hard

"@taquito/utils@npm:^19.0.2":
version: 19.0.2
resolution: "@taquito/utils@npm:19.0.2"
"@taquito/utils@npm:^19.1.0":
version: 19.1.0
resolution: "@taquito/utils@npm:19.1.0"
dependencies:
"@stablelib/blake2b": "npm:^1.0.1"
"@stablelib/ed25519": "npm:^1.0.3"
"@taquito/core": "npm:^19.0.2"
"@taquito/core": "npm:^19.1.0"
"@types/bs58check": "npm:^2.1.0"
bignumber.js: "npm:^9.1.2"
blakejs: "npm:^1.2.1"
bs58check: "npm:^3.0.1"
buffer: "npm:^6.0.3"
elliptic: "npm:^6.5.4"
typedarray-to-buffer: "npm:^4.0.0"
checksum: 10/9963207d94a8ea8b60bad89b2a3d4fd849df63006371980d84f9295e649702edb0b4717566f9a48a4777f5e903cf0566e55b28003d268c539e1b2339d808b311
checksum: 10/27462a718f584df729e3edee7e285ea4b41486500bf40ab222cb4e35534e841953e3969c546365e547907f146496646f8d0361f3ae3ec00fce0b866b37a20216
languageName: node
linkType: hard

Expand Down Expand Up @@ -6193,7 +6193,7 @@ __metadata:
languageName: node
linkType: hard

"@types/circular-dependency-plugin@npm:^5":
"@types/circular-dependency-plugin@npm:^5.0.8":
version: 5.0.8
resolution: "@types/circular-dependency-plugin@npm:5.0.8"
dependencies:
Expand Down Expand Up @@ -10512,16 +10512,16 @@ __metadata:
languageName: node
linkType: hard

"electron@npm:^29.1.0":
version: 29.1.0
resolution: "electron@npm:29.1.0"
"electron@npm:^29.1.1":
version: 29.1.1
resolution: "electron@npm:29.1.1"
dependencies:
"@electron/get": "npm:^2.0.0"
"@types/node": "npm:^20.9.0"
extract-zip: "npm:^2.0.1"
bin:
electron: cli.js
checksum: 10/e3df818ed473d017f9fa46ed2b3561a15cf9f9bf17a8696c6e5b1b58be205d26a3709cbcdde94a67310c20137de44d25efb154e24e7a6c5be434120b7b984631
checksum: 10/e2cf5464c891d32b481b0c08291effd01d7ce7231662c3a8a7d0ba40b1a7058b9596c7658809dc4f9d82e8694bf0f3834fe4cdb371f01f8852c83bc6bf1c155c
languageName: node
linkType: hard

Expand Down Expand Up @@ -20238,19 +20238,19 @@ __metadata:
"@stylistic/eslint-plugin": "npm:^1.6.3"
"@tanstack/eslint-plugin-query": "npm:^5.20.1"
"@tanstack/react-query": "npm:^5.25.0"
"@taquito/ledger-signer": "npm:^19.0.2"
"@taquito/michel-codec": "npm:^19.0.2"
"@taquito/rpc": "npm:^19.0.2"
"@taquito/signer": "npm:^19.0.2"
"@taquito/taquito": "npm:19.0.2"
"@taquito/utils": "npm:^19.0.2"
"@taquito/ledger-signer": "npm:^19.1.0"
"@taquito/michel-codec": "npm:^19.1.0"
"@taquito/rpc": "npm:^19.1.0"
"@taquito/signer": "npm:^19.1.0"
"@taquito/taquito": "npm:19.1.0"
"@taquito/utils": "npm:^19.1.0"
"@testing-library/dom": "npm:^9.3.4"
"@testing-library/jest-dom": "npm:6.4.2"
"@testing-library/react": "npm:14.2.1"
"@testing-library/user-event": "npm:14.5.2"
"@toruslabs/customauth": "npm:^15.0.5"
"@types/assert": "npm:^1.5.10"
"@types/circular-dependency-plugin": "npm:^5"
"@types/circular-dependency-plugin": "npm:^5.0.8"
"@types/jest": "npm:29.5.12"
"@types/md5": "npm:^2.3.5"
"@types/node": "npm:20.11.25"
Expand Down Expand Up @@ -20284,7 +20284,7 @@ __metadata:
date-fns: "npm:^3.3.1"
dotenv: "npm:^16.4.5"
dotenv-expand: "npm:^11.0.6"
electron: "npm:^29.1.0"
electron: "npm:^29.1.1"
electron-builder: "npm:^24.13.3"
electron-updater: "npm:^6.2.1"
electronmon: "npm:^2.0.2"
Expand Down
Loading