Rootul P
Rootul P
## Context We've had a few conversations about migrating existing params from governance modifiable to unmodifiable. This is roughtly the same idea as [CIP-16](https://github.com/celestiaorg/CIPs/blob/main/cips/cip-16.md) for other parameters that aren't covered...
## Problem Originally reported via @tuxcanfly. See https://gist.github.com/tuxcanfly/207ab3dc1fac4bb9c38bedad2a053f18 ## Proposal Is it possible for `CheckTx` to reject this type of transaction prior admittance into the mempool? - A stateful check...
[Suggestion Not directly related to this PR] An alternative and potentially cleaner approach would be to compare the length of the data with the namespace size configured for the underlying...
nice, if we're going to add the tests here, then we might want to move the actually params to block here as well. super duper optional tho _Originally posted by...
## Context Our app.go is massive. Consider refactoring out a modules.go like Osmosis. See https://github.com/osmosis-labs/osmosis/blob/main/app/modules.go
## Context https://github.com/celestiaorg/celestia-app/issues/2977#issuecomment-1962320910 ## Problem There is currently confusion on what happens if the list of transactions exceeds the max capacity of a block. Are low fee paying transactions dropped...
## Context > The order of blobs in a namespace is dictated by the priority of the PFBs that paid for the blob. A PFB with greater priority will have...
## Context This repo publishes Docker images to https://github.com/celestiaorg/celestia-app/pkgs/container/celestia-app/versions ## Problem The current README has sections under the Install section for Source and Prebuilt binary but it doesn't have a...
## Context Currently this repo uses "api breaking" and "consensus breaking" labels to differentiate breaking changes. The "api breaking" label should be applied to any issue / PR that modifies...
## Context https://github.com/celestiaorg/celestia-app/blob/2de3ed3f1c3bd636e917017c77374036d9c26b97/docs/architecture/adr-021-restricted-block-size.md?plain=1#L83 ## Problem I don't see where this is enforced: > Must be smaller than the `MaxSquareSize`. which means the app needs to determine the limiting max square...