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

Now that the decision is finalized of renaming the QGB to BlobStream, we should write an ADR to signal that and the corresponding changes to repos.

documentation
x/qgb
x/blobstream

I am working on specs in celestia-node, and I needed to point to NMT. I quickly found [this](https://celestiaorg.github.io/celestia-app/specs/data_structures.html#namespace-merkle-tree) section, and later on, I realized that we have [spec in the...

specs
external

The `TestPrepareProposalConsistency` test uses randomly sized transactions to test if PrepareProposal will ever create a proposal block that ProcessProposal rejects. While other tests are responsible for ensuring that a transaction...

good first issue

> Aaaah yes, we could backport. Should I open a PR? Are there more QGB docs that don't exist on v1.x? If yes, then a PR sounds good. _Originally posted...

documentation
good first issue
ice-box

## Context Contributors to this repo sometimes need to build and run a celestia-app node with their changes on an existing testnet. In this scenario, a contributor usually has to...

good first issue
ice-box

For the purpose of testing, it would be advantageous to gather a more comprehensive set of statistics related to the transactions generated within txsim. This task involves tracking this supplementary...

enhancement
testing
ice-box

Other cosmos networks have occasionally had to rely on quick sync instead of state sync. Quick sync has also been used as an extremely crude form of service discovery for...

investigate
ice-box

In the process of addressing requirements for spamming mocha-3, we encountered the necessity to simulate a network under a predefined transaction rate. Given our reliance on [`txsim`](https://github.com/celestiaorg/celestia-app/tree/main/test/txsim) for network simulation,...

enhancement
testing
ice-box

## Context https://github.com/celestiaorg/celestia-app/blob/3e6d22cfde678efac4f7c078228e9f294a7a9b8d/pkg/appconsts/initial_consts.go#L12-L14 ## Problem DefaultMaxBytes is used as a consensus param for `MaxBytes` [here](https://github.com/celestiaorg/celestia-app/blob/3e6d22cfde678efac4f7c078228e9f294a7a9b8d/app/default_overrides.go#L156). However, the current `DefaultMaxBytes` doesn't account for the size of the header, the validator set,...

good first issue
question
ice-box