Yan Vaskov
Yan Vaskov
## Description WS returns 0 token balances for the addresses that do not hold these tokens, example: https://eth.blockscout.com/address/0x84013675eA98Cf09D08b7AC8D62BbC82446c8CF7?tab=tokens  It takes a while to be sent after page has loaded,...
## Description A user reported most of his token balances missing for the address on ZkSync: https://zksync.blockscout.com/address/0x52432473144056FE91Aeae9240aD21e6B8213440 API returns only 2 from the long list of the tokens, as provided...
## Description As counters are currently stored in memory, we encounter an issue when counters are reverted to 0 after application restart. We need to store all counters in DB,...
## Description `/api/v2/search/quick` fails to return correct results for domain names containing emojis and apostrophe. Examples: `😎😎😎.eth` https://eth.blockscout.com/api/v2/search/quick?q=%F0%9F%98%8E%F0%9F%98%8E%F0%9F%98%8E.eth `don't` https://eth-sepolia.k8s-dev.blockscout.com/tokens?q=don%27t  ## Version [v6.0.0-beta.+commit.91fa9124](https://github.com/blockscout/blockscout/commit/91fa9124)
## Description Add a redirect to address page, when you input domain name in the search field and press Enter (as implemented with addresses/blocks) 
## Description Currently the first page of Top accounts (`/api/v2/addresses/`) does not display updated transaction count for the addresses until visiting the page of an address in question. It was...
## Description https://filecoin.blockscout.com/api/v2/stats returns ``` "network_utilization_percentage": 113.4415791586 ```  ## Version [v5.4.0-beta.+commit.26ebc041](https://github.com/blockscout/blockscout/commit/26ebc041)
## Description For example https://eth-goerli.blockscout.com/graphiql  ## Version **v5.4.0+**
blockscout api:  stats api:  ## reason optimism cannot index all internal transactions and `total_contracts` uses `new_contracts` chart (like cache) ## solution write `total_contracts` as SQL not dependent counter
## Description We've added an ability to customize `wei` name on frontend here: https://github.com/blockscout/frontend/pull/1517 It's necessary to support it on charts and stats via `NEXT_PUBLIC_NETWORK_CURRENCY_WEI_NAME` env variable 