-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: support debug trace QueryResult #9576
Conversation
47ada97
to
fc4354e
Compare
fc4354e
to
940a1f1
Compare
Codecov Report
@@ Coverage Diff @@
## master #9576 +/- ##
===========================================
+ Coverage 35.48% 63.47% +27.98%
===========================================
Files 332 571 +239
Lines 32620 37521 +4901
===========================================
+ Hits 11575 23815 +12240
+ Misses 19819 11848 -7971
- Partials 1226 1858 +632
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good
can you update this branch with master @yihuang ?
CHANGELOG.md
Outdated
@@ -41,6 +41,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ | |||
* [\#9231](https://github.com/cosmos/cosmos-sdk/pull/9231) Remove redundant staking errors. | |||
* [\#9205](https://github.com/cosmos/cosmos-sdk/pull/9205) Improve readability in `abci` handleQueryP2P | |||
* [\#9314](https://github.com/cosmos/cosmos-sdk/pull/9314) Update Rosetta SDK to upstream's latest release. | |||
* [\#9576](https://github.com/cosmos/cosmos-sdk/pull/9576) Add debug error message to query result when enabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you move this to a Features
subsection in the Unreleased section?
@yihuang any updates on this? |
940a1f1
to
d13574c
Compare
sorry for the delay, done now. |
done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
* add changelog entry fro 9432 * Move #9576 to api-breaking Co-authored-by: Amaury <[email protected]>
can we backport this to |
Description
To let abci query response include more detailed error message with node started with
--trace
.Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change