feat: add command download to download public node snapshots (#13598)

Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Léa Narzis
2025-05-07 11:28:48 +02:00
committed by GitHub
parent 5c64d59153
commit 178b0c1cb5
12 changed files with 422 additions and 3 deletions

View File

@@ -61,7 +61,6 @@ exceptions = [
# TODO: decide on MPL-2.0 handling
# These dependencies are grandfathered in https://github.com/paradigmxyz/reth/pull/6980
{ allow = ["MPL-2.0"], name = "option-ext" },
{ allow = ["MPL-2.0"], name = "webpki-roots" },
{ allow = ["MPL-2.0"], name = "webpki-root-certs" },
]