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

eth_getBlockByNumber failing with Error invoking RPC: Null entity ID #2557

Closed
aaron-cottrell-vc opened this issue May 31, 2024 · 4 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@aaron-cottrell-vc
Copy link

Description

One of our customers reported an issue with block 0x484e45 and a bunch of others on testnet failing when queried by RPC using the eth_getBlockByNumber method.

We have confirmed this on our node and also the hashio public endpoint.

It seems the block in questions had a failed ethereum transaction but we weren't expecting it to crash the whole request, explorer link: https://hashscan.io/testnet/block/4738629

Steps to reproduce

  1. Make example request

curl --request POST \ --url https://testnet.hashio.io/api \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "method": "eth_getBlockByNumber", "params": [ "0x484e45", false ], "id": "73" }'

  1. See example response with error

{"error":{"code":-32603,"name":"Internal error","message":"[Request ID: b36ce3a7-d69b-4414-a137-81c1cf6acae7] Error invoking RPC: Null entity ID"},"jsonrpc":"2.0","id":"73"}%

Expected result was to return information about that block.

Additional context

Other blocks with issues reported to us:
4738858, 4738933, 4739048, 4707219, 4707253, 4707483, 4706754, 4706828.

Hedera network

testnet

Version

v0.48.0

Operating system

None

@quiet-node
Copy link
Member

quiet-node commented May 31, 2024

blocked by hashgraph/hedera-mirror-node#8430

@ebadiere ebadiere modified the milestones: 0.49.0, 0.50.0 Jun 3, 2024
@kevin-matthews-vc
Copy link

Hi, as the ticket this was blocked by is now completed, is this ready to make it to the next release? and if so, do you know when that release will happen? Thanks

@quiet-node
Copy link
Member

Hi @kevin-matthews-vc, yes this update will be available next release in mirror-node@v0.107.0 which will happen at some point next week.

@quiet-node quiet-node modified the milestones: 0.50.0, 0.51.0 Jun 17, 2024
@quiet-node
Copy link
Member

Hello @kevin-matthews-vc and @aaron-cottrell-vc, mirror-node@v0.107.0 is now live on previewnet and testnet. With that said, this problem has also been resolved. Let us know if there's anything else we can help with! Thanks for your time!

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
Archived in project
Development

When branches are created from issues, their pull requests are automatically linked.

4 participants