Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 26, 2021
  3. Mar 15, 2021
  4. 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>
      1479ea30
  5. Feb 16, 2021
  6. Feb 14, 2021
  7. Feb 13, 2021
  8. Feb 03, 2021
  9. Jan 21, 2021
  10. Jan 12, 2021
  11. Jan 08, 2021
  12. Nov 12, 2020
    • zjb0807's avatar
      Fix ci (#314) · 47c0812c
      zjb0807 authored
      * fix ci
      
      * remove currencies transaction
      47c0812c
  13. Oct 22, 2020
  14. Oct 02, 2020
  15. Sep 26, 2020
  16. Sep 24, 2020
  17. Sep 17, 2020
  18. Sep 15, 2020
  19. Sep 09, 2020
  20. Aug 27, 2020
  21. Aug 21, 2020
  22. Jul 30, 2020
  23. Jun 26, 2020
  24. Jun 09, 2020
  25. Jun 08, 2020
  26. Jun 05, 2020
  27. Jun 04, 2020
  28. May 26, 2020
  29. May 19, 2020
  30. May 18, 2020
  31. May 17, 2020
  32. May 15, 2020
  33. 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
Loading