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
address add isContract member #2323
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2323 +/- ##
=============================================
+ Coverage 44.01% 44.36% +0.34%
- Complexity 5046 5092 +46
=============================================
Files 596 596
Lines 36706 36723 +17
Branches 3973 3975 +2
=============================================
+ Hits 16156 16292 +136
+ Misses 19030 18889 -141
- Partials 1520 1542 +22
Continue to review full report at Codecov.
|
b0dcd13
to
e4b618b
Compare
address add isContract member (cherry picked from commit 056b88a) # Conflicts: # src/main/java/org/tron/core/Wallet.java
@Sh11thead |
@sullof We are envisioning a new API or a unified transfer method that can transfer both the normal address and the smart contract address. |
What does this PR do?
add new opcode isContract
Why are these changes required?
This PR has been tested by:
Follow up
Extra details
TIP44