Skip to content
  1. Jan 24, 2022
  2. Jan 14, 2022
  3. Jan 13, 2022
  4. Dec 21, 2021
  5. Dec 16, 2021
  6. Dec 13, 2021
  7. Dec 09, 2021
  8. Dec 02, 2021
  9. Nov 23, 2021
  10. Nov 16, 2021
  11. Nov 15, 2021
  12. Nov 11, 2021
  13. Nov 10, 2021
  14. Nov 09, 2021
    • Tarik Gul's avatar
      feat: add query param `metadata` (#746) · 273cac2a
      Tarik Gul authored
      * add query param decodeMeta
      
      * update docs
      
      * fix test description
      
      * lint
      
      * fix up the query param to have both noMeta and metadata without introducing breaking changes
      
      * update logic, and clean it up
      
      * lint
      
      * change ifs to switch
      
      * update the docs
      
      * update more docs
      
      * build:docs
      
      * inline comment
      273cac2a
  15. Nov 08, 2021
  16. Nov 04, 2021
  17. Oct 28, 2021
  18. 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
      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
  19. Oct 26, 2021
  20. Oct 20, 2021
  21. 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
  22. Oct 13, 2021
  23. Oct 06, 2021
  24. 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
  25. Sep 27, 2021
  26. Sep 24, 2021
  27. Sep 17, 2021
  28. Aug 02, 2021
  29. Jul 29, 2021
  30. Jul 27, 2021
  31. Jul 20, 2021
  32. Jun 30, 2021
    • Tarik Gul's avatar
      fix: add `vrfDelay` as a `phase` return value for ongoing auctions to reflect... · b4d86620
      Tarik Gul authored
      fix: add `vrfDelay` as a `phase` return value for ongoing auctions to reflect VRFdelays in polkadot (#593)
      
      * fix: update tests for auctions
      
      * docs: auctions
      
      * fix: add `delay` as a phase result
      
      * fix: change delay to vrfDelay
      
      * docs: update for vrfDelay
      
      * fix: starting => startPeriod, ending => endPeriod
      
      * docs: reflect startPeriod and endPeriod
      b4d86620
  33. May 31, 2021
  34. May 12, 2021
  35. May 11, 2021
  36. Apr 19, 2021