Rootul P

Results 200 issues of Rootul P

## Context Feature request from @Wondertan ## Feature Request This repo currently provides scripts to sync via state sync. It would be nice if it also provided scripts to start...

enhancement

## Context https://github.com/celestiaorg/celestia-app/issues/3824 ## Problem Arabica and Mocha have an incorrect ICA host param for AllowMessages because it is the default [*]. It should be an explicit allowlist. ## Proposal...

needs:discussion
nice to have

## Context https://github.com/celestiaorg/celestia-app/pull/3843#issuecomment-2343238142 ## Problem We currently have no test that starts a node using the Mocha (or Mainnet) genesis file. This means that if we introduce a regression (like...

testing

## Context @renaynay and @cristaloleg had a validator with a broken config (app.toml, config.toml) ## Problem The broken config resulted in this symptom: ``` $ grpcurl -plaintext -d '{"subspace": "gov",...

bug

## Context https://github.com/celestiaorg/celestia-app/issues/3792#issuecomment-2329724029 ## Problem I couldn't figure out why a `MsgPayForBlobs` failed to execute on a host chain after being sent via ICA. It turns out our ibc-go version...

investigation

Might be good to specify on which systems these commands work. _Originally posted by @rach-id in https://github.com/celestiaorg/celestia-app/pull/3851#discussion_r1751344713_ Additional ideas: 1. Provide instructions to enable BBR on as many platforms /...

good first issue
nice to have

## Problem In celestia-app v2 there is confusing logic in `Info()` to determine the app version. https://github.com/celestiaorg/celestia-app/blob/4b34f8b3c707f6ceacbee6afe0d061b29645ce4b/app/app.go#L511-L536 ## Proposal Consider adding `AppVersion` to [RequestInfo](https://github.com/celestiaorg/celestia-core/blob/0d2b63836d0f4587e162bfded58f53fba238e69c/abci/types/types.pb.go#L551-L555)

ABCI
refactor
WS: Maintenance 🔧

## Context Our current specs are hosted at https://celestiaorg.github.io/celestia-app/. The CIPs site is hosted at https://cips.celestia.org/ which is shorter + slightly nicer b/c it doesn't contain `.github.io`. ## Proposal Consider...

specs

## Context I was wondering why I could never pipe the output of celestia-appd status into jq like this: ```shell celestia-appd status | jq . ``` ## Problem It turns...

bug
WS: Maintenance 🔧

## Context Difficult to test the fix proposed in https://github.com/celestiaorg/celestia-app/pull/3826 ## Problem It isn't currently possible to rollback to a particular block height (i.e. before the v2 activation height on...

nice to have