1. Jan 26, 2022
  2. Jan 25, 2022
  3. Jan 24, 2022
  4. 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
  5. Jan 19, 2022
  6. Jan 17, 2022
  7. Jan 14, 2022
  8. Jan 13, 2022
  9. Jan 05, 2022
    • Tarik Gul's avatar
      fix(e2e-tests): add statemint, and update with 9130 runtime tests (#807) · c6ec7beb
      Tarik Gul authored
      * fix: change /experimental to /paras in description
      
      * statemint account assets e2e boilerplate
      
      * fix(temporary): change min calc fee runtime version to 601
      
      * statemint block e2e tests
      
      * add runtime spec for statmint e2e tests
      
      * update e2e tests for statemint configuration
      
      * add v9122, and v9140 blocks for polkadot
      
      * add polkadot 9122 and 9140 tests for accounts
      
      * fix: comments on runtime version
      
      * revert min calc fee statemint
      
      * update kusama 9130 accounts
      
      * update blocks 9130
      
      * updates paras/* for 9130 and cleanup
      
      * update paras paras e2e 9130
      
      * fix comment grumble
      
      * add statemint script
      
      * lint
      c6ec7beb
  10. Jan 04, 2022
  11. Jan 03, 2022
  12. Dec 29, 2021
  13. Dec 24, 2021
  14. Dec 21, 2021
    • Tarik Gul's avatar
      chore(release): 11.3.5 (#800) · 856b5ed9
      Tarik Gul authored
      v11.3.5
      856b5ed9
    • 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
  15. Dec 20, 2021
  16. Dec 16, 2021
  17. Dec 15, 2021
  18. Dec 13, 2021
  19. Dec 11, 2021
  20. Dec 09, 2021
  21. 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
  22. Dec 02, 2021
  23. Dec 01, 2021
  24. Nov 29, 2021
  25. Nov 26, 2021
  26. Nov 25, 2021
  27. Nov 23, 2021
    • Sergejs Kostjucenko's avatar
      Add CODEOWNERS file (#770) · 0ed40ee1
      Sergejs Kostjucenko authored
      * Add CODEOWNERS file
      
      * Add paritytechtools-team to codeowners
      
      * Add main codeowner
      0ed40ee1
    • David's avatar
      chore(release): 11.3.1 (#772) · a0d73ea8
      David authored
      * chore(release): 11.3.1
      
      * Yarn v3.1
      
      * docs
      v11.3.1
      a0d73ea8
    • Tarik Gul's avatar
      fix: staking payouts historicApi, and add tests (#762) · 5866e3ab
      Tarik Gul authored
      
      
      * staking payouts historicApi
      
      * start tests
      
      * boilerplate for tests
      
      * mock data and types for tests
      
      * stakingPayouts reponse
      
      * mock data for staking payouts
      
      * lint eraRewardPoints
      
      * setup main test
      
      * adjust custom response
      
      * generate correct types for mock data
      
      * correct nominator data
      
      * correct eraRewardPoints
      
      * add error tests
      
      * fix eraRewardPoints types
      
      * add test for extractTotalValidatorRewardPoints
      
      * replace EraRewardPoints type
      
      * lint
      
      * clean empty line
      
      * tests for eraExposure
      
      * add deriveNominatorExposures for vals and noms
      
      * general cleanup, and DRY
      
      * add polkadot v9122 registry
      
      * add docs and switch things over to polkadotV9122registry
      
      * lint
      
      * fix doc grumbles
      
      * Update src/services/accounts/AccountsStakingPayoutsService.spec.ts
      
      Co-authored-by: default avatarNiklas Adolfsson <[email protected]>
      
      * cleanup comments
      
      * mapToBe -> mockEraRewardsMap
      
      * lint
      
      * Update src/services/accounts/AccountsStakingPayoutsService.spec.ts
      
      Co-authored-by: default avatarNiklas Adolfsson <[email protected]>
      Co-authored-by: default avatarDavid <[email protected]>
      5866e3ab