Rootul P
Rootul P
## Context https://github.com/celestiaorg/cosmos-sdk/blob/5dc3751cfca46c257d7aa480b4bcf8fbc490225a/x/distribution/keeper/keeper.go#L120-L210 ## Problem It's extremely difficult to understand what's happening here. The implementation of CIP-30 + CIP-31 seems extremely complex and I'm concerned there are bugs here (besides...
## Context Now we're maintaining v0.46.x-celestia, v0.50.x-celestia, and v0.51.x-celestia ## Problem There is no mergify config to automatically backport PRs based on labels ## Proposal Enable mergify so that we...
## Context https://github.com/cosmos/iavl/blob/master/CHANGELOG.md https://github.com/cosmos/iavl/blob/0e4c40f1f5efe11cbc6fca551bea1c888ded8824/CHANGELOG.md?plain=1#L1-L21 ## Problem The CHANGELOG on master is missing information for all of the releases greater than v1.2.0
## Context During a sync today, we discussed that Binary Builders will need more context on the changes in this repo that we want to retain when pulling upstream changes...
## Context https://github.com/osmosis-labs/osmosis/blob/976dc698709ec4f7132747f9aa914de6f096d53c/x/epochs/types/genesis.pb.go#L55-L65 ## Questions 1. Where is `t=35`? 2. When was the epoch created? Was it created prior to `t=14`? If so, why does the first tick occur at...
Upgrade to https://github.com/celestiaorg/cosmos-sdk/releases/tag/v0.51.9-rc0 ## Testing Verified in https://github.com/celestiaorg/celestia-app/pull/6334 that blocks get pruned within the evidence period when I set: - min-retain-blocks: 10 - snapshot-keep-recent: 0 - snapshot-interval: 0
## Context Discovered while working on https://github.com/celestiaorg/celestia-app/pull/6332 ## Problem My fresh mainnet node is filtering out most peers due to `peer is only using legacy propagation` ``` 7:05PM ERR Error...
Motivation: https://github.com/celestiaorg/celestia-core/issues/2606#issuecomment-3666534429 Still WIP
## Context - v7 filtering call. - The min commission rate is currently 10% - Similar to https://github.com/celestiaorg/celestia-app/issues/6214 ## Proposal - Explore increasing the min commission rate - Needs a...
## Context https://celestia-team.slack.com/archives/C07TJQPUDJP/p1756218104909649 ## Problem QuickNodes has an archive node. When they query a few block heights, they get an error ```shell $ curl -X GET "https://docs-demo.celestia-mainnet.quiknode.pro/cosmos/bank/v1beta1/balances/celestia1cwhxmw9kaz72nhdsuqvk6ljf9dzes8kg7ysg9d" -H "x-cosmos-block-height: 2748392"...