Closed OwenKaneCypher closed 2 months ago
Update: I changed the range after looking at others able to successfully download parts of the snapshot. I was able to download the range 20363990-20364000. However, 20463990-20464000 still errors
Update: I changed the range after looking at others able to successfully download parts of the snapshot. I was able to download the range 20363990-20364000. However, 20463990-20464000 still errors
hmm interesting. guessing data is partially corrupted, going to be uploading the full range next couple of days so hoping that will fix this but will leave open now as a reminder
Describe the bug
On latest version (bd14201), when downloading a snapshot it will error when the snapshot is nearly completed.
Steps to reproduce
The range doesn't seem to matter so any blocks in the current supported range will error:brontes db download-snapshot -s 20463990 -e 20464000 --brontes-db-path /tmp/brontes
Brontes logs
Platform(s)
Mac (Apple Silicon)
What version/commit are you on?
0.1.0-dev
Rust Nightly Version
rustc 1.82.0-nightly (636d7ff91 2024-08-19)
If you've built Brontes from source, provide the full command you used
RUSTFLAGS="-C target-cpu=native" cargo install --path crates/bin --profile maxperf
Code of Conduct