1. Nov 04, 2021
  2. Nov 01, 2021
  3. Oct 28, 2021
  4. Oct 27, 2021
    • Tarik Gul's avatar
      fix(e2e-tests): add e2e-tests for `/accounts/{accoundId}/validate` (#731) · 2f115b35
      Tarik Gul authored
      
      
      * add ValidateAddressService
      
      * add ValidateAddressController
      
      * add AccountsValidate to polkadot, westend, and kusama
      
      * imports
      
      * add kusama chain config
      
      * fix response
      
      * fix networkInfo bug
      
      * lint
      
      * get tests started
      
      * change the name of the service
      
      * cleanup, lint, fix build, test boilerplate
      
      * update the tests
      
      * more tests
      
      * use hexToU8a for hex conversion
      
      * add tests for hex values
      
      * cleanup
      
      * docs
      
      * e2e tests for validate
      
      * update e2e responses
      
      * update docs
      
      * Update docs/src/openapi-v1.yaml
      
      Co-authored-by: default avatarDavid <[email protected]>
      
      * docs
      
      Co-authored-by: default avatarDavid <[email protected]>
      2f115b35
    • Tarik Gul's avatar
      fix: bump polkadot-js deps, and substrate/dev (#734) · ac485346
      Tarik Gul authored
      * update deps
      
      * bump deps
      
      * bump deps
      
      * update /runtime/code test
      ac485346
    • Tarik Gul's avatar
      feat: add /accounts/:address/validate endpoint (#726) · 77bf8edb
      Tarik Gul authored
      
      
      * add ValidateAddressService
      
      * add ValidateAddressController
      
      * add AccountsValidate to polkadot, westend, and kusama
      
      * imports
      
      * add kusama chain config
      
      * fix response
      
      * fix networkInfo bug
      
      * lint
      
      * get tests started
      
      * change the name of the service
      
      * cleanup, lint, fix build, test boilerplate
      
      * update the tests
      
      * more tests
      
      * use hexToU8a for hex conversion
      
      * add tests for hex values
      
      * cleanup
      
      * docs
      
      * add AccountsValidate controller to other chains-config
      
      * remove networkId
      
      * update tests
      
      * ValidateAddrResponse -> IValidateAddrResponse
      
      * typos
      
      * ss58Decoded -> ss58Prefix
      
      * inline docs for validate address
      
      * update docs
      
      * cleanup testws
      
      * Update src/services/accounts/AccountsValidateService.spec.ts
      
      Co-authored-by: default avatarZeke Mostov <[email protected]>
      
      * Update src/services/accounts/AccountsValidateService.spec.ts
      
      Co-authored-by: default avatarZeke Mostov <[email protected]>
      
      * Update src/services/accounts/AccountsValidateService.spec.ts
      
      Co-authored-by: default avatarZeke Mostov <[email protected]>
      
      * Update src/services/accounts/AccountsValidateService.ts
      
      Co-authored-by: default avatarDavid <[email protected]>
      
      * update docs
      
      * add proper error handling for base58decode
      
      * docs
      
      Co-authored-by: default avatarZeke Mostov <[email protected]>
      Co-authored-by: default avatarDavid <[email protected]>
      77bf8edb
  5. Oct 26, 2021
  6. Oct 22, 2021
  7. Oct 20, 2021
  8. Oct 19, 2021
  9. Oct 18, 2021
  10. Oct 15, 2021
  11. Oct 14, 2021
    • Tarik Gul's avatar
      fix!: change the response for vesting-info (#717) · 8b9866d0
      Tarik Gul authored
      * BREAKING CHANGE: default return value is an array instead of an object
      
      * add docs
      
      * fix: vesting-info tests, add another test as well
      
      * docs
      
      * lint
      
      * add test
      
      * lint
      
      * refactor to avoid duplicate unwrap calls
      8b9866d0
  12. Oct 13, 2021
  13. Oct 12, 2021
    • Tarik Gul's avatar
      fix(tests): restructure mockApi tests to integrate with historical api (#702) · 2bf71ada
      Tarik Gul authored
      * fix: refactor api.derive.chain in /blocks
      
      * add historicApi
      
      * remove bench test
      
      * tests: adjust tests to accept historicalApi
      
      * refactor blocks to use historicApi
      
      * fix: fetchevents bug
      
      * fix: update historic kusama blocks e2e tests
      
      * put back --silent
      
      * fix: lint
      
      * fix: tests for pallets staking progress
      
      * cleanup
      
      * fix: restructure block tests and mockApi
      
      * fix: change mockApi to defaultMockApi for BlocksTraceService
      
      * fix: add AccountsAssetsService.spec.ts refactoring to mockApi
      
      * lint and cleanup
      
      * refactor AccountsBalanceInfoService.spec.ts
      
      * refactor NodeNetworkService.spec.ts
      
      * refactor NodeTransactionPoolService.spec.ts
      
      * refactor NodeVersionService.spec.ts
      
      * restructure AccountsStakingInfoService.spec.ts
      
      * refactor AccountsVestingInfoService.spec.ts
      
      * refactor PalletsAssetsService.spec.ts
      
      * refactor PalletsStakingProgressService.spec.ts
      
      * refactor PalletsStorageService.spec.ts
      
      * cleanup
      
      * refactor ParasService.spec.ts
      
      * refactor RuntimeCodeService.spec.ts
      
      * refactor RuntimeMetadataService.spec.ts
      
      * refactor RuntimeSpecService.spec.ts
      
      * refactor TransactionFeeEstimateService.spec.ts
      
      * refactor TransactionMaterialService.spec.ts
      
      * refactor TransactionSubmitService.spec.ts
      
      * refactor mockApi to be defaultMockApi
      
      * lint
      
      * fix merge conflict with nextFeeMultiplier
      
      * historical -> historic
      2bf71ada
  14. Oct 11, 2021
  15. Oct 06, 2021
  16. Oct 05, 2021
  17. Oct 04, 2021
  18. Oct 03, 2021
  19. Oct 02, 2021
    • Tarik Gul's avatar
      feat: add `era` to `blocks/{blockId}` response for extrinsics (#685) · 43623471
      Tarik Gul authored
      
      
      * fix: add eraInfo as a field in extrinsics response
      
      * docs: update docs with GenericExtrinsicEra
      
      * fix: switch eraInfo to era
      
      * docs: update docs
      
      * fix: refactor
      
      * fix: lint
      
      * fix: update mock data, and adjust unit tests
      
      * docs: update GenericExtrinsicEra description
      
      * Update docs/src/openapi-v1.yaml
      
      Co-authored-by: default avatarDavid <[email protected]>
      
      * docs: adjust docs
      
      * tests(e2e): update kusama e2e test responses for /blocks
      
      * tests(e2e): update the polkadot e2e tests for /blocks
      
      * tests(e2e): update westend e2e responses for /blocks
      
      * fix: space at end of file
      
      Co-authored-by: default avatarDavid <[email protected]>
      43623471
  20. Oct 01, 2021
  21. Sep 29, 2021
    • Tarik Gul's avatar
      ci: npm release check (#684) · 9936df1f
      Tarik Gul authored
      
      
      * fix: add scripts to run new yarn pack script
      
      * fix: configure new opts for yarn pack script
      
      * fix(types): abstract types for procs
      
      * fix: add script for checking npm releases
      
      * fix: abstract script logic into one central area
      
      * docs: update readme
      
      * ci: add ci test for npm releases
      
      * ci: fix error
      
      * ci: fix pre install
      
      * fix: setWsUrl
      
      * add sig interrupt
      
      * fix: error for sidecar
      
      * fix: comments docs
      
      * fix: refactor launchProcess params, add trim to stdout
      
      * fix: remove default value for the command on launchProcess
      
      * Update scripts/runYarnPack.ts
      
      Co-authored-by: default avatarDavid <[email protected]>
      
      * docs: update description, and give examples on to run it locally, and cleanup if there is an issue
      
      * fix: give error instructions on how to cleanup if theres an issue, fix doc to active voice
      
      * ci: description
      
      * ci: fix the description to a comment
      
      Co-authored-by: default avatarDavid <[email protected]>
      9936df1f
  22. Sep 27, 2021