Andy Nogueira
Andy Nogueira
Thanks for the feedback @charithabandi. I'll evaluate your feedback and use the information as part of an upgrade guide to v1 that I'm working on as part of https://github.com/cometbft/cometbft/issues/3416.
> @andynog do you want to work on this? Hi @melekes, I'm not working on the solution to this problem at the moment, mostly the guide for now. If you...
Thanks for the feedback, I will revisit this again soon
Hi @charithabandi, We just pushed a PR (https://github.com/cometbft/cometbft/pull/4184) with a guide for upgrading from v0.38.x to v1.0. It is currently under review, but if you have any feedback or think...
As mentioned in this [comment](https://github.com/cometbft/cometbft/issues/3834#issuecomment-2331001811) rolling upgrades are not supported. I will close this issue but the information can be used in a new issue for historical context. This should...
The optimal solution to prevent these issues is to move the `spec` folder inside the `docs` folder. This change will simplify maintenance significantly and make it much easier to cross-reference...
we have some information here, but agree that we could clarify the implications of having a `0` value https://docs.cometbft.com/v1.0/spec/abci/abci++_app_requirements#featureparamsvoteextensionsenableheight
Hi @charithabandi, what you describe is right about the `tx` search that it relies on the tx indexer. There might be a minimum delay because like you said the latency...
Hi @charithabandi, the Tx indexer is used mostly by the RPC layer. The mempool has its own internal structure to keep track of transactions.
Hi @charithabandi, Can we proceed to close this issue? I believe we’ve addressed all your questions and provided the necessary guidance for coding your app to retrieve the information. If...