Skip to content
Snippets Groups Projects
  1. Dec 07, 2020
  2. Nov 30, 2020
  3. Nov 29, 2020
  4. Nov 27, 2020
  5. Sep 24, 2020
  6. Aug 26, 2020
  7. Jul 30, 2020
  8. Jul 16, 2020
  9. Jul 06, 2020
  10. Jun 26, 2020
  11. May 28, 2020
  12. May 26, 2020
  13. May 19, 2020
  14. 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
  15. Mar 30, 2020
  16. Mar 16, 2020
  17. Feb 25, 2020
  18. Feb 21, 2020
  19. Feb 16, 2020
  20. Feb 12, 2020
  21. Feb 03, 2020
  22. 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
  23. Jan 14, 2020
  24. Jan 12, 2020
  25. Dec 24, 2019
  26. Dec 23, 2019
  27. Dec 03, 2019
  28. Nov 25, 2019
  29. Nov 21, 2019
  30. Nov 20, 2019
  31. Nov 15, 2019
  32. Nov 13, 2019
    • Shaopeng Wang's avatar
      Currencies Module (#22) · 8e5ab5b2
      Shaopeng Wang authored
      * Impl BasicCurrency & BasicCurrencyExtended.
      
      * Add currencies module.
      
      * Minor fixes
      
      * Add equality bounds for CurrencyId.
      
      * Currencies: add transfer dispatch.
      
      * Currencies: impl BasicCurrencyExtended.
      
      * Add unit tests for currencies module.
      
      * More unit test for currencies module.
      
      * Currencies module: add NativeCurrency type.
      
      * Update unit tests for native currency.
      
      * Add BasicCurrency impl for any type which implements srml_support::traits::Currency.
      
      * Fix typo.
      
      * Add BasicCurrencyAdapter.
      
      * BasicCurrencyAdapter unit tests.
      
      * Update BasicCurrencyAdapter.
      
      * Update slash impl for BasicCurrencyAdapter.
      Unverified
      8e5ab5b2
Loading