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
When attempting to post a batch, the following error occurs:
attempting to post batch 19, but the local inbox tracker database already has 20 batches.
This prevents further batch operations.
To Reproduce
Steps to reproduce the behavior:
Run Nitro node offchainlabs/nitro-node:v3.2.1-d81324d.
Attempt to post a new batch (e.g., batch ID 19).
Observe the error in the logs or console: attempting to post batch 19, but the local inbox tracker database already has 20 batches.
Expected behavior
Batch 19 should post successfully without conflicts in the local inbox tracker database, and subsequent batches should process as expected.
Screenshots
Attach any relevant screenshots or logs that capture the error.
Describe the bug
When attempting to post a batch, the following error occurs:
attempting to post batch 19, but the local inbox tracker database already has 20 batches
.This prevents further batch operations.
To Reproduce
Steps to reproduce the behavior:
offchainlabs/nitro-node:v3.2.1-d81324d
.attempting to post batch 19, but the local inbox tracker database already has 20 batches
.Expected behavior
Batch 19 should post successfully without conflicts in the local inbox tracker database, and subsequent batches should process as expected.
Screenshots
Attach any relevant screenshots or logs that capture the error.
Additional context
offchainlabs/nitro-node:v3.2.1-d81324d
The text was updated successfully, but these errors were encountered: