Rootul P

Results 489 comments of Rootul P

Thanks for sharing! The baseApp's [checkState](https://github.com/celestiaorg/cosmos-sdk/blob/262703adbb31590538bdb4bc6bf8a5135f816537/baseapp/baseapp.go#L437-L440) appears private. Do you know which getter we can use to fetch it? I couldn't find one.

We're no longer doing **Option A** of https://github.com/celestiaorg/celestia-app/issues/2156 so maybe we close this issue for now and open a new issue when we need to plumb app version into various...

cc: @nashqueue as the author of ADR 11. Do you have any links we can point to from ADR 11 for this?

Note there's an extra complication in addressing this issue. The v3 e2e test needs to override the upgrade height delay. We do that via built tags. The docker image used...

Closed by https://github.com/celestiaorg/celestia-app/pull/3882/files#diff-9f8a1d7b30db1f930147240dffdd19832de90abc0c1026ccb900ee601a54e208L40-L45

One idea to resolve the flakiness is to refactor the test to use testapp instead of a testnode. That way the test can invoke `BeginBlock`, `DeliverTx` with enough txs to...

> it may be decided to remove the TimeoutCommit and TimeoutPropose fields from the configs I think we need to keep these in the celestia-app v3 binary because the config...

I don't understand why outstanding rewards are only fetched if this line evaluates to true: ``` if err != nil || del == nil { ``` IMO this code needs...

> updated the mainnet persistent peers script to include the id and address. Found this when setting up a mainnet consensus node. 1. What did you find? 2. What happens...

Callum shared https://www.notion.so/celestiaorg/Multiapp-Prototype-16865f0eb94546ca8069bdb5e5cadd30 which is super helpful