-
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
R4R: x/auth: fetch one account after another #3121
R4R: x/auth: fetch one account after another #3121
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #3121 +/- ##
===========================================
- Coverage 55.03% 55.02% -0.02%
===========================================
Files 133 133
Lines 9434 9434
===========================================
- Hits 5192 5191 -1
- Misses 3925 3926 +1
Partials 317 317 |
97f85b1
to
16465c5
Compare
94eade9
to
e2296f9
Compare
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.
One small remark, but otherwise this LGTM 👌
@alexanderbez amended |
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.
Tested ACK
- Don't read all accounts in one go as signature verification could fail before last signature is checked. - TestAnteHandlerFees now checks whether fees were actually deducted from the account as well as the fee keeper collected them. Thanks: @ValarDragon for pointing this out Closes: #3093
- Don't read all accounts in one go as signature verification could fail before last signature is checked. - TestAnteHandlerFees now checks whether fees were actually deducted from the account as well as the fee keeper collected them. Thanks: @ValarDragon for pointing this out Closes: #3093
08b66d6
to
e4ac290
Compare
Don't read all accounts in one go as signature verification
could fail before last signature is checked.
TestAnteHandlerFees now checks whether fees were actually
deducted from the account as well as the fee keeper collected
them.
Thanks: @ValarDragon for pointing this out
Closes: #3093
docs/
)PENDING.md
with issue #Files changed
in the github PR explorerFor Admin Use: