Andy Nogueira
Andy Nogueira
Tried to broadcast a tx but the path is empty on S3, instead of error saying files are not there, got a message saying needed signatures. It would make more...
If there are multiple transactions in a particular [chain]/[keyname] it's hard to see the content of a particular transaction. A nice option would be to have an index parameter `(-i...
As part of the PR #1677, some beta proto files (`v1betaN`) ended up importing a `v1` proto. The reason was to avoid protobuf code duplication (i.e., having analogous proto data...
close: #2907 adding some additional information about ABCI error in the docs and example in kvstore --- #### PR checklist - [ ] Tests written/updated - [ ] Changelog entry...
close: #3002 This PR fixes the issue reported above. This is not a storage issue in particular, the results are still in storage after an upgrade, but not returned properly...
Need some spec updates on https://github.com/cometbft/cometbft/blob/main/spec/core/state.md Also, `CommitResponse` doesn't return data
- [ ] Improve ABCI spec to clearly explain the difference between error codes (inside ) and errors returned by the ABCI calls themselves - [ ] Fix some error...
close: #2847 **NOTE**: Please **don't** merge this yet. This is an experimental WIP so @ValarDragon can do some testing for performance profiling. Depending on the outcome of these changes we...
The `GenesisDocProvider` is a type alias for a func https://github.com/cometbft/cometbft/blob/ce68e90dadb89c3162b8b549dfc3da3c10ec0aa8/node/setup.go#L55 When the logic was implemented, I believe that the expectation was that this `GenesisDocProvider` was going to be 'provided' using...
## Feature Request ### Summary Create a tutorial showing a sample application that leverages ABCI 2.0 ### Problem Definition We currently don't have a nice tutorial highlighting all the important...