Skip to content
Snippets Groups Projects
  1. Sep 24, 2020
  2. Sep 17, 2020
  3. Aug 31, 2020
  4. Aug 26, 2020
  5. Jul 30, 2020
  6. Jun 30, 2020
  7. Jun 26, 2020
  8. May 28, 2020
  9. May 26, 2020
  10. 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
  11. Feb 25, 2020
  12. Feb 16, 2020
  13. Feb 12, 2020
  14. Feb 03, 2020
  15. 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
  16. 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
  17. Dec 24, 2019
  18. Dec 23, 2019
  19. Dec 03, 2019
  20. Nov 25, 2019
  21. Nov 21, 2019
  22. Nov 15, 2019
  23. Nov 07, 2019
  24. 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