blockscout-rs
blockscout-rs copied to clipboard
Update services to use the newest tracing json format with `request_id` propagation - https://github.com/blockscout/blockscout-rs/pull/695 - [x] Publish blockscout-service-launcher - [x] eth-bytecode-db - [x] smart-contract-verifier - [x] sig-provider - [x] visualizer...
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
### Description I have Vyper contract with compiler 0.3.9 https://gist.githubusercontent.com/aliberkhsl/f3e1b6b46d815749fa933e931cc61b56/raw/10b620c2a9a755f4b494f6bd89b946ce1ba76698/GaugeProxy.vy When I try to verify it a receive such messages This is my contract http://164.92.137.42/address/0x20132E78b993DF0bB1af9ecB6E0C9912555E7bA2 ### Type of the installation...
When a chain runs blockscout instance on existing data, the number of verified contracts is zero initially. Even though some of the contracts may be verified through eth-bytecode-db search. We...
The ABI returned from the verification does not contain `stateMutability` value. It results in abi being non-valid for some contracts
Gnosis planning to release their .gno namespace using the Space.ID framework **Space.ID stuff:** https://docs.space.id/developer-guide/web3-name-sdk/web3-name-sdk https://docs.space.id/developer-guide/web3-name-sdk/sid-api **Chiado released contracts:** - Registry / Controller are the core contracts, others (Gift Card /...
Enhancements and further improvements of the Ethereum Bytecode Database (#200) - [ ] #213 - [x] #518 - [ ] #519 - [ ] #520 - [x] #521 - [...
Support verification of contracts verified via metadata. That allows us to expand our database with contracts verified through Sourcify (which consists of more than 400k contracts). As another option, we...
Added `docker-compose` dir to start all services together using single command