feat: include the new DNS multiaddr filtering policy for node operators.#3790
feat: include the new DNS multiaddr filtering policy for node operators.#3790librelois wants to merge 1 commit into
Conversation
Add DNS multiaddr filtering CLI policy
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Goal
Update the
polkadot-sdkpin frome4d0430705cf7e0c31ef3ad6a8de8e671212a679to09e2fee3c53b217db27ea1197ef045048a95ca7bto include the new DNS multiaddr filtering policy for node operators.What reviewers need to know
This is a
Cargo.lock-only dependency pin update. The important upstream change is09e2fee3c53b217db27ea1197ef045048a95ca7b, which adds opt-in DNS multiaddr filtering tosc-cli/sc-network:--deny-untrusted-dns-multiaddrsdenies DNS multiaddresses learned from untrusted discovery sources.--deny-dns-suffixes <suffixes>denies DNS multiaddresses matching configured suffixes.The pin bump also includes two smaller upstream commits:
warn;xcm-emulatorextension that allows non-Aura parachains to override block/digest production, which supports Moonbeam/Nimbus-based integration testing.No runtime storage, extrinsic, RPC, or default node behavior changes are expected from this PR. The operator-facing DNS filtering behavior is opt-in through the new CLI flags.
Need help on this PR? Tag
@codesmithwith what you need. Autofix is disabled.