-
Notifications
You must be signed in to change notification settings - Fork 15
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
feat: Add wrapped ICX token #463
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #463 +/- ##
============================================
- Coverage 73.05% 73.02% -0.04%
- Complexity 1603 1620 +17
============================================
Files 116 118 +2
Lines 7686 7762 +76
Branches 936 951 +15
============================================
+ Hits 5615 5668 +53
- Misses 1667 1673 +6
- Partials 404 421 +17
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
2809915
to
7fed623
Compare
} | ||
|
||
BigInteger getICXDeposit() { | ||
return getICXDeposit(); |
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 want to return here Context.getValue();
|
||
private String ensureNotEmpty(String str) { | ||
Context.require(str != null && !str.trim().isEmpty(), "str is null or empty"); | ||
assert str != null; |
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.
already thrown exception for str==null, assert not required I think
Description:
Commit Message
see the guidelines for commit messages.
Changelog Entry
Checklist: