Skip to content
  1. Dec 20, 2022
    • Tarik Gul's avatar
      test(e2e-tests): add e2e-tests for latest runtimes, and blocks (#1155) · 095f57f9
      Tarik Gul authored
      * test(e2e-tests): outline errors for the process
      
      * add correct error code when sidecar fails to build
      
      * reorg the tsconfig in e2e tests and where the entry file exists
      
      * add endpoints
      
      * change yarn script names to historical for init
      
      * change request format to return statusCode as well as data
      
      * add working script
      
      * some cleanup
      
      * organize naming
      
      * cleanup
      
      * fix tiny grumble
      
      * add license to file
      
      * add script to startup the e2e tests
      
      * fix small blunders, and add scripts to package.json
      
      * set runE2eTests to runHistoricalE2eTests
      
      * add --local to historical e2e tests
      
      * get local working, and fix resolving errors
      
      * fix is local to fail when a chain is not specified
      
      * DRY up code
      
      * update docs in scripts
      
      * docs in e2e-tests
      
      * cleanup
      
      * add all statemint end points
      
      * make `--local` take in an input
      
      * update release notes
      
      * add latest to readme
      
      * new lint
      095f57f9
  2. Nov 24, 2022
  3. Nov 03, 2022
  4. Oct 03, 2022
  5. Sep 06, 2022
  6. 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
  7. Jul 06, 2022
    • Tarik Gul's avatar
      test(e2e): update validate endpoint (#979) · 0a911de9
      Tarik Gul authored
      * test(e2e): update /accounts/{address}/validate for kusama
      
      * test(e2e): update /accounts/{address}/validate for polkadot
      
      * test(e2e): update /accounts/{address}/validate for westend
      0a911de9
  8. Jun 21, 2022
  9. Jun 03, 2022
    • Tarik Gul's avatar
      fix(calc): rework calculating fees (#937) · 33064669
      Tarik Gul authored
      * remove calcFee
      
      * remove all calcFee tests
      
      * remove all calcFee associated types
      
      * remove export for MetadataConsts
      
      * adjust mock response to reflect api.rpc.payment.queryInfo
      
      * remove ICalcFee
      
      * handle minCalcFeeRuntime
      
      * adjust minCalcFeeRuntime error message
      
      * fix e2e tests for kusama
      
      * adjust polkadot e2e-tests
      
      * add a check for rpc.payment
      33064669
  10. May 26, 2022
  11. May 09, 2022
  12. Mar 28, 2022
    • Tarik Gul's avatar
      fix: update e2e-tests (#877) · 7382dcaa
      Tarik Gul authored
      * fix(e2e-tests): update kusama with 9150, 9151, 9160, 9170
      
      * fix: add polkadot account e2e-tests
      
      * fix: update polkadot with 9140, 9151, and 9170
      
      * update statemine with e2e-tests
      
      * update e2e tests for statemint
      7382dcaa
  13. Feb 15, 2022
  14. Feb 01, 2022
  15. Jan 05, 2022
    • Tarik Gul's avatar
      fix(e2e-tests): add statemint, and update with 9130 runtime tests (#807) · c6ec7beb
      Tarik Gul authored
      * fix: change /experimental to /paras in description
      
      * statemint account assets e2e boilerplate
      
      * fix(temporary): change min calc fee runtime version to 601
      
      * statemint block e2e tests
      
      * add runtime spec for statmint e2e tests
      
      * update e2e tests for statemint configuration
      
      * add v9122, and v9140 blocks for polkadot
      
      * add polkadot 9122 and 9140 tests for accounts
      
      * fix: comments on runtime version
      
      * revert min calc fee statemint
      
      * update kusama 9130 accounts
      
      * update blocks 9130
      
      * updates paras/* for 9130 and cleanup
      
      * update paras paras e2e 9130
      
      * fix comment grumble
      
      * add statemint script
      
      * lint
      c6ec7beb
  16. Jan 04, 2022
  17. Nov 15, 2021
  18. Nov 10, 2021
  19. Nov 05, 2021
  20. Nov 01, 2021
  21. 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
  22. Oct 26, 2021
  23. Oct 18, 2021
  24. Oct 11, 2021
    • Tarik Gul's avatar
      fix(BlocksService): refactor api.derive for performance, and add historicApi... · 5861cb1f
      Tarik Gul authored
      fix(BlocksService): refactor api.derive for performance, and add historicApi to BlocksService (#699)
      
      * fix: refactor api.derive.chain in /blocks
      
      * add historicApi
      
      * remove bench test
      
      * tests: adjust tests to accept historicalApi
      
      * refactor blocks to use historicApi
      
      * fix: fetchevents bug
      
      * fix: update historic kusama blocks e2e tests
      
      * put back --silent
      
      * fix: lint
      
      * fix: tests for pallets staking progress
      
      * cleanup
      
      * optimize getWeights, remove expandMetadata
      
      * fix: nexttFeeMultiplier get by parent hash
      
      * add ? to nextFeeMultiplier
      
      * lint
      5861cb1f
    • Tarik Gul's avatar
  25. 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
  26. Sep 21, 2021
    • Tarik Gul's avatar
      tests(e2e): add `/runtime/*` endpoints (#674) · ddb8e459
      Tarik Gul authored
      * fix: add e2e for kusama
      
      * fix: add runtime for polkadot endpoints
      
      * fix: grumbles
      
      * fix: add runtime response types
      
      * fix: add RuntimeResponse type (typecast)
      
      * boilerplate for westend
      
      * add runtime endpoints for westend
      
      * lint
      ddb8e459
  27. Sep 06, 2021
  28. Jun 29, 2021
  29. 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
  30. May 31, 2021