Replace Long.valueOf with Long.parseLong#15
Merged
sasaxie merged 1 commit intotronprotocol:developfrom Dec 29, 2017
khuezy:send-command-parse-long
Merged
Replace Long.valueOf with Long.parseLong#15sasaxie merged 1 commit intotronprotocol:developfrom khuezy:send-command-parse-long
sasaxie merged 1 commit intotronprotocol:developfrom
khuezy:send-command-parse-long
Conversation
Contributor
|
LGTM |
zhaohong
pushed a commit
that referenced
this pull request
Feb 5, 2018
Y7SS+OhvhTlhl711b0iLvzRPRM0NJn3+r/s/u5DZs0NSZM/QPZKJeOm9zli9tOWo 7jBmYnswhXet8dH1tPYhIQRT35p33SuzGY6HUsCQhtolLzzBfXtasUs+2YRcAzBJ zJG3JgevB5Tgb9X1u3jKAiAp/hQ6zulO1wYUX9K0LsiCu8Q60emYDkMD301uLo9e WK8ffLmPxw6JA582/2GI0zUPxp51WgbAdWDc/+F7wVlPmY8uCR+2BRzciOiJ/GDT PCqyHXvZsln7ShK1ITjCZ/W8So4Gpy1N9s4og90CnI0jQtIInP5dI4nQ4NvAdgY= =ZNa0 -----END PGP SIGNATURE----- Merge pull request #15 from tron-network/feature/contract Feature/contract
zhaohong
pushed a commit
that referenced
this pull request
Feb 5, 2018
zJNi793OQQIrGC22hcPSO4FsOzwIRdKYFDFxRqzoQLK9fCM7LjcJZcxIWfVv3PYZ biwEagRf4VbmVwH5Fs+jheGw/9LgIPjeLkwY197l85gS6IcbIaib18BAu2TUu/Ug 6P3XKkfqih17YLMCeNyrPq9OwkEI5jLB+uOQi/9Z1gb/7MpD5bQur1hqpdN+q6xo n4lSMEzP3R4/vDgQOTTut8jkcd5v8GmodXztBj2NOXwA+guek2co4p3b/OiQnoVV S5aLdVNv0lgs+aUHDnz0GLKCEfBaWfTp2F2B7Y9JbtG2enEyiZqDMxVlDsKgjjM= =ssm+ -----END PGP SIGNATURE----- Merge pull request #15 from khuezy/send-command-parse-long :zap:perf: Replace Long.valueOf with Long.parseLong
Contributor
|
Hello, I am a crew member of TRON, and now we are planning to provide an incentive for your contribution. Please leave me your email address. Thanks. |
Contributor
Author
|
@ybhgenius Hi, my email is: khuelude@gmail.com |
CodeNinjaEvan
added a commit
that referenced
this pull request
Mar 21, 2018
add GetAssetIssueByAccount.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Replaces function call to parse transaction amount from send parameters.
Why are these changes required?
To make code a little more efficient.
Long.valueOfcallsparseLongand returns anew Longobject.A primitive
longseems to be sufficient.This PR has been tested by: