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

When we upgraded to cosmos-sdk v0.46, we gain the ability prioritized txs in the mempool. Since this feature is so critical, we need to test this in an integration test.

C: Celestia app
testing
mempool

## Summary of Bug When inputing `celestia-appd keys list` command, it gives error `migrate err: config.info: key not foundmigrate err: data.info: key not foundmigrate err: keyhash.info: key not foundEnter keyring...

bug
C: Celestia app

This issue will be a tracker for the remaining work for the QGB 1.0 to be finalized. New tasks will be added as they pop up. For now, the QGB...

C: QGB
Tracking
tracker
epic

As mentioned in https://github.com/celestiaorg/celestia-app/issues/652, we will need to create deployment scripts to ease the process of deploying a new tesnet and forking it. These can be written in Ansible, Terraform,...

enhancement
C: Celestia app

in #380 we started consuming 1 gas per byte of data posted via `MsgPayForData`, but didn't include this in the documentation. We should add this to the specs package of...

documentation

With our current message inclusion check, we are not checking the location of the messages, only that each message has a corresponding commitment in a `MsgPayForData`. This works for ensuring...

C: Celestia app
Tracking

Why is this test commented? _Originally posted by @SweeXordious in https://github.com/celestiaorg/celestia-app/pull/627#discussion_r948585018_ When moving share encoding and decoding logic to the app, we had to comment out a test because it...

C: Celestia app
testing

When we begin to ship different versions of the app, we need to have confidence that minor and patch versions of the app do not effect how it processes state,...

enhancement
good first issue
github_actions
C: Celestia app

We need to provide tooling for creating inclusion proofs that are ready to be verified by the qgb contacts. While at first we just write this in go, we might...

C: QGB

Currently, we use the file and folder structure from startport. What we should be doing is rather using the recommended folder structure here: https://github.com/cosmos/cosmos-sdk/blob/master/docs/building-modules/structure.md#recommended-folder-structure Where it helps readability we should...

C: Celestia app