Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate CHECKSUM_FUNCTION variable #301

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ _**Note**_**: Before release 5.1.2, all environment variables of time format sup
| `API_V2_ENABLED` | Enable API V2. Implemented in [#6361](https://github.com/blockscout/blockscout/pull/6361) (v5.0.0+), default `true` since [#8802](https://github.com/blockscout/blockscout/pull/8802) | <p>Version: v5.3.2+<br>Default: <code>true</code><br>Applications: API</p> |
| `API_SENSITIVE_ENDPOINTS_KEY` | API key to protect some sensitive endpoints. Implemented in [#7355](https://github.com/blockscout/blockscout/pull/7355) | <p>Version: v5.1.5+<br>Default: (empty)<br>Applications: API</p> |
| `CHECKSUM_ADDRESS_HASHES` | If set to `true`, redirects to checksummed version of address hashes. | <p>Version: v3.1.0+<br>Default: <code>true</code><br>Applications: API</p> |
| `CHECKSUM_FUNCTION` | Defines checksum address function. 2 available values: `rsk`, `eth` | <p>Version: v2.0.1+<br>Default: <code>eth</code><br>Applications: API</p> |
| `RESTRICTED_LIST` | A comma-separated list of addresses to enable restricted access to them. | <p>Version: v3.3.3+<br>Default: (empty)<br>Applications: API</p> |
| `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=...` | <p>Version: v3.3.3+<br>Default: (empty)<br>Applications: API</p> |
| `CHAIN_TYPE` | Specifies the model of data and enables fetchers specific to the chain. Available values are `ethereum`, `optimism`, `arbitrum`, `polygon_zkevm`, `polygon_edge`, `rsk`, `shibarium`, `stability`, `suave`, `zetachain`, `filecoin`, `default`. | <p>Needs Recompile: ☑️<br>Version: v5.3.0+<br>Default: <code>default</code><br>Applications: API, Indexer</p> |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ This table is horizontally scrollable, version information is located in the las
| `INDEXER_OPTIMISM_L1_BATCH_START_BLOCK` | | The number of start block on L1 to index transaction batches. If the table of batches is not empty, the process will continue indexing from the last indexed batch. Implemented in [#6980](https://github.com/blockscout/blockscout/pull/6980). | (empty) | v6.3.0+ | | master |
| `INDEXER_OPTIMISM_L1_BATCH_INBOX` | | The inbox address to index transaction batches on L1. Required if `INDEXER_OPTIMISM_L1_BATCH_START_BLOCK` is not empty. Implemented in [#6980](https://github.com/blockscout/blockscout/pull/6980). | (empty) | v6.3.0+ | | master |
| `INDEXER_OPTIMISM_L1_BATCH_SUBMITTER` | | The batch submitter address to index transaction batches on L1. Required if `INDEXER_OPTIMISM_L1_BATCH_START_BLOCK` is not empty. Implemented in [#6980](https://github.com/blockscout/blockscout/pull/6980). | (empty) | v6.3.0+ | | master |
| `CHECKSUM_FUNCTION` | | Defines checksum address function. 2 available values: `rsk`, `eth` | `eth` | v2.0.1+ | | master |