Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranov committed Dec 20, 2024
1 parent da2ebe6 commit e38234e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,23 @@
| `NFT_MEDIA_HANDLER_BACKFILL_QUEUE_SIZE` | Max size of backfill queue | <p>Version: v6.10.0+<br>Default: <code>1000</code><br>Applications: Indexer</p> |
| `NFT_MEDIA_HANDLER_BACKFILL_ENQUEUE_BUSY_WAITING_TIMEOUT` | Timeout before new attempt to append item to backfill queue if it's full | <p>Version: v6.10.0+<br>Default: <code>1s</code><br>Applications: Indexer</p> |
| `NFT_MEDIA_HANDLER_CACHE_UNIQUENESS_MAX_SIZE` | Max size of cache, where stored already uploaded token instances media | <p>Version: v6.10.0+<br>Default: <code>100_000</code><br>Applications: Indexer</p> |
| `ADDRESSES_BLACKLIST` | A comma-separated list of addresses to enable restricted access to them. | <p>Version: v6.10.0+<br>Default: (empty)<br>Applications: API</p> |
| `ADDRESSES_BLACKLIST_KEY` | A key to access blacklisted addresses (either by `ADDRESSES_BLACKLIST` or by blacklist provider). Can be passed via query param to the page's URL: `?key=...` | <p>Version: v6.10.0+<br>Default: (empty)<br>Applications: API</p> |
| `ADDRESSES_BLACKLIST_PROVIDER` | Blacklist provider type, available options: `blockaid` | <p>Version: v6.10.0+<br>Default: <code>blockaid</code><br>Applications: API</p> |
| `ADDRESSES_BLACKLIST_URL` | URL to fetch balcklist from | <p>Version: v6.10.0+<br>Default: (empty)<br>Applications: API</p> |
| `ADDRESSES_BLACKLIST_UPDATE_INTERVAL` | Interval between scheduled updates of blacklist | <p>Version: v6.10.0+<br>Default: <code>15m</code><br>Applications: API</p> |
| `ADDRESSES_BLACKLIST_RETRY_INTERVAL` | Time to wait before new attempt of blacklist fetching, after abnormal termination of fetching task | <p>Version: v6.10.0+<br>Default: <code>5s</code><br>Applications: API</p> |
| `MICROSERVICE_MULTICHAIN_SEARCH_URL` | Multichain Search Service API URL. Integration is enabled, if this variable value contains valid URL. Implemented in [#11139](https://github.com/blockscout/blockscout/pull/11139) | <p>Version: master<br>Default: (empty)<br>Applications: API, Indexer</p> |
| `MICROSERVICE_MULTICHAIN_SEARCH_API_KEY` | Multichain Search Service API key. Implemented in [#11139](https://github.com/blockscout/blockscout/pull/11139) | <p>Version: master<br>Default: (empty)<br>Applications: API, Indexer</p> |
| `MIGRATION_BACKFILL_MULTICHAIN_SEARCH_BATCH_SIZE` | Batch size of backfilling Multichain Search Service DB. Implemented in [#11139](https://github.com/blockscout/blockscout/pull/11139) | <p>Version: master<br>Default: (empty)<br>Applications: Indexer</p> |

### Deprecated ENV Variables


| Variable | Required | Description | Default | Version | Need recompile | Deprecated in Version |
| ----------------------------------------------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | -------- | -------------- | --------------------- |
| `RESTRICTED_LIST` | | A comma-separated list of addresses to enable restricted access to them. | (empty) | v3.3.3+ | | v6.10.0 |
| `RESTRICTED_LIST_KEY` | | A key to access addresses listed in`RESTRICTED_LIST` variable. Can be passed via query param to the page's URL: `?key=...` | (empty) | v3.3.3+ | | v6.10.0 |

## 6.9.2

Expand Down

0 comments on commit e38234e

Please sign in to comment.