Skip to content
Snippets Groups Projects
  1. Jun 21, 2021
    • Shaun Wang's avatar
      The return of the xcm (#518) · 55053241
      Shaun Wang authored
      * Update xcm support.
      
      * Fix unit tests.
      
      * fmt
      
      * Add patches.
      
      * Update xtokens.
      
      * fmt
      
      * Clean up.
      
      * Cross-chain transfer weight.
      
      * Weight for xcm execution.
      
      * Keep clippy happy.
      
      * Clean up.
      
      * Buy execution on dest location.
      
      * Better transfer error handling.
      
      * Update deps.
      
      * fmt
      
      * fix fmt
      
      * Update events in unit tests.
      55053241
  2. May 12, 2021
  3. May 02, 2021
  4. Apr 06, 2021
    • Shaun Wang's avatar
      Cross-chain transfer rework (#432) · 3a77e1a9
      Shaun Wang authored
      * Reserve chain trait.
      
      * Rework cross-chain transfer.
      
      * Remove relay chain balance convert.
      
      * Add 'Parse' trait.
      
      * Change transfer_multiasset fn signature.
      
      * Add transfer dispatchable call.
      
      * Update doc.
      
      * Use xcm-simulator to mock network.
      
      * Send relay chain asset to sibling unit test.
      
      * Move location traits into orml-traits.
      
      * Add MultiNativeAsset filter for is reserve check.
      
      * More unit tests.
      
      * Failing edge case unit tests.
      
      * Handle zero amount asset case.
      
      * Fix mocks.
      
      * Renaming.
      3a77e1a9
  5. Apr 01, 2021
  6. Mar 08, 2021
  7. Nov 29, 2020
  8. Nov 27, 2020
  9. Nov 16, 2020
  10. Nov 12, 2020
  11. Nov 06, 2020
  12. Oct 13, 2020
  13. Sep 09, 2020
  14. Sep 02, 2020
  15. Aug 27, 2020
  16. Aug 04, 2020
    • Xiliang Chen's avatar
      refactor orml-authority (#240) · 89141df1
      Xiliang Chen authored
      * refactor orml-authority
      
      * update tests
      
      * update authoirty tests
      
      * fmt
      
      * update docs
      
      * fmt
      
      * nightly fmt
      
      * fmt
      
      * dispatch Scheduled event
      89141df1
  17. Jul 06, 2020
  18. Jun 30, 2020
    • Xiliang Chen's avatar
      Refactor (#221) · aa9cef40
      Xiliang Chen authored
      * merge orml-price into orml-traits
      
      * fix tokens
      
      * format
      
      * remove prices
      aa9cef40
  19. Jun 05, 2020
  20. Jun 03, 2020
  21. May 29, 2020
  22. May 27, 2020
  23. May 26, 2020
  24. May 08, 2020
  25. Apr 21, 2020
  26. Mar 30, 2020
  27. Mar 16, 2020
  28. Feb 16, 2020
  29. 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
  30. Dec 23, 2019
  31. Dec 12, 2019
  32. Dec 03, 2019
  33. Nov 26, 2019
  34. 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
  35. Nov 14, 2019
  36. Nov 13, 2019
    • Shaopeng Wang's avatar
      Update slash (#26) · 04d6f900
      Shaopeng Wang authored
      * Update slash: return gap instead of slashed amount.
      
      * Add unit test for tokens module slash.
      04d6f900
    • 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
  37. Nov 08, 2019
Loading