Andy Nogueira
Andy Nogueira
There are some design considerations that needs to be addressed before introducing this logic. This PR approach to solve the problem might not be the optimal way or it would...
@sergio-mena, I believe this change will not cause any side effect with the `e2e` infra or releases. If you have any concerns about it please let me know. Thanks!
Will open another issue to address the problem based on @sergio-mena comments above. Will keep this open until new issue is opened.
> A solution here is to change the `String()` method of type `Tx` so that it calls `Tx.Hash()` instead. I'd not change the `String()` implementation since this is a public...
That's a good idea, we should leverage `scripts/metricsgen/metricsgen.go` to generate the `docs/explanation/core/metrics.md` file using a template like we did for the config using a template (`config/config.toml.tpl`)
Not sure if this would be also part of this particular issue, but I believe we need to better understand the use cases for people retrieving the genesis file via...
One solution is to implement logic that leverages the `Range` header, you can have the chunks on disk and if the range matches you return that or if not you...
We can implement a streaming gRPC for that sure but we’d still need to support the endpoint in JSONRPC until it's deprecated
Hi @alesforz I think this is good, concerning file chunks I expressed some ideas [here](https://github.com/cometbft/cometbft/issues/1289) For the hashing, we should not do it every time we access the file, I...
Hi @tac0turtle, could this be caused by a server spec and/or configuration issue ? I could fetch it using one of the public servers from the Cosmos registry. The response...