jchappelow
jchappelow
**Describe the bug** The two latest release tags are `v1.23` and `v1.24`. However, since these are not semver tags, `go install` can't install them via either `@latest` or `@v1.24`. To...
## Bug Report ### Setup **CometBFT version**: v0.38.7 and v0.38.12 **Have you tried the latest version**: yes *ABCI app*: both `example/kvstore` and [Kwil](https://github.com/kwilteam/kwil-db) **node command runtime flags**: A range of...
The `SetErrPrefix` method introduced in https://github.com/spf13/cobra/pull/2023 is nice, but I wanted to set it to an empty string `""`, but discovered that this is treated the same as if you...