Fedor Ivanov
Fedor Ivanov
https://github.com/blockscout/blockscout/pull/9662/
*[GitHub keywords to close any associated issues](https://blog.github.com/2013-05-14-closing-issues-via-pull-requests/)* ## Motivation *Why we should merge these changes. If using GitHub keywords to close [issues](https://github.com/poanetwork/blockscout/issues), this is optional as the motivation can be...
## Motivation This PR continues the work to support Celo-related entities, such as Epoch transactions (distributions and rewards) and fees breakdown, in Blockscout. It builds upon the changes introduced in...
Since `Indexer.Block.Catchup.Sequence` module was deprecated and is currently kept as dead code, we should remove it. The module is located here: https://github.com/blockscout/blockscout/blob/master/apps/indexer/lib/indexer/block/catchup/sequence.ex
We write a considerable amount of boilerplate code when specifying the [`:on_conflict`](https://hexdocs.pm/ecto/constraints-and-upserts.html#upserts) option in import runners. The situation is even worse when the `on_conflict` option is configured depending on the...
This is a tracking issue on implementing customizations specific to the Celo blockchain. - [ ] #9713 - [ ] #9944
https://github.com/blockscout/blockscout/pull/9713
This is a tracking issue for Celo UI customizations. The goal is to implement the changes reflected in the following [UI layout](https://www.figma.com/design/idSaO1QSqW9FXsLiwPybJx/API-for-celo-epoch-rewards-and-fees-breakdown?node-id=0-1&t=iTQpFUmjMD6vUipt-1). - [ ] #2177 - [ ] #2178...
Implement Epoch rewards tab on the Block view page. ## Distributions The first section deals with distributions, which represent the token transfers of CELO to various Celo funds. Note that,...
- [ ] Epoch number tag **For the case of a non-epoch block: https://celo-alfajores.blockscout.com/block/25680850**  **For the case of an epoch block: https://celo-alfajores.blockscout.com/api/v2/blocks/25678080, https://celo-alfajores.blockscout.com/api/v2/blocks/17280**  - [ ] Information about...