celestia-app icon indicating copy to clipboard operation
celestia-app copied to clipboard

PoS application for the consensus portion of the Celestia network. Built using celestia-core (fork of CometBFT) and the cosmos-sdk

Results 269 celestia-app issues
Sort by recently updated
recently updated
newest added

## Summary While we do want IBC connections to a few selected chains (https://github.com/celestiaorg/celestia-specs/issues/157), we do not want that anyone can establish a connection to arbitrary zones. Reason is that...

C: Celestia app

>Can we add a very short ADR for this as well. I'm also wondering what the best way to document this. Maybe the ADR could simply reference and slightly augment...

documentation
C: Celestia app

Introduction ✌🏻 --- Here is the current params we have for rpc part (I've removed some params that is indeed highly specific for each operator team) ```toml # Maximum number...

Introduction ✌🏻 --- Here is the current params we have for mempool part ```toml # Mempool version to use: # 1) "v0" - (default) FIFO mempool. # 2) "v1" -...

Introduction ✌🏻 --- Here is the current params we have for consensus part ```toml # How long we wait for a proposal block before prevoting nil timeout_propose = "3s" #...

If the default `PrepareProposal` method will accept a tx to be gossiped that ProcessProposal rejects, then it is possible that the chain will halt if that tx stays in other...

Introduction ✌🏻 --- Found during testing with testground, we haven't predefined what default values are specific and crucial for celestia-app validators In order to fix this, we need to review...

Modules in the sdk all have a package called simulation that interfaces with the `simapp` framework for fuzzing. Implement the simulation package for lazyledgerapp so that proper simulation fuzzing can...

We need to spend some time going through our parameters and the overall data commitment design to investigate potential changes that would make Celestia more zk friendly.

T:investigate

State sync should start up rather quickly, but it isn't on v0.5.4 or v0.6.0. I haven't tried using previous versions, but would suspect that the same issue occurs. It looks...

bug
C: Celestia app