Skip to content
  1. May 30, 2023
    • Dominique's avatar
      feat: add prometheus `metrics` endpoint in dedicated server & port (#1232) · a256790e
      Dominique authored
      
      
      * feat: add prometheus `metrics` endpoint in dedicated server & port
      - add separate express instance and port for prometheus metrics
      - expose the default prometheus metrics
      - add a custom metric of type `counter` that increments in every http error
      
      * fix lint errors by using an IIFE & adding void operator
      - remove the `return` keyword
      - add an IIFE inside the callback
      - add the `void` operator
      
      * update dep prom-client
      
      * add prometheus flags & fix for process.kill
      - add a prometheus flag that runs the prometheus server & enables the metrics endpoint
      - add a prometheus-port flag so that the user can choose a custom port to run the metrics endpoint
      - change the code in killAll so that there is no `Object is possibly undefined` error
      
      * code refactor, help page & README
      - add prometheus options and description under help flag
      - add `metricsApp` and increased `httpErrorCounter` only if prometheus flag is true
      - move logger and register inside functions
      - docs: add a section for prometheus in the README
      
      * remove jest unnecessary flags
      
      ---------
      
      Co-authored-by: default avatartarikgul <[email protected]>
      a256790e
  2. May 29, 2023
  3. May 26, 2023
    • Dominique's avatar
      Update pjs deps & fixes (#1285) · 110b01ad
      Dominique authored
      - Updated pjs api deps.
      - Updated code of `isFrozen` so that we support both past & future runtimes.
      - Removed one test from latest-e2e-tests of kusama because this pallet was removed.
      - Updated docs related to the `isFrozen` change.
      110b01ad
  4. May 08, 2023
  5. May 07, 2023
  6. May 01, 2023
  7. Apr 28, 2023
  8. Apr 24, 2023
  9. Apr 19, 2023
  10. Apr 12, 2023
    • Tarik Gul's avatar
      fix!: update polkadot-js, and adjust for breaking changes... · 89648821
      Tarik Gul authored
      
      fix!: update polkadot-js, and adjust for breaking changes (`/accounts/{accountId}/balance-info`) (#1255)
      
      * chore(deps): update polkadot-js
      
      * Fix polkadot primitive candidate type cast in paras headers endpoint
      
      * Update polkadot-js
      
      * fix the accounts endpoint
      
      * Fix tests, and cleanup responses
      
      * Update polkadot historical e2e-tests
      
      * Update kusama historical e2e-tests
      
      * Update westend historical e2e-tests
      
      * Update statemine historical e2e tests
      
      * Add inline docs
      
      * Update docs
      
      * lint
      
      * Update docs/src/openapi-v1.yaml
      
      Co-authored-by: default avatarCameron Marshall <[email protected]>
      
      * rebuild docs
      
      ---------
      
      Co-authored-by: default avatarCameron Marshall <[email protected]>
      89648821
  11. Apr 11, 2023
  12. Apr 04, 2023
  13. Mar 23, 2023
  14. Mar 20, 2023
  15. Mar 15, 2023
  16. Mar 08, 2023
  17. Feb 28, 2023
  18. Feb 27, 2023
  19. Feb 14, 2023
  20. Feb 13, 2023
  21. 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
  22. Feb 08, 2023
  23. Feb 01, 2023
  24. Jan 30, 2023
  25. Jan 25, 2023
  26. Jan 24, 2023
  27. Jan 23, 2023
  28. Jan 19, 2023
  29. Jan 18, 2023
  30. Jan 17, 2023
  31. Jan 10, 2023
  32. Jan 09, 2023
  33. Dec 27, 2022
  34. Dec 26, 2022