Skip to content
Snippets Groups Projects
  1. Jul 13, 2021
  2. Jun 17, 2021
  3. Jun 14, 2021
  4. Jun 12, 2021
  5. May 21, 2021
  6. May 18, 2021
  7. May 15, 2021
    • brettkolodny's avatar
      Converted Vec storage to BoundedVec (#487) · 8825fe43
      brettkolodny authored
      * Converted Vec storage to BoundedVec
      
      * Updated tokens impl
      
      * Added MaximumLocksExceeded error
      
      * Renamed error MaximumLocksExceeded to MaxLocksExceeded
      
      * Test for exceeding maximum locks
      
      * Added MaxEncodedLen derives
      
      * Removed explicit Result return
      8825fe43
  8. May 02, 2021
  9. Feb 11, 2021
    • brettkolodny's avatar
      Migrate mocks (#367) · 15b38185
      brettkolodny authored
      * Migrated auction mock file to construct_runtime macro
      
      * Migrated currencies mock file to contruct_runtime
      
      * Migrated gradually-update mock file to construct_runtime
      
      * Migrated nft mock file to construct_runtime macro
      
      * Migrated oracle mock file to construct_runtime
      
      * Migrated rewards mock file to construct_runtime macro
      
      * Migrated mock file to construct_runtime macro
      
      * Migrated mock file to construct_runtime macro
      15b38185
  10. Feb 04, 2021
  11. Feb 03, 2021
  12. Jan 15, 2021
  13. Dec 22, 2020
  14. Dec 07, 2020
  15. Nov 29, 2020
  16. Nov 27, 2020
  17. Nov 13, 2020
  18. Nov 10, 2020
  19. Sep 02, 2020
  20. May 26, 2020
  21. May 19, 2020
  22. Apr 21, 2020
  23. Apr 15, 2020
  24. Mar 16, 2020
  25. Feb 20, 2020
  26. Feb 18, 2020
  27. 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
  28. Dec 23, 2019
  29. Dec 12, 2019
  30. Nov 25, 2019
  31. Nov 21, 2019
  32. Nov 15, 2019
  33. 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
  34. Nov 07, 2019
  35. Nov 06, 2019
  36. Nov 05, 2019
    • Shaopeng Wang's avatar
      Tokens module unit tests (#6) · 47371ab1
      Shaopeng Wang authored
      * Tokens module unit tests.
      
      * Remove workspace src directory
      
      * Add example crate.
      
      * fmt
      
      * Update example.
      
      * Minor fixes.
      
      * Remove allow dead code.
      47371ab1
Loading