1. Nov 03, 2022
  2. Nov 01, 2022
  3. Oct 31, 2022
  4. Oct 28, 2022
  5. Oct 27, 2022
  6. Oct 26, 2022
  7. Oct 25, 2022
  8. Oct 21, 2022
  9. Oct 19, 2022
  10. Oct 18, 2022
  11. Oct 17, 2022
  12. Oct 13, 2022
    • Dominique's avatar
      Changes in schema & guide (#1080) · 3fa96894
      Dominique authored
      - Moved the `AccountConvert` path so it is in alphabetical order.
      - Added the `AccountConvert` schema.
      - Small correction in `PalletStorageItem` schema.
      - Added swagger verification step in the CONTRIBUTING guide.
      3fa96894
  13. Oct 07, 2022
  14. Oct 03, 2022
  15. Sep 28, 2022
  16. Sep 27, 2022
  17. Sep 21, 2022
    • Dominique's avatar
      feat: add /accounts/:accountId/convert endpoint (#1007) · e2d6fae4
      Dominique authored
      
      
      * Added the `convert` endpoint
      - Controller, service, response type
      
      * Removed getPair
      
      * SS58 Address from Public key (hex)
      - Using the query param `publicKey` to output the SS58 address if the input/parameter that is given by the user is a Public Key (hex) and not an accountID.
      
      * Changes in validation code & Adding tests
      - Added specific types that the `RequestHandler` can accept.
      - Cleaned the code that validates the query params (and sets default values) in the Controller.
      - Added tests with different valid or invalid endpoints to check.
      
      * Updated the Docs
      - Updated the docs with the `convert` endpoint functionality &  path & query params.
      
      * Changes in the docs based on Tarik's feedback
      - Keeping the "AccountId" written with the same format.
      - Other minor changes in formatting.
      
      * Changes in code & formatting based on Tarik's feedback
      
      * Minor change in the docstrings
      
      * refactor controller to use validateBoolean
      
      Co-authored-by: default avatartarikgul <[email protected]>
      e2d6fae4
  18. Sep 19, 2022
  19. Sep 14, 2022
  20. Sep 13, 2022
    • Tarik Gul's avatar
      feat: validateBooleanMiddleware for controllers (#1023) · fc74d4ac
      Tarik Gul authored
      * add utility testing functions to util file
      
      * refactor address middleware tests with util functions
      
      * add validateBooleanMiddleware
      
      * validateBooleanMiddleware tests
      
      * export middleware
      
      * add validateBooleanMiddleware to controllers that use it
      
      * fix inline comments
      
      * remove hardcoded values
      
      * fix test
      
      * refactor middleware to be more efficient
      
      * fix query check
      fc74d4ac
  21. Sep 08, 2022
  22. Sep 06, 2022
  23. Sep 03, 2022
  24. Aug 31, 2022