Skip to content

Conversation

@aiden3885
Copy link

What does this PR do?
remove deprecated config from The implementation of TIP-6780 (tronprotocol/tips#765).

Why are these changes required?

This PR has been tested by:

  • Unit Tests
  • Manual Testing

Follow up

Extra details

PARAMETER.allowTvmSelfdestructRestriction =
config.hasPath(Constant.COMMITTEE_ALLOW_TVM_SELFDESTRUCT_RESTRICTION) ? config
.getInt(Constant.COMMITTEE_ALLOW_TVM_SELFDESTRUCT_RESTRICTION) : 0;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was Constant.COMMITTEE_ALLOW_TVM_SELFDESTRUCT_RESTRICTION not removed?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the reminder. Yes, Constant.COMMITTEE_ALLOW_TVM_SELFDESTRUCT_RESTRICTION also need to be removed.

@kuny0707 kuny0707 linked an issue Sep 15, 2025 that may be closed by this pull request
@kuny0707 kuny0707 merged commit 40cc590 into tronprotocol:release_v4.8.1 Sep 15, 2025
7 checks passed
@kuny0707 kuny0707 moved this to Done in java-tron Sep 15, 2025
halibobo1205 pushed a commit to halibobo1205/java-tron that referenced this pull request Oct 14, 2025
…rotocol#6448)

* feat(tvm): remove allowtvmselfdestructRestriction from commonParameter

* feat(test): remove test for allowtvmselfdestructRestriction commonParameter

* feat(tvm): remove constant COMMITTEE_ALLOW_TVM_SELFDESTRUCT_RESTRICTION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

TIP-6780: SELFDESTRUCT only in same transaction

7 participants