Rootul P
Rootul P
Answering my own questions from above: > Which git branch do you propose adding the test in this issue to (presumably main)? main > If main where you plan to...
Given the implementation is already complete and we're not frequently modifying the v0 implementation, is there a lot of maintenance burden from keeping it? IMO if we're going to remove...
I have an idea for something to include in the CIP. Apparently Bitcoin's ([RBF](https://developers.bitgo.com/guides/get-started/concepts/rbf)) enables users to opt-in to RBF. > allowing users to signal explicitly that their transactions could...
@staheri14 raised a concern on Slack: > Let me elaborate with an example: If each block can accommodate 10KB and the mempool is also 10KB, the first block will consume...
https://github.com/celestiaorg/celestia-app/pull/4284 bumps `MaxTxsBytes` to 80 MiB.
Thanks! LGTM because the data root and app hash match what is on v3.x. See https://github.com/celestiaorg/celestia-app/issues/5002
Can you elaborate on how/why it's not used? It looks like it's part of the x/evidence module still: https://github.com/celestiaorg/cosmos-sdk/blob/release/v0.46.x-celestia/x/evidence/spec/03_messages.md#msgsubmitevidence
Additional context from in-person sync: - Most Cosmos chains have this module but don't use it because evidence is handled by CometBFT. - We've had x/evidence since app version 1...
Going to close this as "won't do" because there isn't enough info in the OP on why we should remove it. Also it's currently planned to be included in v4.