Andy Nogueira
Andy Nogueira
The idea is to support gRPC as default, but some refactoring needs to happen first. The gRPC support would be through some logic integration dynamic Cosmos I believe
Did some preliminary investigation on how to support versioning with mdbook. There might be a few options. Is the idea to have some sort of a drop down box on...
I think supporting that will be too complex at the moment with mdBook, probably would need to create a pre-processor or add-in to support that. The easiest way is to...
Hi @tdnguyenND, I'm Andy from the CometBFT team, in order to help @mmulji-ic troubleshoot this, could you please let us know how you're querying for this transaction using your full...
Thanks @tdnguyenND, what do you get when you query the block ? `curl http://localhost:26657/block?height=7412749`
https://www.mintscan.io/cosmos/block/7412749 doesn't have the tx hash you mentioned 0xAA9AC07139812CFF0BBC01B3B0CDA89474B2470E8A72B0750B4AE94B3B4CF2FD
Hi @ryujimin220, I'm Andy from the CometBFT team. Could you please let us know how you're using the `tx_search` querying to find that transaction. This will be helpful for @mmulji-ic...
Thanks @ryujimin220 , in your `app.config` (in `$HOME/.gaiad/config`) what is the value for `index-events`? ``` # IndexEvents defines the set of events in the form {eventType}.{attributeKey}, # which informs Tendermint...
Thanks, this gives some clarification on what needs to be done. Maybe we should break down those items into their own issues to provide more details on each and keep...
@jackzampolin I've started looking at the `authz` commands using in the Cosmos SDK binaries. Not a big fan of the ergonomics so if in lens we can have some more...