Celestia consensus node

celestia cosmos-sdk lazyledger
3 Open Issues Need Help Last updated: Sep 4, 2025

Open Issues Need Help

View All on GitHub

AI Summary: GitHub Actions workflows, specifically those using `bufbuild/buf-setup-action`, are encountering API rate limiting errors because their API requests are unauthenticated. The issue proposes providing a GitHub token to these workflows to authenticate requests, thereby increasing the rate limit and preventing these errors.

Complexity: 1/5
good first issue CI

Celestia consensus node

Go
#celestia#cosmos-sdk#lazyledger

AI Summary: The task involves refactoring the Celestia-app codebase to replace all hardcoded chain IDs with references to the `appconsts` package, ensuring a single source of truth for chain identifiers. This will improve maintainability and reduce the risk of inconsistencies.

Complexity: 3/5
enhancement good first issue

Celestia consensus node

Go
#celestia#cosmos-sdk#lazyledger

AI Summary: Refactor duplicate code within the Celestia-app deployment scripts to utilize the existing `runScriptInTMux` function, improving code consistency and reducing redundancy. This involves identifying all instances of similar code in the deployment files (likely related to executing commands within tmux) and replacing them with calls to the `runScriptInTMux` function.

Complexity: 3/5
good first issue talis

Celestia consensus node

Go
#celestia#cosmos-sdk#lazyledger