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

Add check for EthGetLogs return explicit error when queried for not-existing block hash #1

Open
snissn opened this issue Jul 24, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@snissn
Copy link

snissn commented Jul 24, 2024

filecoin-project/lotus#10940

query for a non existent block hash and validate whether we see

    "error": {
        "code": -32000,
        "message": "unknown block"
    }

if so the test passes


for deeper context

filecoin-project/lotus#12293

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants