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

--endpoint option not taken into account for dump #6

Open
nikkolasg opened this issue Jan 10, 2024 · 1 comment
Open

--endpoint option not taken into account for dump #6

nikkolasg opened this issue Jan 10, 2024 · 1 comment
Labels
fixed The issue is fixed

Comments

@nikkolasg
Copy link

nikkolasg commented Jan 10, 2024

$ 0xweb c dump PudgyPenguins --output dumps/pudgy
...
20:29:08 Range worker request: 12876178-18978939. block range is too wide https://eth.public-rpc.com ...

or

$ 0xweb c dump PudgyPenguins --output dumps/pudgy --endpoints https://invalid-url-that-doesnt-exist.com
...
20:29:08 Range worker request: 12876178-18978939. block range is too wide https://eth.public-rpc.com ...

I haven't tried with other methods.

@tenbits tenbits added the fixed The issue is fixed label Jan 20, 2024
@tenbits
Copy link
Collaborator

tenbits commented Jan 20, 2024

Hi @nikkolasg , thank you for the submission. It looks like you have a typo in the parameter key, --endpoints, it should be singular.

However, with this, you have given me a hint to add support for multiple endpoints. So, in the new version 0.10.38, the flag --endpoints is also supported and can receive the CSV of the URLs.

Could you please recheck and provide your feedback to see if it works?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed The issue is fixed
Projects
None yet
Development

No branches or pull requests

2 participants