| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| BlockScout v11.2.4 source code.tar.gz | 2026-08-04 | 8.6 MB | |
| BlockScout v11.2.4 source code.zip | 2026-08-04 | 10.7 MB | |
| README.md | 2026-08-04 | 6.0 kB | |
| Totals: 3 Items | 19.3 MB | 0 | |
🚀 Features
- Add eden chain_type with sponsored transaction support (#14643)
🐛 Bug Fixes
- Enqueue transactions and addresses to multichain queue on block full refetch (#14652)
- Fix OnDemand.TokenBalance import matching (#14649)
- Let INDEXER_OPTIMISM_L1_BATCH_INBOX/SUBMITTER override SystemConfig (#14645)
- Sort data before inserting to export queues (#14642)
- Add missing action_fallback to SolidityScanController (#14635)
- Fix InternalTransaction fetcher test (#14634)
- Handle not-loaded gas_token associations in Celo transaction view (#14633)
⚙️ Miscellaneous Tasks
- Optimize fetch_coin_balance query (#14648)
- Return proper status codes and string-typed block numbers in b… (#14646)
- Optimize transactions event notifying (#14637)
- Add deposits and withdrawals health metrics for rollups and ETH (#14632)
- Optimize realtime events processing (#14625)
- Add refetch_needed_blocks_count indexer metric (#14630)
💡 New environment variables
New environment variables list
| Variable | Description | Parameters | |-----------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------| | `HEALTH_MONITOR_DEPOSITS_PERIOD` | New deposits indexed max delay in /health API endpoint. [Time format](/setup/env-variables/backend-env-variables#time-format). Implemented in [#14632](https://github.com/blockscout/blockscout/pull/14632). | Version: v11.2.4\+Default: `4h`
Applications: API, Indexer | | `HEALTH_MONITOR_WITHDRAWALS_PERIOD` | New withdrawals indexed max delay in /health API endpoint. [Time format](/setup/env-variables/backend-env-variables#time-format). Implemented in [#14632](https://github.com/blockscout/blockscout/pull/14632). | Version: v11.2.4\+
Default: `4h`
Applications: API, Indexer | | `DB_EVENTS_LISTENER_BATCH_SIZE` | Max events in one batch to be processed by DB events listener. Implemented in [#14625](https://github.com/blockscout/blockscout/pull/14625). | Version: v11.2.4\+
Default: `100`
Applications: API | | `REALTIME_EVENT_HANDLERS_BATCH_SIZE` | Max events in one batch to be processed by each realtime event handler. Implemented in [#14625](https://github.com/blockscout/blockscout/pull/14625). | Version: v11.2.4\+
Default: `100`
Applications: API |