-
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
feat(freezeV2): optimize Stake2.0 code #5426
Merged
halibobo1205
merged 8 commits into
tronprotocol:develop
from
lxcmyf:feature/optimize_stake2_code
Aug 23, 2023
Merged
feat(freezeV2): optimize Stake2.0 code #5426
halibobo1205
merged 8 commits into
tronprotocol:develop
from
lxcmyf:feature/optimize_stake2_code
Aug 23, 2023
Conversation
This file contains 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
…imize_stake2_code
…ke2_code fix(freezeV2): optimize Stake2.0 code
…mize_stake2_code fix(freezeV2): optimize Stake2.0 code
…_stake2_code # Conflicts: # actuator/src/main/java/org/tron/core/actuator/DelegateResourceActuator.java # actuator/src/main/java/org/tron/core/utils/TransactionUtil.java # chainbase/src/main/java/org/tron/core/capsule/AccountCapsule.java # chainbase/src/main/java/org/tron/core/db/ResourceProcessor.java # framework/src/test/java/org/tron/core/actuator/DelegateResourceActuatorTest.java # framework/src/test/java/org/tron/core/actuator/utils/TransactionUtilTest.java # framework/src/test/java/stest/tron/wallet/newaddinterface2/FreezeBalance2Test.java
lxcmyf
force-pushed
the
feature/optimize_stake2_code
branch
4 times, most recently
from
August 17, 2023 11:06
91adb09
to
de40fbf
Compare
lxcmyf
force-pushed
the
feature/optimize_stake2_code
branch
from
August 17, 2023 11:52
de40fbf
to
f3e7964
Compare
yanghang8612
approved these changes
Aug 20, 2023
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
yuekun0707
reviewed
Aug 21, 2023
actuator/src/main/java/org/tron/core/actuator/DelegateResourceActuator.java
Show resolved
Hide resolved
yuekun0707
approved these changes
Aug 22, 2023
jwrct
reviewed
Aug 22, 2023
actuator/src/main/java/org/tron/core/utils/TransactionUtil.java
Outdated
Show resolved
Hide resolved
framework/src/test/java/org/tron/core/services/http/UtilTest.java
Outdated
Show resolved
Hide resolved
framework/src/test/java/org/tron/core/actuator/FreezeBalanceActuatorTest.java
Show resolved
Hide resolved
lxcmyf
force-pushed
the
feature/optimize_stake2_code
branch
2 times, most recently
from
August 23, 2023 05:39
fbbcb6e
to
6df755d
Compare
lxcmyf
force-pushed
the
feature/optimize_stake2_code
branch
3 times, most recently
from
August 23, 2023 07:14
4998589
to
a1c7338
Compare
lxcmyf
force-pushed
the
feature/optimize_stake2_code
branch
from
August 23, 2023 08:58
a1c7338
to
f4ad50c
Compare
framework/src/test/java/org/tron/core/actuator/UnfreezeBalanceActuatorTest.java
Outdated
Show resolved
Hide resolved
lxcmyf
force-pushed
the
feature/optimize_stake2_code
branch
from
August 23, 2023 11:01
f4ad50c
to
22b1265
Compare
halibobo1205
approved these changes
Aug 23, 2023
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?
optimize Stake2.0 code, close #5424
Why are these changes required?
This PR has been tested by:
Follow up
Extra details