Orenix Terminal

Arbitrum Nitro v3.11.2: address-filter S3 без OOM, fee fix и BoLD WETH detection

Nitro v3.11.2 добавляет S3 preallocation для address filter, чтобы reload не делал large allocation и не вызывал OOM. Также исправлены sequencer base-fee check, EVM tracing и WETH-compatible stake token detection в BoLD.

Docker контейнер с Arbitrum Nitro узлом

Offchain Labs выпустила Arbitrum Nitro v3.11.2 с Docker image `offchainlabs/nitro-node:v3.11.2-3599aca`. Для большинства validators без отдельного split validation server предназначен вариант `offchainlabs/nitro-node:v3.11.2-3599aca-validator` с entrypoint `/usr/local/bin/split-val-entry.sh`. При ручном переопределении стандартного entrypoint необходимо сохранить default validation flags образа.

Для transaction address filtering добавлен параметр `--execution.transaction-filtering.address-filter.s3.preallocate-memory`. При включённом `s3.max-file-size-mb` он заранее резервирует и commit'ит память под hash list на startup. Release notes указывают, что последующие reloads декодируют S3 list прямо в переиспользуемые структуры, не выполняя large allocation и не создавая риск OOM для node.

В sequencer исправлена проверка fee: теперь используется base fee текущего блока, а не значение, закэшированное в момент начала block creation. Для EVM-skipped transactions — onchain-filtered txs, prerecorded reverts и retryable-redeem error paths — добавлен balanced top-level call frame, чтобы tracing не завершался ошибкой `incorrect number of top-level calls`.

BoLD auto-deposit теперь определяет WETH-compatible stake tokens через `eth_call` probe метода `deposit()` вместо scanning bytecode. Это исправляет классификацию stake tokens, развёрнутых за proxy. Также file logging теперь записывает Go runtime panics и fatal errors в отдельный `<log-file>.crash`, а max backups по умолчанию увеличен с 20 до 40.

Дополнительно появился флаг `--node.dangerous.always-fallback-to-parent-chain-da` для retiring chains off AnyTrust и исправлены unnecessary delays при delayed messages с address filtering. Ключевые SEO-сущности: Arbitrum Nitro v3.11.2, S3 address filter, OOM prevention, sequencer base fee, BoLD WETH detection и EVM tracing.

What changed

Radar detected a source-backed update from Offchain Nitro Releases. The item is linked to release, developer, arbitrum and affected symbols: ARB.

Why it matters

This page preserves the original source, trust context and Radar summary so readers can understand the event without treating it as a trading instruction.

Context and limitations

Orenix Radar is informational market intelligence. It is not financial advice, not a buy or sell signal, not a live trading engine and not a guarantee of future price movement.