-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
baseapp: track events emitted from AnteHandler #6187
Conversation
👋 Thanks for creating a PR! Before we can merge this PR, please make sure that all the following items have been For contributor use:
For admin use:
Thank you for your contribution to the Cosmos-SDK! 🚀 |
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
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
Codecov Report
@@ Coverage Diff @@
## master #6187 +/- ##
=======================================
Coverage 54.82% 54.83%
=======================================
Files 443 443
Lines 26745 26749 +4
=======================================
+ Hits 14664 14668 +4
Misses 11040 11040
Partials 1041 1041 |
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.
ACK 🌮
* baseapp: append AnteHandler events to tx result * changelog * baseapp tests * fix test * update changelog * update log * move event out from conditional * minor update * fix panic * add switch case * remove result on error * change conditional * check for event len * update tests
Description
closes: #6186