Rootul P

Results 489 comments of Rootul P

https://github.com/celestiaorg/celestia-node/releases/tag/v0.16.0 ![Screenshot 2024-09-10 at 2 01 22 PM](https://github.com/user-attachments/assets/1ebf0703-2bb5-46ad-89f5-a22e6eb53375)

FYI a release from yesterday doesn't have prebuilt binaries: https://github.com/celestiaorg/celestia-node/releases/tag/v0.20.2-arabica. ![Screenshot 2024-11-19 at 10 17 38 AM](https://github.com/user-attachments/assets/5467c458-8ed3-499f-bab6-65b1aa6c8b8f) 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...