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 env variable #359

Merged
merged 1 commit into from
Jan 23, 2025
Merged
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
3 changes: 2 additions & 1 deletion setup/env-variables/deprecated-env-variables/README.md
Original file line number Diff line number Diff line change
@@ -87,4 +87,5 @@ This table is horizontally scrollable, version information is located in the las
| `INDEXER_OPTIMISM_L1_DEPOSITS_BATCH_SIZE` | | Number of blocks in a single `eth_getLogs` request of the Deposits fetcher. Implemented in [#6993](https://github.com/blockscout/blockscout/pull/6993). | 500 | v6.3.0+ | | v6.8.0 |
| `METRICS_DISABLE_PUBLIC` | | Variable to disable running queries at /public-metrics endpoint. Implemented in [#10279](https://github.com/blockscout/blockscout/pull/10279). | false | v6.7.2+ | | v6.8.0 |
| `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 |
| `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 |
| `CHECKSUM_FUNCTION` | | Defines checksum address function. 2 available values: `rsk`, `eth` | `eth` | v2.0.1+ | | master |
Original file line number Diff line number Diff line change
@@ -136,7 +136,6 @@ This table is horizontally scrollable, version information is located in the las
| `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) | `true` | v5.3.2+ | | API |
| `API_SENSITIVE_ENDPOINTS_KEY` | | API key to protect some sensitive endpoints. Implemented in [#7355](https://github.com/blockscout/blockscout/pull/7355) | (empty) | v5.1.5+ | | API |
| `CHECKSUM_ADDRESS_HASHES` | | If set to `true`, redirects to checksummed version of address hashes. | true | v3.1.0+ | | API |
| `CHECKSUM_FUNCTION` | | Defines checksum address function. 2 available values: `rsk`, `eth` | eth | v2.0.1+ | | API |
| `RESTRICTED_LIST` | | A comma-separated list of addresses to enable restricted access to them. | (empty) | v3.3.3+ | | API |
| `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+ | | API |
| `CHAIN_TYPE` | | Specifies the model of data, enables fetchers, specific to the chain. Available values are `ethereum`, `optimism`, `arbitrum`, `polygon_zkevm`, `polygon_edge`, `rsk`, `shibarium`, `stability`, `suave`, `zetachain`, `filecoin`, `default`. | `default` | v5.3.0+ || API, Indexer |