c-node

Results 13 comments of c-node

it seems to start after this throws. perhaps it's not properly recovering from `incorrect account sequence`? `ERR DA layer submission failed error="failed to submit blocks: rpc error: code = Unknown...

Just attempted to manually test using [this commit of celestia-da](https://github.com/rollkit/celestia-da/commit/6afe38896abe1a432415bdad1e922698ac59997b). I got this error output from Rollkit ``` 2:35PM ERR DA layer submission failed error="failed to submit blocks: rpc error:...

including another example of poor dev ex relating to this problem: ``` ▶ bash restart-local.sh 1:43PM INF starting node with ABCI CometBFT in-process module=server 1:43PM INF starting node with Rollkit...

After the 1 second timer in lazy sequencing, transactions remaining in the mempool will stay pending in there until the lazy sequencer is awakened by a new transaction from a...

> Move DAIncluded and seen hashes to persistent memory could add a field to the Block type in the store

this can be optimistic. Once the aggregator knows that their block is added to Celestia, they may simply sign an attestation asserting that it's available in a specific Celestia block-height....

pseudocode: ``` for { select { ... case blockSoftConf := finalizedHeight { blockCandidates := getObservedBlocksAtHeight(height) winner := applyForkChoiceRule(blockCandidates) // revert the non-finalized part of the chain to right before the...

Instead of adding logic to restrict namespaces, could we: 1. sort the blobs numerically by signer 2. encode min-max signer in the NMT, in addition to min-max namespace 3. filter...