| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| BlockScout v11.2.0 source code.tar.gz | 2026-06-17 | 8.6 MB | |
| BlockScout v11.2.0 source code.zip | 2026-06-17 | 10.6 MB | |
| README.md | 2026-06-17 | 5.3 kB | |
| Totals: 3 Items | 19.2 MB | 0 | |
🚀 Features
- Support for EIP-7708 on arc (#14336)
- Preload only listened entities before broadcast (#14430)
- Add hot smart contracts caching (#14320)
- Add MinimalProxy detection for mid-bytecode EIP-1167-like pattern (#14426)
- Mark instance unhealthy when cache block lags DB (#14449)
🐛 Bug Fixes
- Don't start health monitor in tests (#14481)
- Improve BlockNumber cache (#14453)
- Fix revert reason for nethermind (#14442)
- Fix token import on Celo (#14435)
- Scope missing_current_token_balances_count indexer metric to configured block ranges (#14423)
- Restrict minimal proxy detection to bytecode ≤ 100 bytes (#14427)
- Add required fields to SmartContract schema (#14437)
- Fix traceable_blocks_dynamic_query (#14436)
⚙️ Miscellaneous Tasks
- Optimize deriving current token balances (#14450, #14479)
- Limit max node requests in one batch (#14319)
- Log block fetch errors in catchup fetcher (#14318)
- Reset skip metadata flag for NFTs (#14337)
- Enhance missing current token balances metric (#14438)
- Perceive "out of gas" error as contract failure (#14417)
- Add PG statement_timeout for import transactions (#14414)
- Comment out direct Sourcify tests (#8168)
📘 Updated Swagger Documentation
- Swagger files for version 11.2.0: https://github.com/blockscout/swaggers/tree/master/blockscout/11.2.0
💡 New environment variables
New environment variables list
| Variable | Description | Parameters | |-----------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------| | `ETHEREUM_JSONRPC_HTTP_BATCH_SIZE` | Max http requests count in one batch. Implemented in [#14319](https://github.com/blockscout/blockscout/pull/14319). | Version: v11.2.0\+Default: `500`
Applications: API, Indexer | | `CACHE_HOT_SMART_CONTRACTS_5M_PERIOD` | TTL for ConCache entries serving `GET /api/v2/stats/hot-smart-contracts` with `scale=5m`. Controls how long paginated rankings over the last 5 minutes of contract activity are reused before recomputing from the database. [Time format](/setup/env-variables/backend-env-variables#time-format). Shorter TTL = fresher data, more DB load. Longer TTL = less load, staler rankings. | Version: v11.2.0\+
Default: `30s`
Applications: API | | `CACHE_HOT_SMART_CONTRACTS_1H_PERIOD` | TTL for ConCache entries serving `GET /api/v2/stats/hot-smart-contracts` with `scale=1h`. Controls how long paginated rankings over the last 1 hour of contract activity are reused before recomputing from the database. [Time format](/setup/env-variables/backend-env-variables#time-format). | Version: v11.2.0\+
Default: `6m`
Applications: API | | `CACHE_HOT_SMART_CONTRACTS_3H_PERIOD` | TTL for ConCache entries serving `GET /api/v2/stats/hot-smart-contracts` with `scale=3h`. Controls how long paginated rankings over the last 3 hours of contract activity are reused before recomputing from the database. [Time format](/setup/env-variables/backend-env-variables#time-format). | Version: v11.2.0\+
Default: `18m`
Applications: API |