gomes
gomes
### Overview This issue is isolated to the "Add Account" feature only and is *not* related to the automagical accounts discovery. Currently, we have some auto-"magical" accounts number discovery, which...
### Overview Following discussion with @reallybeard, this is an eng. spike on whether or not we can and should do this. For performance reasons, we stopped polling market data often...
## Description ~~⚠️ Blocked by its hdwallet fren https://github.com/shapeshift/hdwallet/pull/671~~ TODO: - [x] Consume [hdwallet PR](https://github.com/shapeshift/hdwallet/pull/671) - [x] Guard against EVM and Cosmos SDK namespace account 0+ fetching for MM with...
## Description This PR implements RFOX staking e2e. - Wallet/custom RUNE address with newly added bech32 `validateAddress` in THOR adapter - balance and fee asset balance validation, using react-hook-form. ``...
### Overview See Jam below for reference We currently have no flow where a user would ever have a subset of EVM chains, no matter the wallet - it's all...
## Description See https://jam.dev/c/161f8634-a56f-42ed-a152-441eee4751b1 for e2e walkthrough with full commentary. This PR: - Ensures related assets are properly narrowed down on lending borrows' collateral side - Ensures related assets are...
### Overview See Jam below. Lending correctly has narrowed down asset selection for borrows and repays. For borrows - the asset selection list is disabled for deposit asset as it...
### Overview Currently, snaps do not support multi-accounts. That is reflected in two ways: - First, the "Add Account" button doesn't show in wallet - Second, the autofetching of accounts...
### Describe the bug First of all, thanks for `skipToken` Janeek and TkDodo 💜. This made `useQuery()`a lot more enjoyable to use with TS, without a bunch of non-null assertions...
### Overview The actual Portals swapper feature. Implement portals as a swapper which works e2e i.e is able to get quotes and execute them. ### References and additional details POC:...