-
Notifications
You must be signed in to change notification settings - Fork 374
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
refactor: remove useless code and fix a test #3159
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3159 +/- ##
==========================================
+ Coverage 63.79% 63.80% +0.01%
==========================================
Files 549 549
Lines 78833 78824 -9
==========================================
+ Hits 50288 50297 +9
+ Misses 25153 25138 -15
+ Partials 3392 3389 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
3f907eb
to
c34bfd5
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.
Looks good 💯
ValidateBlock
method fromblockExec
tostate
sinceblockExec.db
was an unused parameter. (simplify + remove misleading comment)Sprintf
found in this packageValidateBasic
method (adding one more validation test that was marked with aTODO
comment)gno/tm2/pkg/crypto/crypto.go
Lines 24 to 30 in b3800b7
Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description