-
Notifications
You must be signed in to change notification settings - Fork 79
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
rpc: support stringified address in getnep5balances RPC #1146
Conversation
Codecov Report
@@ Coverage Diff @@
## master-2.x #1146 +/- ##
==============================================
+ Coverage 67.95% 67.96% +0.01%
==============================================
Files 159 159
Lines 15551 15556 +5
==============================================
+ Hits 10567 10573 +6
+ Misses 4463 4462 -1
Partials 521 521
Continue to review full report at Codecov.
|
Allow to get address from both representations.
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.
Should we also add support of this feature to RPC client?
@AnnaShaleva |
Seems to be OK already (although technically they could both be |
Fix #1143 .
Also extend
getnep5transfers
.