-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allows operators to set beneficiaries
- Loading branch information
1 parent
44b2aac
commit d93980f
Showing
12 changed files
with
1,191 additions
and
123 deletions.
There are no files selected for viewing
264 changes: 244 additions & 20 deletions
264
aptos-move/framework/aptos-framework/doc/delegation_pool.md
Large diffs are not rendered by default.
Oops, something went wrong.
223 changes: 208 additions & 15 deletions
223
aptos-move/framework/aptos-framework/doc/staking_contract.md
Large diffs are not rendered by default.
Oops, something went wrong.
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
273 changes: 210 additions & 63 deletions
273
aptos-move/framework/aptos-framework/sources/delegation_pool.move
Large diffs are not rendered by default.
Oops, something went wrong.
187 changes: 165 additions & 22 deletions
187
aptos-move/framework/aptos-framework/sources/staking_contract.move
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
Oops, something went wrong.