Lev Lymarenko

Results 28 issues of Lev Lymarenko

- added MIN_AMB_HEADER_LENGTH to constants.js - returns constant gas limit for executeAffirmation and submitSignature in case of method handler crashed (https://github.com/ava-labs/gecko/issues/287). This workaround could be removed as soon as the...

This is epic issue for developing `scoutcloud` - API service for autodeploy blockscout instances ## Initial tasks - [x] initial service structure (db schema, api schema, service-template) https://github.com/blockscout/blockscout-rs/pull/806 - [x]...

Epic

Add new input to stats page (like interval) called "resolution" to return results for a single day, a week, a month, or a year: most likely it will change api,...

enhancement

## This card contains information about tasks that we want to add in stats ![Image](https://github.com/blockscout/blockscout-rs/assets/41516657/4b867077-ba8c-4ffe-a799-a20015c0d436) ### Enhancements - [ ] Dotted line for currently calculated day https://github.com/blockscout/blockscout-rs/issues/826 - [ ]...

Epic

For now, the stats API removes the last point from the response if the value was calculated today:: https://github.com/blockscout/blockscout-rs/blob/main/stats/stats-server/src/read_service.rs#L98 We actually want to display this point, but add a note...

enhancement

update `gas_price` to `COALESCE(transaction.gas_price, block.base_fee_per_gas + LEAST(transaction.max_priority_fee_per_gas, transaction.max_fee_per_gas - block.base_fee_per_gas))` in gas_price chart: https://blockscout.slack.com/archives/C021BTLEVSP/p1709560666745259?thread_ts=1709560066.099449&cid=C021BTLEVSP

bug

need to use reverse registrar (`.addr.reverse` records) to reverse address + https://github.com/blockscout/blockscout/pull/9441 + https://github.com/blockscout/blockscout-rs/pull/777 + https://github.com/blockscout/blockscout-rs/pull/784

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

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