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

We had this issue on both malformed input and failed verification. The submission call returns a 200 (I guess it is async). Then when it fails on the backend, the...

https://explorer.mode.network/name-domains/amberbeast.mode https://gnosis.blockscout.com/name-domains/hromada.gno (already fixed manually) ## reason graph-node database contains '0x' in `resolved_address` for some reason. ## solution add workaround to consider '0x' to be None

bug

hi all, when we use blockscout build-in smart contract verify service to verify a complex smart contract, the verification phase is success. However, when we click [read contract] button, it...

Total transactions counter in `stats` is not consistent with `blockscout`'s counter: Blockscout counter: ![image](https://github.com/blockscout/blockscout-rs/assets/8144358/503c73f4-236a-4456-a122-86b63120dbc1) Stats counter: ![image](https://github.com/blockscout/blockscout-rs/assets/8144358/03be3c19-276f-4b4f-8252-001e95d6a282)

Request from frontend side. Needed for references to particular charts from corresponding widgets (e.g. in verified contracts page). Currently id's are hardcoded, but it's better to have some compile-time check...

enhancement

**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**

enhancement

**Describe the solution you'd like** A chart that depicts accounts within the period that both: - have a transaction created today (or this week/month) - have another transaction created within...

enhancement

### Description user-ops-indexer keeps crashing with Error: HTTP error: 201 Created `user-ops-indexer | 2024-08-07T11:17:29.602187Z INFO user_ops_indexer_server::indexer: connecting to rpc version="v0.6" user-ops-indexer | Error: HTTP error: 201 Created` Ethereum client: besu...

Apparently, `transaction_stats` has useful precomputed statistics for recent days. We might use it instead of heavy (30+ mins in eth mainnet) queries (if available). Potential affected charts: - `txns_fee` -...

enhancement