Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing compression algorithm makes cryo error #166

Open
davidgasquez opened this issue Jan 4, 2024 · 0 comments
Open

Changing compression algorithm makes cryo error #166

davidgasquez opened this issue Jan 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@davidgasquez
Copy link

Version
cryo 0.3.1-10-g5a1a3bf

Platform
Linux cac8122b2ebc 6.6.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 02 Jan 2024 02:28:28 +0000 x86_64 x86_64 x86_64 GNU/Linux

Description
You can run cryo with the defaul compression like this:

cryo transactions --contract "0x03506eD3f57892C85DB20C36846e9c808aFe9ef4" \
    --output-dir data \
    --overwrite \
    -b 18940000:18950000 \
    --rpc https://eth.merkle.io

It'll work and generate the files. If you run cryo with other compression, it'll fail. E.g: snappy.

cryo transactions --contract "0x03506eD3f57892C85DB20C36846e9c808aFe9ef4" \
    --output-dir data \
    --overwrite \
    --compression snappy \
    -b 18940000:18950000 \
    --rpc https://eth.merkle.io

This is the error summary returned:

error summary
─────────────
(errors in 10 chunks)
- Collect failed: block not found (10x)
@davidgasquez davidgasquez added the bug Something isn't working label Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant