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
Running a rollup node with rollkit utilising local light node and local/public RPC
Due to some reason the blob submission fails with context deadline exceeded: DA layer submission failed error="failed to submit blocks: RPC client error: sendRequest failed: Post \"http://localhost:56658/\": context deadline exceeded" attempt=0 module=BlockManager
To resolve the issue, the account sequence has to be manually adjusted to cover the gap between actual and expected values. For that, we have to use celeastia-appd for posting blobs with manual account sequence as it's not possible with celestia-node. Also, to do it through celestia-appd, one has to either sync and run an RPC node or cycle over public RPC nodes and be lucky enough to land on one with a clean mempool.
In such a case, it'd be really helpful to have a feature thats allows the user to set the account sequence while posting blobs through a light node.
The text was updated successfully, but these errors were encountered:
Implementation ideas
Request to reopen #3164.
Rollup node is unable to post blobs anymore due to the
incorrect account sequence
error.Details
context deadline exceeded
:DA layer submission failed error="failed to submit blocks: RPC client error: sendRequest failed: Post \"http://localhost:56658/\": context deadline exceeded" attempt=0 module=BlockManager
Also discussed in https://discord.com/channels/638338779505229824/1269171673467457618
Troubleshooting
... doesn't fix it
Resolution
To resolve the issue, the account sequence has to be manually adjusted to cover the gap between actual and expected values. For that, we have to use
celeastia-appd
for posting blobs with manual account sequence as it's not possible withcelestia-node
. Also, to do it throughcelestia-appd
, one has to either sync and run an RPC node or cycle over public RPC nodes and be lucky enough to land on one with a clean mempool.In such a case, it'd be really helpful to have a feature thats allows the user to set the account sequence while posting blobs through a light node.
The text was updated successfully, but these errors were encountered: