-
Notifications
You must be signed in to change notification settings - Fork 161
Conversation
Codecov Report
@@ Coverage Diff @@
## development #386 +/- ##
===============================================
- Coverage 70.83% 69.92% -0.91%
===============================================
Files 38 38
Lines 2465 2487 +22
===============================================
- Hits 1746 1739 -7
- Misses 589 617 +28
- Partials 130 131 +1
Continue to review full report at Codecov.
|
I'm getting this error on the RPC tests. Seems that the ethermint pubkey is not registered on the amino codec
|
All the tests have been fixed now 🎉 |
app/ante/ante_test.go
Outdated
err := suite.app.BankKeeper.SetBalances(suite.ctx, acc1.GetAddress(), newTestCoins()) | ||
suite.Require().NoError(err) | ||
// err := suite.app.BankKeeper.SetBalances(suite.ctx, acc1.GetAddress(), newTestCoins()) | ||
// suite.Require().NoError(err) |
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.
Is there a reason why all these commented lines are still in here? These should get removed.
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.
I left all the commented lines for ease of upgrading later on. I can remove it and reference the commit on an issue if that's better
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.
No thats fine. I was just curious
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.
I think you are right and I should clean up the comments, it doesn't look clean
Description
IMPORTANT: only tested ACK reviews please (i.e review code + deploy contracts/test functionality)
TODO:
make test-import
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)