-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Enables OPERATOR_BENEFICIARY_CHANGE
in devnet by default
#11029
Conversation
This enables `OPERATOR_BENEFICIARY_CHANGE` in the devent to release (v1.8.4).
This enables OPERATOR_BENEFICIARY_CHANGE in the devent to release (v1.8.4).
OPERATOR_BENEFICIARY_CHANGE
in devent by defaultOPERATOR_BENEFICIARY_CHANGE
in devnet by default
unless this one is getting cherry-picked also into release branch, it won't impact devnet cause tomorrow we're going to deploy devnet from release 1.8 branch. but I guess we will eventually need this as soon as we get this feature enabled with next 1.8.x release |
Right, this will make the feature enabled in some CI tests. This PR is going to be cherry-picked in the 1.8 branch as well (in #11032). |
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.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
✅ Forge suite
|
This enables OPERATOR_BENEFICIARY_CHANGE in the devent to release (v1.8.4).
* [Stake] Allow to set the beneficiary for operator (#10455) * Updated `distribute_internal` to use `aptos_account::deposit_coins` instead of `coin::deposit` * Allows operators to set beneficiaries * Update lib.rs (#10861) * Update lib.rs (#11029) This enables OPERATOR_BENEFICIARY_CHANGE in the devent to release (v1.8.4).
Description
This enables
OPERATOR_BENEFICIARY_CHANGE
in the devnet to release (v1.8.4).