From 36bc2702e8478b37b50cfb9bf78f06bae62a22f1 Mon Sep 17 00:00:00 2001 From: Qwerty5Uiop Date: Mon, 14 Jul 2025 20:21:31 +0400 Subject: [PATCH] Add envs for missing block ranges merge migration --- setup/env-variables/backend-env-variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/env-variables/backend-env-variables.md b/setup/env-variables/backend-env-variables.md index 631bc4c7..e61c445f 100644 --- a/setup/env-variables/backend-env-variables.md +++ b/setup/env-variables/backend-env-variables.md @@ -264,6 +264,7 @@ _**Note**_**: Before release 5.1.2, all environment variables of time format sup | `MIGRATION_RECOVERY_WETH_TOKEN_TRANSFERS_TIMEOUT` | Defines the timeout between processing each batch (`batch_size` \* `concurrency`) in the recovery WETH token transfers migration. Follows the [time format](backend-env-variables.md#time-format). Implemented in [#12065](https://github.com/blockscout/blockscout/pull/12065). |

Version: v8.0.0+
Default: 0s
Applications: Indexer

| | `MIGRATION_RECOVERY_WETH_TOKEN_TRANSFERS_BLOCKS_BATCH_SIZE` | Specifies the block range size selected for the recovery of WETH token transfer migration. Implemented in [#12065](https://github.com/blockscout/blockscout/pull/12065). |

Version: v8.0.0+
Default: 100000
Applications: Indexer

| | `MIGRATION_RECOVERY_WETH_TOKEN_TRANSFERS_HIGH_VERBOSITY` | If set to `true`, enables high verbosity logging (logs each transaction hash, where missed transfers were restored) during the recovery of WETH token transfer migration. Implemented in [#12065](https://github.com/blockscout/blockscout/pull/12065). |

Version: v8.0.0+
Default: true
Applications: Indexer

| +| `MIGRATION_MERGE_ADJACENT_MISSING_BLOCK_RANGES_BATCH_SIZE` | Specifies the missing block range batch size selected for the merge migration. Implemented in [#12778](https://github.com/blockscout/blockscout/pull/12778). |

Version: master
Default: 100
Applications: Indexer

| ## Market