Skip to content
  1. Jul 05, 2022
  2. Jul 04, 2022
  3. Jun 28, 2022
  4. Jun 21, 2022
  5. Jun 14, 2022
  6. Jun 13, 2022
  7. Jun 06, 2022
  8. May 24, 2022
  9. May 20, 2022
  10. May 18, 2022
  11. May 17, 2022
  12. May 09, 2022
  13. May 02, 2022
    • Tarik Gul's avatar
      fix(deps): update pjs api (#906) · 528420c2
      Tarik Gul authored
      * fix(deps): update pjs api
      
      * update apps-config
      
      * update pjs deps
      
      * fix mock test data
      
      * update small script to install packages for you
      528420c2
  14. Apr 25, 2022
  15. Apr 20, 2022
  16. Apr 13, 2022
  17. Apr 07, 2022
  18. Mar 29, 2022
  19. Mar 22, 2022
  20. Mar 14, 2022
  21. Mar 08, 2022
  22. Mar 02, 2022
  23. Mar 01, 2022
  24. Feb 23, 2022
  25. Feb 21, 2022
  26. Feb 14, 2022
  27. Feb 08, 2022
  28. Feb 02, 2022
  29. Jan 27, 2022
  30. Jan 26, 2022
  31. Jan 24, 2022
  32. Jan 21, 2022
    • Tarik Gul's avatar
      fix: update polkadot-js api to 7.2.1 (#809) · 3553fb81
      Tarik Gul authored
      * update polkadot-js api to 7.2.1
      
      * update PalletAssetsAssetBalance -> Account
      
      * refactor the mock data for assets to keep things DRY
      
      * lint and set proper return types for exported mock test-helpers
      
      * fix: comment
      
      * fix logic to avoid breaking changes
      
      * fix pallet testing refactor
      
      * refactor logic to avoid breaking changes
      
      * cleanup code readability in asset-balances service
      
      * Update return type and return value
      
      * update inline docs
      
      * update comment grumbles
      
      * update inline docs for added asset types
      3553fb81
  33. Jan 03, 2022
  34. Dec 21, 2021
    • Tarik Gul's avatar
      fix: bump polkadot-js deps (#796) · c79d1269
      Tarik Gul authored
      * fix: change registry used in operation from Block -> ApiDecoration<promise>
      
      * fix: bump polkadot-js deps
      
      * fix: add import @polkadot/api-augment; to entry
      
      * fix: update imports for Codecs
      
      * comment
      
      * bump apps-config
      
      * add comment
      
      * fix: inline doc comments
      
      * update apps-config
      c79d1269
  35. Dec 15, 2021
  36. Dec 08, 2021
    • Tarik Gul's avatar
      fix: bump polkadot-js deps (#786) · 072ef063
      Tarik Gul authored
      * bump polkadot-js deps
      
      * fix BN bug
      
      * fix build
      
      * lint
      
      * fix BN bug
      
      * temp fix block state trace
      
      * fix: blocksTrace
      
      * fix: .toNumber -> toString(10) for base10
      
      * fix update sanitize numbers to check superclass for BN
      
      * lint
      
      * fix: set resolution on bn.js, remove sanitizeNumbers unnecessary logic
      
      * revert changes on blocksTrace
      072ef063