Optional upgrade for Lisk Node operators
Note
This release only changes the reth snapshot bootstrap script and the lz4 runtime dependency in the reth image. There are no OP Stack version bumps. Mainnet operators already on v0.4.17 do not need to upgrade unless they want to bootstrap reth from a lz4-compressed archive.
Highlights
reth/download-apply-snapshot.shnow dispatches the extract step on the snapshot's file extension:.tar.gzand.tarcontinue to use the existingtar -xfpath (GNU tar autodetects gzip from magic bytes)..tar.lz4routes throughtar -I lz4. lz4 is not covered by tar's magic-byte autodetect, so a baretar -xf foo.tar.lz4fails withThis does not look like a tar archive— the dispatch fixes that.- Unrecognized formats exit with a clear error rather than failing inside tar.
reth/Dockerfileinstalls thelz4package alongside the existingjq,curl,supervisorso thelz4binary is available at runtime.
OP Stack Changeset
No changes in this release. op-node, op-reth, and op-geth versions are unchanged from v0.4.17.
Full Changelog: v0.4.17...v0.4.18