[go: up one dir, main page]

DAL/Node: add CLI options for HTTP backup URIs and trust configuration

This MR introduces two new CLI options to prepare the slot retrieval in the DAL node:

  • --http-backup <URI>: Adds support for specifying one or more HTTP base URIs from which to fetch missing slots if they're unavailable locally or cannot be reconstructed from shards. Multiple values can be passed by repeating the flag.

  • --trust-http-backup-uris: If enabled, disables cryptographic verification of slots retrieved via the HTTP backup URIs. This option defaults to false, and should only be used in controlled environments (e.g., historical replay or trusted test setups). It's not recommended for production or refutation game contexts unless the source is fully trusted.

Merge request reports

Loading