Closed tomjeatt closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
interbtc-ui-interlay | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 28, 2023 1:10pm |
interbtc-ui-interlay-testnet | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 28, 2023 1:10pm |
interbtc-ui-kintsugi | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 28, 2023 1:10pm |
interbtc-ui-kintsugi-testnet | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 28, 2023 1:10pm |
Running Lighthouse audit...
Closes #1522
This PR updates the bridge, the lib and polkadot.js. There was one breaking change related to types—seems like the
InjectedAccountWithMeta
type has been deprecated. This has been replaced with theKeyringPair
type (which makes sense—there was a lot of overlap/duplication between the two types).Note: there is a breaking change here that is causing our UI tests to fail. Since we will need the updated version of the UI, I'm suggesting we merge this and handle the issue with the tests later. We need to run polkadot 10.9.1 for the UI to be compatible for the lib, so better to get this part of the task wrapped up first.
See #1562