Skip to content
  1. Aug 18, 2021
  2. Aug 09, 2021
  3. Aug 02, 2021
  4. Jul 31, 2021
  5. Jul 28, 2021
  6. Jul 27, 2021
  7. Jul 20, 2021
  8. Jul 17, 2021
  9. Jul 14, 2021
  10. Jul 13, 2021
  11. Jul 09, 2021
  12. 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
  13. Jun 29, 2021
  14. Jun 23, 2021
    • Tarik Gul's avatar
      fix: createCalcFee bug (#587) · 21a7e08c
      Tarik Gul authored
      * fix: fix createCalcFee bug
      
      * fix: error message
      
      * fix: error message
      
      * fix: refactor
      
      * fix: add historical block to e2e tests
      
      * fix: comment
      21a7e08c
  15. Jun 14, 2021
  16. Jun 07, 2021
  17. Jun 01, 2021
  18. May 31, 2021
  19. May 27, 2021
  20. May 24, 2021
  21. May 17, 2021
  22. May 16, 2021
  23. May 12, 2021
  24. May 11, 2021
  25. May 07, 2021
  26. May 06, 2021
  27. Apr 19, 2021
  28. Apr 09, 2021
  29. Mar 30, 2021
  30. Mar 29, 2021
  31. Mar 22, 2021
  32. Mar 16, 2021
  33. Mar 10, 2021
    • Zeke Mostov's avatar
      feat(types)!: camelCase enum serialization; Bump polkadot/api@v4 w. ESM (#467) · 179642b3
      Zeke Mostov authored
      BREAKING CHANGE
      Enums in responses serialize with [camelCase variants](https://github.com/polkadot-js/api/pull/3024). Check spec diffs for details
      
      Other changes
      - Reverses regressions in decoding blocks with [sudo proxy variants](https://github.com/polkadot-js/api/pull/3286)
      - Updates jest.config to treat `.js` files as ESM - transforming @polkadot/* packages from ESM to CJS.
      - Bump deps
      179642b3
  34. Feb 15, 2021
  35. Feb 09, 2021
  36. Jan 28, 2021
  37. Jan 26, 2021
    • Tarik Gul's avatar
      feat: add route /blocks/{blockId}/extrinsics/{extrinsicIndex} (#400) · 6507ce70
      Tarik Gul authored
      
      
      * Add new /blocks/{blockId}/extrinsics/{extrinsicsIndex} endpoint
      
      * Add endpoint to chains-config endpoints
      
      * Add exports to entry files
      
      * Add request validations
      
      * Abstract logic from BlocksExtrinsicsController into BlocksServices
      
      * Refactor index, and add await t async call
      
      * Add types
      
      * fix: revert back to original method and cleanup index param
      
      fix: destructure
      
      fix: reorder index
      
      * fix: add options for PoW chains, adjust options passed into fetchBlock
      
      * feat: block 789629 extrinsic responce json file
      
      * fix: modify types for at[object]
      
      * fix: revert types for IExtrinsicIndex at:[object]
      
      * fix: mock json extrinsic data
      
      * fix: working fetchExtrinsicByIndex test
      
      * feat: Test extrinisics error
      
      * fix: change error type
      
      * fix: async/await functionality across fetch extrinsics, fix tests, lint
      
      * feat: docs
      
      * fix: docs
      
      * fix: (docs) events, extrinsics
      
      * fix: docs responses
      
      * fix: docs ExtrinsicIndex
      
      * fix: bugs in docs
      
      * fix: change thrown error to BadRequest for 400 error
      
      * fix: lint
      
      * fix: docs description for ExtrinsicIndex, organize BadRequest import
      
      * Update docs/src/openapi-v1.yaml
      
      Co-authored-by: default avatarZeke Mostov <[email protected]>
      
      * Update docs/src/openapi-v1.yaml
      
      Co-authored-by: default avatarZeke Mostov <[email protected]>
      
      * Update docs/src/openapi-v1.yaml
      
      Co-authored-by: default avatarZeke Mostov <[email protected]>
      
      * fix: extrinsicsIndex -> extriniscIndex (singular)
      
      fix: typos, naming, add parseNumberOrThrow
      
      fix: revert to parseInt
      
      * fix: typos, IAt type, docs, error messages
      
      * fix: lint
      
      * fix: fix error messaging, and docs
      
      fix: cleanup block extrinsics controller
      
      fix: omitFinalized -> true
      
      fix: add test to check parseNumberOrThrow will throw an error if a negative is passed in.
      
      Yarn fix
      
      * fix: remove async
      
      * fix: remove async
      
      fix: update extrinsic index test to query extrinsic 2
      
      fix: lint
      
      * Update docs/src/openapi-v1.yaml
      
      Co-authored-by: default avatarZeke Mostov <[email protected]>
      
      * fix: getExtrinsicByExtrinsicIndex => getExtrinsicByIndex
      
      * fix: getExtrinsicByIndex => getExtrinsicByTimepoint
      
      Co-authored-by: default avatarZeke Mostov <[email protected]>
      6507ce70