Open Issues Need Help
View All on GitHubAI 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.
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.
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.