1. Mar 01, 2023
    • Cameron Marshall's avatar
      feat: add pallets/consts endpoint (#1210) · 97c1ca63
      Cameron Marshall authored
      * add endpoint for pallet constants
      add unit and e2e tests
      
      * update docs for consts endpoint
      
      * merged master
      added statemint consts e2e tests
      
      * update abstractpalletservice
      
      * add newline in response mocks
      
      * yarn lint
      
      * update docs
      97c1ca63
  2. Feb 28, 2023
  3. Feb 27, 2023
  4. Feb 21, 2023
  5. Feb 16, 2023
  6. Feb 14, 2023
  7. Feb 13, 2023
    • Tarik Gul's avatar
      chore: add e2e-tests to single lint configuration (#1226) · f546abca
      Tarik Gul authored
      * chore: add e2e-tests to linting
      
      * cleanup package.json
      f546abca
    • Tarik Gul's avatar
      chore(deps): update pjs, add small e2e-config (#1225) · 80f4e2cc
      Tarik Gul authored
      * chore(deps: update pjs, add small e2e-config)
      
      * lint
      80f4e2cc
    • Cameron Marshall's avatar
      feat: add pallets/events endpoint (#1204) · 289d804c
      Cameron Marshall authored
      * add events pallet events endpoint
      add unit tests
      add e2e test
      
      * update docs for pallet events endpoint
      
      * add statemint e2e tests for pallet events endpoint
      
      * update events references
      
      * remove duplicate IPalletEventsParam reference
      
      * lint
      
      * add events check to getPalletMetadataType
      add unhappy path check to fetchEventItem unit tests
      
      * merge master
      
      * update abstratpalletservice types
      refactored events items assignment
      
      * update error message to reflect more accurately when the pallet metadata has no items to query of a specific field type
      
      * debug historicApi pallets
      
      * update check for isValidPalletName to use the pallet meta data instead of the historicApi
      
      * update error log for when a pallet id is not recognized
      
      * yarn lint
      289d804c
  8. Feb 12, 2023
    • Tarik Gul's avatar
      perf: rework benchmarks (#1044) · 31898647
      Tarik Gul authored
      * perf: rework benchmarks
      
      * abstract everything into a utils folder
      
      * fix spacing
      
      * fix file structure naming to camelcase
      
      * add accounts balance benchmarks
      
      * expand the benches readme
      
      * add benches for accoutns vesting info
      
      * add accounts validate to the benchmarks
      
      * add accounts staking endpoints
      
      * add pallets staking progress
      
      * add pallets storage
      
      * add readme
      
      * add pallets palletid storage storageId endpoint
      
      * add paras endpoint
      
      * add /paras/leases/current
      
      * added /paras/auctions/current
      
      * add /paras/crowdloans
      
      * add `/paras/{paraId}/crowdloans-info`
      
      * add /paras/{paraId}/leas-info
      
      * update readme
      
      * fix logging
      
      * change returned logging
      
      * add comment to sidecar script api
      
      * switch scripts to use a different launchProcess response
      
      * fix e2e-helpers statusresponse
      
      * fix stdout and stderr
      
      * add script to package.json
      
      * cleanup script
      
      * add WRK_TIME_LENGTH
      
      * fix grumble
      
      * fix grumbles
      
      * delete benchmarks.txt
      
      * add benchmarks.txt to gitignore
      
      * cleanup consoles
      
      * start docs
      
      * cleanup code
      
      * finish benchmark docs
      
      * cleanup script
      
      * add accounts convert to benchmarks
      
      * rename blocks
      
      * add blocks header
      
      * add blocks extrinsics
      
      * add blocks head
      
      * add blocks head header
      
      * add node network
      
      * add node transaction pool
      
      * add node version
      
      * add nomination pools
      
      * add runtime spec
      
      * add transaction material
      
      * add pallets staking validators
      
      * add pallets errors
      
      * add pallets errors errorItem
      
      * allow linting of scripts, and lint the scripts directory
      
      * set parser types for e2e scripts
      
      * update readme
      
      * add license
      
      * update benchmarks readme
      
      * fix grumble
      31898647
  9. Feb 09, 2023
  10. Feb 08, 2023
  11. Feb 07, 2023
  12. Feb 01, 2023
  13. Jan 30, 2023
  14. Jan 25, 2023
  15. Jan 24, 2023
    • Tarik Gul's avatar
      1585605d
    • Dominique's avatar
      feat: add `/pallets/staking/validators` endpoint (#1045) · 70e0a367
      Dominique authored
      
      
      * Added the `validators` endpoint
      - Controller, service, response type
      - Returns all validators addresses and their corresponding status (active / waiting)
      
      * Validators Info per block
      - Added the `at` query param
      - Modified the Service accordingly
      
      * yarn lint
      
      * Changes `array` to `Set` (James Super Tip)
      - Changed the data structure used to save the validators in the active set from an `array` to a `Set` (based on James suggestion)
      - Changed also the used functions accordingly.
      - Merged in one loop the check of which validator is in the active set and the population of the returned array.
      
      * Lint & Update docs
      - yarn lint
      - Added validators endpoint to the docs
      - Corrected other parts of the docs mentioned by the swagger as errors.
      
      * Added in latest e2e tests the validators endpoint
      
      * Changes from Tarik s comments
      
      * Adjustments in the docstring
      
      * Update src/services/pallets/PalletsStakingValidatorsService.ts
      
      Co-authored-by: default avatarTarik Gul <[email protected]>
      
      * yarn lint:fix
      
      Co-authored-by: default avatarTarik Gul <[email protected]>
      70e0a367
    • Tarik Gul's avatar
      docs: remove try it out option in docs (#1191) · 22f8fd47
      Tarik Gul authored
      22f8fd47
  16. Jan 23, 2023
  17. Jan 19, 2023
  18. Jan 18, 2023
  19. Jan 17, 2023
  20. Jan 16, 2023
    • Cameron Marshall's avatar
      feat: add nomination pools support (#1095) · 7534b1e9
      Cameron Marshall authored
      * nomination pools
      
      * chore(deps): updated polkadot-js deps
      
      * feat: support for nomination pools
      
      * update tests
      
      * update nomination pool service
      
      * update test
      
      * remove historicApi as param
      
      * removed historicApi param from nomination pool info service
      
      * lint
      
      * update param info
      
      * update metadata arg, remove legacy docs
      
      * update open-api yml
      
      * update open api refs
      
      * add nomination pools controller to kusama and polkadot controllers
      
      * add comments to nomination pool service fns
      
      * add nomination pool latest e2e test
      7534b1e9
  21. Jan 10, 2023
    • Tarik Gul's avatar
      feat: add `/paras/head/included-candidates` and `/paras/head/backed-candidates` (#1166) · eb4add7a
      Tarik Gul authored
      * feat: add /paras/head
      
      * backed candidates endpoint
      
      * finalize the backed-candidate logic
      
      * fix grumble with return type
      
      * fix types and complete /paras/head logic
      
      * cleanup
      
      * add test for parasHead, and add at field for responses
      
      * add test for backed candidates
      
      * add docs
      
      * add inline docs
      
      * rework the endpoints
      
      * update docs
      
      * remove mute mock data
      
      * update endpoint descriptions
      
      * leases to heads
      
      * adjust inline comment
      
      * add the endpoints to the latest e2e tests
      
      * fix spacing
      eb4add7a
    • Tarik Gul's avatar
      chore(release): 14.2.3 (#1182) · 6070552b
      Tarik Gul authored
      v14.2.3
      6070552b
  22. Jan 09, 2023
  23. Jan 06, 2023