Skip to content
Snippets Groups Projects
  1. Apr 08, 2021
  2. Mar 30, 2021
  3. Mar 25, 2021
  4. Mar 19, 2021
  5. Mar 11, 2021
    • Shaun Wang's avatar
      Integrate Rococo V1 (#332) · 1479ea30
      Shaun Wang authored
      
      * Update patches.
      
      * Update dependencies.
      
      * Bump dependencies.
      
      * Dependencies: use rococo-v1 branch.
      
      * xtokens and xcm-support module.
      
      * Fix clippy.
      
      * Xcm execution in xtokens.
      
      * Remove unused imports.
      
      * Remove parent from sibling parachains multi location.
      
      * TTransfer to parachain should be transactional.
      
      * TODO: revert state on xcm execution failure.
      
      * Update sibling parachain location.
      
      * Bump dependencies.
      
      * Update multilocation representation in xtoken.
      
      * fix clippy
      
      * remove sp-io
      
      * fix check
      
      * Bump dependencies.
      
      * Fix benchmarking logs.
      
      * Dependencies.
      
      * Bump xtokens and xcm-support version.
      
      Co-authored-by: default avatarzjb0807 <zjb0807@qq.com>
      Unverified
      1479ea30
  6. Feb 15, 2021
  7. Feb 14, 2021
  8. Feb 13, 2021
  9. Feb 03, 2021
  10. Jan 12, 2021
  11. Jan 08, 2021
  12. Jan 04, 2021
  13. Dec 18, 2020
  14. Dec 15, 2020
  15. Dec 07, 2020
  16. Nov 10, 2020
  17. Sep 28, 2020
    • zjb0807's avatar
      Add nft module (#296) · 4892257e
      zjb0807 authored
      * add nft module
      
      * Cargo.dev.toml add nft
      
      * add destroy_class
      
      * add destroy_class comment
      
      * update substrate 2.0; fix clippy
      
      * fix ci
      
      * fix ci
      
      * code optimizations
      
      * fix db transaction
      
      * rename nft
      Unverified
      4892257e
  18. Sep 01, 2020
  19. Jul 30, 2020
  20. Jun 30, 2020
  21. Jun 03, 2020
  22. May 14, 2020
  23. Mar 05, 2020
  24. Mar 02, 2020
  25. 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
  26. 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
    • 邱昊's avatar
      feat: prices module (#23) · 33329a2b
      邱昊 authored
      * feat: prices module
      
      * fix: add check to avoid dividing by zero
      
      * fix: delete num_traits dependency
      33329a2b
    • wangjj9219's avatar
      fix fmt error and bug and add tests (#20) · 90b89dfc
      wangjj9219 authored
      * add auction module
      
      * remove redundant traits definition
      
      * add tests
      
      * get reference instead of ownership
      
      * optimized code
      90b89dfc
  27. Nov 08, 2019
Loading