Lev Lymarenko
Lev Lymarenko
Remove token_id field and add `tokens` field to support [wrapped](https://github.com/ensdomains/ens-contracts/tree/master/contracts/wrapper) ENS token ```json { "tokens": [ { "id": "11990319655936053415661126359086567018700354293176496925267203544835860524390", "contract": "0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85", "type": "NATIVE_DOMAIN_TOKEN" }, { "id": "25625468407840116393736812939389551247551040926951238633020744494000165263268", "contract": "0xd4416b13d2b3a9abae7acd5d6c2bbdbe25686401", "type":...
We implemented feature to update domain name for unresolved name when user provided real name of domain. However we didn't update label_name field and domain still could not be found
Other addresses field in domain returns address in hex format like `00112233`, we need to return ChecksummedHex if coin is ethereum like https://docs.ens.domains/ens-improvement-proposals/ensip-9-multichain-address-resolution#address-encoding
Added `docker-compose` dir to start all services together using single command
we noted that eth-bytecode-db doesnt response on simple ``` curl 'https://eth-bytecode-db.services.blockscout.com/api/v2/verifier/solidity/versions' ``` also, service doesn't log anything. After a restart, error didnt go away. After `smart-contract-verifier` restart error resolved. My...
For now we have to manually wait until blockscout finishes indexing, and only after that start `stats` service (overwise statistic will be incomplete). This is super inconvenient, so I suggest:...
There is a tool for parsing some of compiler outputs to provide mapping from solidity public method to the source code place. Some changes are required in this tool: +...
The idea is to have one docker image to start blockscout. Frontend and backend currently work with `apline` images, however rust services primarily use ubuntu I suggest to try to...
Tooltip texts for all number charts: 1) Average block time Description: Average time taken in seconds for a block to be included in the blockchain 2) Total accounts Description: Number...
Add logs for opening and close request span