Skip to content
Snippets Groups Projects
  • Shaopeng Wang's avatar
    de04cf5b
    Vesting Module (#76) · de04cf5b
    Shaopeng Wang authored
    * Init vesting module.
    
    * Impl add vesting schedule.
    
    * Renaming dependencies.
    
    * Renaming vesting module event.
    
    * Checked arithmatic.
    
    * Adding new vesting schedule merges with outstanding locked balance and until.
    
    * Make VestingSchedule fields public.
    
    * Claim vesting.
    
    * Update locked_amount calculation.
    
    * Unique saturated into.
    
    * Unit test of claim call.
    
    * Add update_vesting_schedules.
    
    * update_vesting_shedules unit tests.
    
    * Ensure lockable.
    
    * Minor fixes.
    
    * Remove todo comment.
    
    * Merge fixme comments.
    Vesting Module (#76)
    Shaopeng Wang authored
    * Init vesting module.
    
    * Impl add vesting schedule.
    
    * Renaming dependencies.
    
    * Renaming vesting module event.
    
    * Checked arithmatic.
    
    * Adding new vesting schedule merges with outstanding locked balance and until.
    
    * Make VestingSchedule fields public.
    
    * Claim vesting.
    
    * Update locked_amount calculation.
    
    * Unique saturated into.
    
    * Unit test of claim call.
    
    * Add update_vesting_schedules.
    
    * update_vesting_shedules unit tests.
    
    * Ensure lockable.
    
    * Minor fixes.
    
    * Remove todo comment.
    
    * Merge fixme comments.