keep-starknet-strange / madara

Building the Integrity Web. The most modular ZK Rollup framework.

Home Page:https://madara.build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: DA PUBLISH ERROR(Celestia)

chappie1998 opened this issue · comments

Bug Report

Madara version:

0.7.0

Current behavior:
Getting error while submitting the data on Celestia
on madara node side:-
2024-03-03 12:09:18 Failed to update the DA state: DA PUBLISH ERROR: celestia error: could not submit blob ErrorObject { code: ServerError(1), message: ": incorrect account sequence", data: None }

on celestia node side:- 2024-03-03T12:48:31.414+0530 WARN rpc go-jsonrpc@v0.3.1/handler.go:444 error in RPC call to 'blob.Submit': : incorrect account sequence

Steps to reproduce:

Following this tutorial, but I am using arabica testnet. https://docs.madara.build/da-layer/celestia

Things to check for

  1. Concurrent Transactions: If you're sending multiple transactions at once from the same account, each transaction needs an incremented sequence number to avoid conflicts. Make sure your code handles this correctly.

  2. Transaction Logs: Check the logs associated with the error for any patterns or specific transactions causing the mismatch.

  3. Celestia Configuration: Double-confirm that your Celestia setup matches the tutorial you're following. Make sure you're using the correct network and that all configuration parameters are set properly.

  4. Transaction Preparation: Ensure you're building transactions correctly, including setting the sequence number using the appropriate method

There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a 👍
Because this issue is marked as stale, it will be closed and locked in 7 days if no further activity occurs.
Thank you for your contributions!

DA is not part of madara anymore since #1580