Skip to content

Commit

Permalink
[governance] add draft delegation staking pool implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
emmazzz committed Aug 20, 2022
1 parent 68755c7 commit 1b45fee
Show file tree
Hide file tree
Showing 11 changed files with 447 additions and 601 deletions.
2 changes: 1 addition & 1 deletion crates/sui-framework/sources/epoch_time_lock.move
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module sui::epoch_time_lock {

/// Holder of an epoch number that can only be discarded in the epoch or
/// after the epoch has passed.
struct EpochTimeLock has store {
struct EpochTimeLock has store, copy {
epoch: u64
}

Expand Down
211 changes: 0 additions & 211 deletions crates/sui-framework/sources/governance/delegation.move

This file was deleted.

59 changes: 0 additions & 59 deletions crates/sui-framework/sources/governance/epoch_reward_record.move

This file was deleted.

Loading

0 comments on commit 1b45fee

Please sign in to comment.