You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: