Skip to content
Snippets Groups Projects
  1. Jun 08, 2021
  2. May 19, 2021
  3. Apr 05, 2021
  4. Mar 24, 2021
  5. Feb 18, 2021
  6. Feb 11, 2021
    • brettkolodny's avatar
      Migrate mocks (#367) · 15b38185
      brettkolodny authored
      * Migrated auction mock file to construct_runtime macro
      
      * Migrated currencies mock file to contruct_runtime
      
      * Migrated gradually-update mock file to construct_runtime
      
      * Migrated nft mock file to construct_runtime macro
      
      * Migrated oracle mock file to construct_runtime
      
      * Migrated rewards mock file to construct_runtime macro
      
      * Migrated mock file to construct_runtime macro
      
      * Migrated mock file to construct_runtime macro
      Unverified
      15b38185
  7. Feb 04, 2021
  8. Jan 16, 2021
  9. Jan 04, 2021
  10. Dec 15, 2020
  11. Dec 07, 2020
  12. Sep 24, 2020
  13. Sep 17, 2020
  14. Aug 31, 2020
  15. Aug 26, 2020
  16. Jul 30, 2020
  17. Jun 30, 2020
  18. Jun 26, 2020
  19. May 28, 2020
  20. May 26, 2020
  21. 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>
      Unverified
      701929e7
  22. Feb 25, 2020
  23. Feb 16, 2020
  24. Feb 12, 2020
  25. Feb 03, 2020
  26. 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.
      Unverified
      de04cf5b
  27. 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
  28. Dec 24, 2019
  29. Dec 23, 2019
  30. Dec 03, 2019
  31. Nov 25, 2019
  32. Nov 21, 2019
  33. Nov 15, 2019
  34. Nov 07, 2019
  35. Nov 05, 2019
Loading