Skip to content
Snippets Groups Projects
  1. Jun 30, 2020
  2. Jun 26, 2020
  3. May 28, 2020
  4. May 26, 2020
  5. May 08, 2020
    • Keith Yeung's avatar
      Add cargo-unleash to CI (#152) · 701929e7
      Keith Yeung authored
      
      * Add descriptions to all cargo subprojects
      
      * Add repository field to all cargo subprojects
      
      * Modify GitHub actions to run cargo unleash
      
      * Add license-file field to all cargo subprojects
      
      * Remove pallet-balances/std feature from std feature of schedule-update
      
      * Add version numbers to path dependencies
      
      * Fix compilation errors on all cargo subprojects
      
      * Attempt to force use one version of the compiler
      
      * Put cargo unleash step at the very end
      
      * Fix all test compile errors
      
      * Use drain_prefix instead of drain
      
      * fix tests
      
      Co-authored-by: default avatarBryan Chen <xlchen1291@gmail.com>
      701929e7
  6. Feb 25, 2020
  7. Feb 16, 2020
  8. Feb 12, 2020
  9. Feb 03, 2020
  10. Jan 22, 2020
    • Shaopeng Wang's avatar
      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.
      de04cf5b
  11. Jan 15, 2020
    • Shaopeng Wang's avatar
      Dust removal && transfer_all (#74) · 444f473b
      Shaopeng Wang authored
      * Add dust removal and transfer_all in orml-tokens.
      
      * Ensure existential rule for transfer, deposit and withdraw.
      
      * orml-tokens transfer: return error if dest balance is zero and transfer amount below existential deposit.
      
      * set_balance helper.
      
      * Existential deposit unit tests.
      
      * Fix orml-currencies mock.
      
      * Renaming.
      
      * Update transfer_all in orml-tokens.
      444f473b
  12. Dec 24, 2019
  13. Dec 23, 2019
  14. Dec 03, 2019
  15. Nov 25, 2019
  16. Nov 21, 2019
  17. Nov 15, 2019
  18. Nov 07, 2019
  19. Nov 05, 2019
    • Shaopeng Wang's avatar
      Tokens module unit tests (#6) · 47371ab1
      Shaopeng Wang authored
      * Tokens module unit tests.
      
      * Remove workspace src directory
      
      * Add example crate.
      
      * fmt
      
      * Update example.
      
      * Minor fixes.
      
      * Remove allow dead code.
      47371ab1
Loading