blockscout-rs icon indicating copy to clipboard operation
blockscout-rs copied to clipboard

Results 149 blockscout-rs issues
Sort by recently updated
recently updated
newest added

Support Shibarium Name Service in Blockscout ENS aggregation service for https://www.shibariumscan.io/ App: https://dogtag.id/ Todo: get specs and contract addresses

Support Filecoin Name Service https://fns.space/ in Blockscout ENS aggregation service for https://filecoin.blockscout.com/ App: https://app.fns.space/ Support in other explorers: https://filfox.info/en/fns Docs: https://fns-dao.gitbook.io/fns-doc

currently we show addresses on `history` tab in detailed domain view. we can return domain names to frontend becase we know them! https://eth.blockscout.com/name-domains/vitalik.eth?tab=history ![Image](https://github.com/blockscout/blockscout-rs/assets/41516657/435691bd-c142-4083-8a8e-60cc0ef7ad17)

enhancement

[**PRODUCT TASK**](https://www.notion.so/blockscout/Marketplace-s-dApps-managing-aee65e1b32ff47b7b477aee36618ca87?pvs=4) ## What to do? Add the marketplace section on the admin panel to manage dApps ### User Flows The basic user flow for the first version can be...

Epic

We have an existing dataset of ABIs available from the verified contracts. We have no active usage of that right now, but we can use it in many ways as...

Current `eth-bytecode-db` schema set up a uniqueness constraints for the sources based on the following condition: ``` CREATE UNIQUE INDEX unique_source_index ON "sources" ("compiler_version", md5("compiler_settings"::text), "file_name", "contract_name", "file_ids_hash"); ``` But...

E.g., this is done via [Buildx Github Action plugin and setting different platforms for image generation](https://github.com/blockscout/blockscout/blob/master/.github/workflows/release.yml#L50-L52) for the Elixir-backend docker image.

The goal is to add ENS names to blockscout. To to do it we decided to use `subgraphs` solution for indexing and write http server above it for convenient API....

Epic

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":...

enhancement