Rootul P
Rootul P
## Context Spun out from https://github.com/celestiaorg/celestia-app/issues/2615 ## Proposal Manually test (can use knuu or Docker) that spins up multiple nodes: - 1 node on v2 with 67% of voting power...
## Context Josef at Informal Systems asked questions about `app/module` because no docs exist. ## Proposal Add a README for `app/module`.
Closes https://github.com/celestiaorg/celestia-app/issues/2267
definitely not blocking on it, but since this code is identical to https://github.com/celestiaorg/celestia-app/blob/92be1fcc7135bd1150d2064da2d7ac300642adba/app/square_size.go#L8-L28 we could probably find a way to abstract this logic. for instance, it might be best to...
## Context I'm trying to do a manual sync from genesis test using a celestia-appd binary build from main. ## Problem I can't get past block height 1. I'm observing...
Now that celestia-appd v1.3.0 is running a mainnet, we need a checklist for testing subsequent releases. I think we should document in this repo what testing needs to be performed...
## Context This repo uses ibc-go v6.2.1 https://github.com/celestiaorg/celestia-app/blob/735f2b9c114878fc9b14b223e214e81dbeb274a8/go.mod#L17 ## Problem ibc-go v6.2.x is past end of life. See [here](https://github.com/cosmos/ibc-go/blob/7e01c9149149b9d4b1d871e58eb88a22f15bdb3c/RELEASES.md?plain=1#L76) ## Proposal Investigate the migration path between ibc-go v6.2.1 to something...
Would also be useful I think to dump state (and optionally the block) upon hitting an error. Then we could debug each error independently quickly _Originally posted by @evan-forbes in...
## Context https://github.com/celestiaorg/celestia-app/pull/3182 adds interchain accounts but it doesn't include any end-to-end tests. Therefore the [test cases](https://github.com/celestiaorg/CIPs/blob/978b2eac64d9aa5913d7546c617693c1f9a43fb3/cips/cip-14.md?plain=1#L224-L237 ) mentioned in the CIP aren't covered yet. ## Problem It was extremely...
## Context The current [specs](https://celestiaorg.github.io/celestia-app/) are version unaware. We're planning on cutting a v2.0.0-rc0 in approximately a month. ## Proposal Version the specs. This could mean hosting one specs site...