-
Notifications
You must be signed in to change notification settings - Fork 235
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
Problem: no stateful precompiled contract for bank #837
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #837 +/- ##
==========================================
- Coverage 34.01% 33.95% -0.07%
==========================================
Files 112 113 +1
Lines 11051 11222 +171
==========================================
+ Hits 3759 3810 +51
- Misses 6914 7034 +120
Partials 378 378
|
|
||
func init() { | ||
addressType, _ := abi.NewType("address", "", nil) | ||
uint256Type, _ := abi.NewType("uint256", "", nil) |
Check warning
Code scanning / gosec
Returned error is not propagated up the stack. Warning
) | ||
|
||
func init() { | ||
addressType, _ := abi.NewType("address", "", nil) |
Check warning
Code scanning / gosec
Returned error is not propagated up the stack. Warning
Signed-off-by: yihuang <[email protected]>
35d10cf
👮🏻👮🏻👮🏻 !!!! REFERENCE THE PROBLEM YOUR ARE SOLVING IN THE PR TITLE AND DESCRIBE YOUR SOLUTION HERE !!!! DO NOT FORGET !!!! 👮🏻👮🏻👮🏻
Updates: #1116
PR Checklist:
make
)make test
)go fmt
)golangci-lint run
)go list -json -m all | nancy sleuth
)Thank you for your code, it's appreciated! :)