helium / blockchain-core

Apache License 2.0
213 stars 86 forks source link

Snapshot download does not verify file size or hash #1276

Open Vagabond opened 2 years ago

Vagabond commented 2 years ago

The JSON contains the hash and the size of the file to download, but it's currently not checked.

The result of blockchain_worker:do_snap_source_download should be checked before attempting to load it.