-
Notifications
You must be signed in to change notification settings - Fork 586
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
fix: check x/bank
send enabled before escrowing fees
#2942
Conversation
x/bank
send enabled before escrowing fees
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.
Nice work! Super clean PR. Left one nit but feel free to ignore.
Should the commit message include fix(statemachine)!: check x/bank send enabled before escrowing fees
?
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.
LGTM! Agree with all of @damiannolan's suggestions!
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2942 +/- ##
==========================================
+ Coverage 78.55% 78.56% +0.01%
==========================================
Files 178 178
Lines 12271 12277 +6
==========================================
+ Hits 9640 9646 +6
Misses 2206 2206
Partials 425 425
|
Description
closes: #XXXX
Commit Message / Changelog Entry
fix(statemachine)!: check x/bank send enabled before escrowing fees
see the guidelines for commit messages. (view raw markdown for examples)
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
).godoc
comments.Files changed
in the Github PR explorer.Codecov Report
in the comment section below once CI passes.