Skip to content
  1. Dec 13, 2022
  2. Dec 07, 2022
  3. Nov 22, 2022
    • 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
  4. Nov 21, 2022
  5. Nov 11, 2022
  6. Nov 10, 2022
  7. Nov 01, 2022
  8. Oct 31, 2022
  9. Oct 28, 2022
  10. Oct 26, 2022
  11. Oct 25, 2022
  12. Oct 18, 2022
  13. Oct 07, 2022
  14. Sep 27, 2022
  15. Sep 19, 2022
  16. Sep 14, 2022
  17. Sep 06, 2022
  18. Aug 31, 2022
    • Tarik Gul's avatar
      fix!: integrate @substrate/[email protected] for partial fees (#1017) · 92e3e1da
      Tarik Gul authored
      
      
      * update @substrate/calc
      
      * remove feeByEvent query param
      
      * integrate calc_partial_fee
      
      * update e2e-tests for kusama
      
      * update polkadot e2e tests
      
      * update westend e2e tests
      
      * fix ss58 field in runtime/spec for statemint
      
      * update the docs
      
      * add apiAt.call.transactionPaymentApi
      
      * add queryFeeErrCache
      
      * fix tests
      
      * stop using call and use the RPC
      
      * fix tests, and remove consoles
      
      * add QueryFeeDetailsCache
      
      * fix kusama chain config for fees
      
      * lint
      
      * fix grumbles
      
      * fix naming for QueryFeeCache
      
      * fix QueryFeeDetailsCache, and write tests
      
      * Update src/services/blocks/BlocksService.ts
      
      Co-authored-by: default avatarJames Wilson <[email protected]>
      
      * Update docs/src/openapi-v1.yaml
      
      Co-authored-by: default avatarJames Wilson <[email protected]>
      
      * Update src/services/blocks/BlocksService.ts
      
      Co-authored-by: default avatarJames Wilson <[email protected]>
      
      * Update src/types/chains-config/ControllerConfig.ts
      
      Co-authored-by: default avatarJames Wilson <[email protected]>
      
      * fix conflct
      
      * fix _versionWithCall when null check
      
      * change if to else if in QueryFeeDetailsCache
      
      * complete unfinished comment
      
      * set subtrate/calc back to 0.3.0
      
      * rename QueryFeeCache methods and instance vars
      
      * isQueryFeeDetailsAvail -> hasQueryFeeDetails
      
      * change to hasQueryFeeApi
      
      * add notes
      
      Co-authored-by: default avatarJames Wilson <[email protected]>
      92e3e1da
  19. Aug 30, 2022
  20. Aug 29, 2022
  21. Aug 22, 2022
  22. Aug 16, 2022
  23. Aug 08, 2022
  24. Aug 03, 2022
  25. Aug 02, 2022
  26. Aug 01, 2022
  27. Jul 27, 2022
  28. Jul 12, 2022
  29. Jul 05, 2022
  30. Jul 04, 2022
  31. Jun 28, 2022
  32. Jun 21, 2022
  33. Jun 14, 2022