Skip to content
  1. Nov 24, 2022
  2. Nov 22, 2022
    • Tarik Gul's avatar
      fix docs (#1145) · 17f00d64
      Tarik Gul authored
      17f00d64
    • Tarik Gul's avatar
      feat: add support for ink! contracts (#1015) · f6499fae
      Tarik Gul authored
      
      
      * feat: contracts endpoint boilerplate
      
      * add @polkadot/api-contracts
      
      * set this as a post request
      
      * modify post request handler type
      
      * cleanup service
      
      * add contracts controller to the default controller
      
      * boilerplate tests
      
      * set mock data for contracts
      
      * expand request types to include generic P type
      
      * cleanup controlelr with expanded types and clean naming. Add query params
      
      * add query params
      
      * comment out some tests
      
      * expand query params, and fix logic
      
      * fix small grumble
      
      * add validateAddress middleware
      
      * pass the ContractPromise into the service to make testing possible
      
      * add test for contracts ink
      
      * fix versions
      
      * cleanup contract query calls
      
      * fix inline comments, and cleanup code
      
      * remove parseBNorThrow (only needed for contrcuting contract txs)
      
      * docs
      
      * update 400 errors
      
      Co-authored-by: default avatarmarshacb <[email protected]>
      f6499fae
    • dependabot[bot]'s avatar
      chore: bump loader-utils from 1.4.1 to 1.4.2 in /docs (#1140) · 71456c4d
      dependabot[bot] authored
      
      
      Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
      - [Release notes](https://github.com/webpack/loader-utils/releases)
      - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
      - [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2)
      
      ---
      updated-dependencies:
      - dependency-name: loader-utils
        dependency-type: indirect
      ...
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      
      Signed-off-by: default avatardependabot[bot] <[email protected]>
      Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
      71456c4d
  3. Nov 21, 2022
  4. Nov 15, 2022
  5. Nov 11, 2022
  6. Nov 10, 2022
  7. Nov 08, 2022
  8. Nov 03, 2022
  9. Nov 01, 2022
  10. Oct 31, 2022
  11. Oct 28, 2022
  12. Oct 27, 2022
  13. Oct 26, 2022
  14. Oct 25, 2022
  15. Oct 21, 2022
  16. Oct 19, 2022
  17. Oct 18, 2022
  18. Oct 17, 2022
  19. 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