forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[governance] add delegation staking pool implementation (MystenLabs#4187
) * [governance] add draft delegation staking pool implementation * distribute pool tokens at epoch boundaries * refactor staking pool code and add delegation switching * update rust version of sui system state * [staking] use vector for pending delegations
- Loading branch information
Showing
16 changed files
with
589 additions
and
643 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
crates/sui-config/tests/snapshots/snapshot_tests__empty_genesis_snapshot_matches.snap
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
207 changes: 0 additions & 207 deletions
207
crates/sui-framework/sources/governance/delegation.move
This file was deleted.
Oops, something went wrong.
59 changes: 0 additions & 59 deletions
59
crates/sui-framework/sources/governance/epoch_reward_record.move
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.