Skip to content
Snippets Groups Projects
  1. Nov 30, 2020
  2. Nov 29, 2020
  3. Nov 27, 2020
  4. Sep 24, 2020
  5. Aug 26, 2020
  6. Jul 30, 2020
  7. Jul 16, 2020
  8. Jul 06, 2020
  9. Jun 26, 2020
  10. May 28, 2020
  11. May 26, 2020
  12. May 19, 2020
  13. 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
  14. Mar 30, 2020
  15. Mar 16, 2020
  16. Feb 25, 2020
  17. Feb 21, 2020
  18. Feb 16, 2020
  19. Feb 12, 2020
  20. Feb 03, 2020
  21. 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
  22. Jan 14, 2020
    • Shaopeng Wang's avatar
      Add root call 'update_balance' (#72) · 1e49d08e
      Shaopeng Wang authored
      * Add root call 'update_balance' in orml-currencies.
      
      * 'update_balance' unit tests.
      
      * orml-currencies: delegate transfer and update_balance call to multi-currency impl.
      1e49d08e
  23. Jan 12, 2020
  24. Dec 24, 2019
  25. Dec 23, 2019
  26. Dec 03, 2019
  27. Nov 25, 2019
  28. Nov 21, 2019
  29. Nov 20, 2019
    • Shaopeng Wang's avatar
      Update currency traits and adapter impl (#34) · 24123b7f
      Shaopeng Wang authored
      * Update paint balance adapting.
      
      * Update error type.
      
      * Update multi currency to basic currency adapting.
      
      * Remove HasCompact bound for CurrencyId.
      
      * Update BasicCurrencyAdapter struct define.
      24123b7f
  30. Nov 15, 2019
  31. 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.
      8e5ab5b2
Loading