-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Feature/triggerConstantContract & clearContractABI #2125
Conversation
1. Use variable `isStaticCall` instead of `isRootCallConstant` in class `Program` 2. Remove useless constant-check of tx from P2P
# Conflicts: # src/main/java/org/tron/common/runtime/config/VMConfig.java # src/main/java/org/tron/common/runtime/vm/DataWord.java # src/main/java/org/tron/common/runtime/vm/OpCode.java # src/main/java/org/tron/core/Wallet.java # src/main/java/org/tron/core/actuator/ProposalCreateActuator.java # src/main/java/org/tron/core/config/Parameter.java # src/main/java/org/tron/core/db/DynamicPropertiesStore.java # src/main/java/org/tron/core/db/TransactionTrace.java # src/main/java/org/tron/core/witness/ProposalController.java # src/main/protos/core/Tron.proto # src/test/java/org/tron/common/runtime/vm/DataWordTest.java # src/test/java/org/tron/core/actuator/ProposalCreateActuatorTest.java # src/test/java/stest/tron/wallet/common/client/utils/AbiUtil.java
Codecov Report
@@ Coverage Diff @@
## develop #2125 +/- ##
=============================================
+ Coverage 42.28% 42.59% +0.31%
- Complexity 4245 4317 +72
=============================================
Files 536 539 +3
Lines 32172 32419 +247
Branches 3512 3532 +20
=============================================
+ Hits 13603 13810 +207
- Misses 17273 17290 +17
- Partials 1296 1319 +23
Continue to review full report at Codecov.
|
# Conflicts: # src/main/java/org/tron/core/Wallet.java # src/main/java/org/tron/core/actuator/ProposalCreateActuator.java # src/main/java/org/tron/core/config/Parameter.java
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.
LGTM
refer to #2242 |
What does this PR do?
Why are these changes required?
This PR has been tested by:
Follow up
Extra details
tronprotocol/TIPs#31
tronprotocol/TIPs#32