| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| BlockScout v10.2.0 source code.tar.gz | 2026-03-23 | 8.4 MB | |
| BlockScout v10.2.0 source code.zip | 2026-03-23 | 10.3 MB | |
| README.md | 2026-03-23 | 2.2 kB | |
| Totals: 3 Items | 18.8 MB | 0 | |
🚀 Features
- Fetch transaction receipts by block (#14046)
💡 New environment variables
New environment variables list
| Variable | Description | Parameters | | --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | | `ETHEREUM_JSONRPC_RECEIPTS_BY_BLOCK` | If `true`, block fetchers will fetch transaction receipts by block instead of per transaction. Implemented in [#14046](https://github.com/blockscout/blockscout/pull/14046) | Version: v10.2.0\+Default: `false`
Applications: API, Indexer | | `ETHEREUM_JSONRPC_MAX_RECEIPTS_BY_BLOCK` | Max number of transactions in block for which receipts will be fetched by block. If block has more transactions, receipts will be fetched per transaction in purpose of reducing response body size. Implemented in [#14046](https://github.com/blockscout/blockscout/pull/14046) | Version: v10.2.0\+
Default: `1000`
Applications: API, Indexer |