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

As discussed https://github.com/celestiaorg/celestia-app/pull/550#discussion_r926474209, we can investigate the use of multiple keys to index valset/data commitment confirms in the store so that we don't have to iterate over all of it...

enhancement
C: QGB

Currently, the QGB is using multiple go routines to enqueue attestations and process them. We can further simplify this by following a design similar to the relayer and simply the...

C: QGB

Currently, multiple unit tests are not added since the project is still in early phases, and designs change frequently. However, once we're confident, we will need to increase test coverage....

good first issue
C: QGB

We could implement in the orchestrator an extra go routine that checks periodically if all the attestations that need to be signed were signed. And queue the missed ones. _Originally...

C: QGB

We could implement in the QGB orchestrator an exponential backoff mechanism when retrying. _Originally posted by @SweeXordious in https://github.com/celestiaorg/celestia-app/pull/512#discussion_r912296231_

C: QGB

This issue will be a tracker for the work for the QGB 2.0. New tasks will be added as they pop up. ## Must have - [ ] https://github.com/celestiaorg/celestia-app/issues/309 -...

C: QGB
Tracking

Currently, sometimes when starting the QGB, we have the following panic: ```logs core0 | 12:30AM INF commit synced commit=436F6D6D697449447B5B3139352036372036302032333520393020313934203139203233382031343120353220313839203736203833203135382031393020323237203235332036312039332031353120323136203139382031303920323534203136342038312031313820313838203531203636203132312038305D3A3233427D core0 | 12:30AM INF committed state app_hash=C3433CEB5AC213EE8D34BD4C539EBEE3FD3D5D97D8C66DFEA45176BC33427950 height=571 module=state num_txs=4 core0...

C: QGB

As discussed in https://github.com/celestiaorg/celestia-app/pull/478#discussion_r893744763_, currently, the QGB orchestrator is implemented to sign attestations up to the last unbonding period. This makes sense when we have slashing, as after the unbonding...

enhancement
C: QGB

The commands defined under `x/qgb/client/cli` still need to be implemented to be able to query the QGB for validator sets and data commitments.

good first issue
C: QGB
low priority

The minor TODOs we have in the QGB that are not tracked by any issue (won't be useful to have separate issues for them) need to be fixed before merging...

C: QGB
low priority