Yan Vaskov

Results 58 issues of 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 ![Image](https://github.com/blockscout/blockscout/assets/72267126/21a12474-b722-4272-b069-6311cd9630f5) It takes a while to be sent after page has loaded,...

bug :bug:

## 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...

bug :bug:

## 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,...

enhancement

## 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 ![Image](https://github.com/blockscout/blockscout/assets/72267126/4714c596-c0e3-444d-acae-9975473f204a) ## Version [v6.0.0-beta.+commit.91fa9124](https://github.com/blockscout/blockscout/commit/91fa9124)

bug :bug:

## Description Add a redirect to address page, when you input domain name in the search field and press Enter (as implemented with addresses/blocks) ![Image](https://github.com/blockscout/frontend/assets/72267126/94ab5eb0-eefc-46b2-849e-fecc27142fa1)

## 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 ``` ![Image](https://github.com/blockscout/blockscout/assets/72267126/5d70de58-e89b-413b-b95e-48f2dac15036) ## Version [v5.4.0-beta.+commit.26ebc041](https://github.com/blockscout/blockscout/commit/26ebc041)

bug :bug:

## Description For example https://eth-goerli.blockscout.com/graphiql ![Image](https://github.com/blockscout/blockscout/assets/72267126/d8fc0a3a-8abb-4a91-9851-e0b64a179a20) ## Version **v5.4.0+**

bug :bug:

blockscout api: ![Image](https://github.com/blockscout/blockscout-rs/assets/41516657/cf437dc7-55ba-44cc-98d7-f62115e39cd5) stats api: ![Image](https://github.com/blockscout/blockscout-rs/assets/41516657/bab08524-cbd0-4f44-94a9-76ddd4f4b541) ## 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

bug
stats

## 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 ![Image](https://github.com/blockscout/blockscout-rs/assets/72267126/1c3abee4-5777-47ba-ae94-5a165fbee499)

good first issue