Ivan Belyakov
Ivan Belyakov
# Problem The following tables need to be cleaned up/checked on account removal (confirmed that some of them are not cleaned): - [ ] collectibles_ownership_cache - [ ] collectible_data_cache -...
# Problem Currently in case of failure commands (`transferCommand`, `findBlocksCommand`) retry after predefined interval and in case of limit on max retries they are stopped or in case of infinite...
Starting 0.13 for the first time caused "re-encryption" to happen, which failed at the end due to insufficient disk space. ### Description We should pre-calculate the available disk space to...
### Description On `exclude on total balance` action for account (wallet left pane->right click account) assets/collectibles/activity entries must be hidden. On `include ...` they must be displayed when `All accounts`...
on `All accounts` if both counterparties are on accounts list. Fixes #14162 ### What does the PR do Fixes wrong direction of transfers displayed on Activity tab ### Affected areas...
# Bug Report ## Description In Send dialog, when a decimal comma-separated value is entered (we should treat it as thousand separator), starting with`0`, it is treated as integer: `0,001`...
# Bug Report ## Steps to reproduce 1. Add a WO account to send crypto to 2. Send some ETH to that WO account 3. When ETH is received on...
# Problem We request prices for all (?) symbols that we support (taken from uniswap + our hardcoded?) from cryptocompare and coingecko. But coingecko does not support some of the...
This is no more used and a leftover. UpstreamConfig, UpstreamChainID
Router V2 refactoring to smaller pieces to allow unit testing These are sample tests to demo. Proper better return values and params should be used. The code is complex, so...