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

[Sequncer] v2.60.0 returns outdated latest block until the batch is closed. #1520

Closed
iszubok opened this issue Nov 29, 2024 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@iszubok
Copy link

iszubok commented Nov 29, 2024

We have batch sealing time set to 30 minutes.
When launching a new network from genesis, the sequencer node returns block #1 as a response to { "id": 1, "jsonrpc": "2.0", "method": "eth_getBlockByNumber", "params": ["latest", false] } despite new blocks are produced by the sequencer (can be seen from sequencer logs). Looks like the seuqencer always returns the latest block in the latest closed batch and not the latest block in WIP batch.

Request to fix this to support small single node devnet setups without runing a separate RPC node.

@afa7789
Copy link
Collaborator

afa7789 commented Dec 2, 2024

@iszubok, could you share config/reproduction steps?

@afa7789 afa7789 self-assigned this Dec 2, 2024
@Sharonbc01 Sharonbc01 added the bug Something isn't working label Dec 2, 2024
@hexoscott
Copy link
Collaborator

Fixed by #1527

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

5 participants