Rootul P

Results 489 comments of Rootul P

@renaynay `TestListener` fails [here](https://github.com/celestiaorg/celestia-node/actions/runs/10204682220/job/28234359202?pr=3453#step:4:566) because header validation fails: ``` 2024-08-01T19:58:59.722Z ERROR header/p2p p2p/subscriber.go:122 invalid header {"from": "", "err": "app version mismatch, expected: 1, got 2"} ``` so I plan on...

Two more ideas: 1. Make "Honest Block Proposer" title consistent with the page title "Block Proposer". 2. Consider reordering all items in the summary that are app version specific to...

One more idea: - Constants have inconsistent casing. Proposal for all the constants in the specs to match the name and casing of the Go implementation.

Notes from call: - This isn't just a deprecate + remove. It's a new method. - `GetSamples` accepts different arguments and returns different values. - `GetSamples` returns proofs. - Do...

As a temporary workaround I do this: ``` $ celestia-appd status 2>&1 | jq . ```

Blocked on a release of celestiaorg/cosmos-sdk with https://github.com/celestiaorg/cosmos-sdk/pull/420

I added acceptance criteria to the OP.

While working on an unrelated issue I needed to figure out which message type URLs are supported per app version. Posting here for posterity. A summary of the difference between...

I see the edit button https://zkjargon.github.io/intro_to_zk/interactive_proofs.html so this issue seems close-able. ![Image](https://github.com/user-attachments/assets/553a0d9d-e0d1-493e-86a4-1adcb106198c)

For clarification: the [consistent app hash test](https://github.com/celestiaorg/celestia-app/blob/9475c4bcb9f9cb3f27c9be054201303526c11f2f/app/test/consistent_apphash_test.go#L38-L42) on `main` executes v1 state machine messages and compares against an app hash generated from executing the same messages on the `v1.x` branch....