Rootul P
Rootul P
https://github.com/celestiaorg/celestia-node/releases/tag/v0.16.0 
FYI a release from yesterday doesn't have prebuilt binaries: https://github.com/celestiaorg/celestia-node/releases/tag/v0.20.2-arabica.  GoReleaser gets confused when fetching the latest tag for a particular commit if...
1974272 bytes == 1.88 MiB but the params in the specs should be updated to use the exact byte value to make that clearer.
> @rootulp if governance votes to increase or decrease the Max blob size, would that const (DefaultMaxBytes) get updated in the app version? No it would not. `DefaultMaxBytes` is the...
I think we should remove the blob size check in celestia-node all together because it isn't necessary. The check was added in [this PR](https://github.com/celestiaorg/celestia-node/pull/2388/files#diff-e0265c8a8ef591c5dac3ccd849803c7c79932ed3b87bff256fdf9f291611ace4R120-R122) but `DefaultMaxBytes` is not appropriate to...
Users of KV indexer: - Twinkle - 2 more teams that reported bugs with KV indexer Acceptance Criteria - [ ] Deprecate in code comments - [ ] Deprecate in...
Another instance: https://github.com/celestiaorg/celestia-core/actions/runs/17805481042/job/50621138150?pr=2470
Another instance: https://github.com/celestiaorg/celestia-core/actions/runs/17807568853/job/50623081069?pr=2470
https://github.com/celestiaorg/networks/actions/runs/13920267041/job/38951643014?pr=539 is a false red flag because this is a new genesis.json file
Sync'ed with @mcrakhman - Hypothesis is that 362880 is large so it _seems_ like storage is growing indefinitely even though it will be eventually be bounded. - One idea to...