Skip to content

Commit

Permalink
chore: update wallet-ui and vega
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslaw-szpiech committed Jun 22, 2023
1 parent eaf45d6 commit f0e822d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Support for vega v0.71.6
- [697](https://github.com/vegaprotocol/vegawallet-desktop/issues/697) - Fix incorrect wallet version in window header
- [704](https://github.com/vegaprotocol/vegawallet-desktop/issues/704) - Fix create wallet dialog during fairground onboarding
- [709](https://github.com/vegaprotocol/vegawallet-desktop/issues/709) - Temporary fix for sign messsage communication with backend
- [716](https://github.com/vegaprotocol/vegawallet-desktop/issues/716) - Fix unlocking the wallet after onboarding
- [717](https://github.com/vegaprotocol/vegawallet-desktop/issues/717) - Fix redirection after import wallet during onboarding

## 0.12.2

Expand Down
2 changes: 0 additions & 2 deletions frontend/automation/e2e/import-wallet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ test.describe('import wallet', () => {
await fillInRecoveryForm(page, 'import test', '123', recoveryPhrase)
await expect(page.getByTestId('toast')).toHaveText('Wallet imported')

// Can open newly imported wallet
await page.getByTestId(`wallet-import-test`).click()
await page.getByTestId(`wallet-keypair-${pubkey}`).click()
await expect(page.getByTestId('public-key')).toContainText(pubkey)
})
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@sentry/react": "7.19.0",
"@sentry/tracing": "7.19.0",
"@vegaprotocol/wallet-admin": "0.2.4",
"@vegaprotocol/wallet-ui": "0.2.20",
"@vegaprotocol/wallet-ui": "0.2.21",
"core-js": "3.26.1",
"immer": "9.0.15",
"loglevel": "1.8.1",
Expand Down
8 changes: 4 additions & 4 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2866,10 +2866,10 @@
resolved "https://registry.yarnpkg.com/@vegaprotocol/wallet-admin/-/wallet-admin-0.2.4.tgz#b05a91e7cac1358a350249519204acea6ca8253d"
integrity sha512-bZPy/5gZHQMfnExihZWVn5yTVd506Zq559r3Mng8IilS8r8TDQbD9RpiuNdQwQL8euAvNdlYRERjsIauuas9ww==

"@vegaprotocol/wallet-ui@0.2.20":
version "0.2.20"
resolved "https://registry.yarnpkg.com/@vegaprotocol/wallet-ui/-/wallet-ui-0.2.20.tgz#a60e6e2af1fea81829282924a270409bac904992"
integrity sha512-taNO+5RBpsxXVmZSN1beUq4qSdvM7gEH11PLeQfXCx6qyqSQVy59v+m+N4vWAaGliA5oRXHBRtqGlerPf2QFvw==
"@vegaprotocol/wallet-ui@0.2.21":
version "0.2.21"
resolved "https://registry.yarnpkg.com/@vegaprotocol/wallet-ui/-/wallet-ui-0.2.21.tgz#fb1484b84dee98f36073c4c664b266f54ffaf214"
integrity sha512-7k2efmbjDlqv6Uu6ccO32bpu5DyoSbVdf1+fr3dqwUOL4v4yianKa5GSU8lvr1pSdBqk5Lg+V/iZ0Y+pE5SgEA==
dependencies:
"@radix-ui/react-checkbox" "1.0.1"
"@radix-ui/react-dialog" "1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohl
cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs=
cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0=
cloud.google.com/go/storage v1.14.0/go.mod h1:GrKmX003DSIwi9o29oFT7YDnHYwZoctc3fOKtUw0Xmo=
code.vegaprotocol.io/vega v0.71.6 h1:d5+ZOPAq5hpuih+E/XsBTLDoKb1h9ECp0Gsx5vCPdBc=
code.vegaprotocol.io/vega v0.71.6 h1:ymUzr5QPIP/g4LftFb1XhVPUEzc8Z0wyihuc2FiKosc=
code.vegaprotocol.io/vega v0.71.6/go.mod h1:2/tnFImHhnoel/PeX0n5uiNSqdXyHLcLKXRhLENzPSw=
contrib.go.opencensus.io/exporter/stackdriver v0.13.4/go.mod h1:aXENhDJ1Y4lIg4EUaVTwzvYETVNZk10Pu26tevFKLUc=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
Expand Down

0 comments on commit f0e822d

Please sign in to comment.