Skip to content
  1. Apr 28, 2023
  2. Apr 24, 2023
  3. Apr 19, 2023
  4. 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
  5. Apr 11, 2023
  6. Apr 04, 2023
  7. Mar 23, 2023
  8. Mar 20, 2023
  9. Mar 15, 2023
  10. Mar 08, 2023
  11. Feb 28, 2023
  12. Feb 27, 2023
  13. Feb 14, 2023
  14. Feb 13, 2023
  15. 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
  16. Feb 08, 2023
  17. Feb 01, 2023
  18. Jan 30, 2023
  19. Jan 25, 2023
  20. Jan 24, 2023
  21. Jan 23, 2023
  22. Jan 19, 2023
  23. Jan 18, 2023
  24. Jan 17, 2023
  25. Jan 10, 2023
  26. Jan 09, 2023
  27. Dec 27, 2022
  28. Dec 26, 2022
  29. 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
    • Xiliang Chen's avatar
      fix: use local version of wasm-pack (#1168) · f922247a
      Xiliang Chen authored
      f922247a
  30. Dec 14, 2022
  31. Dec 13, 2022
  32. Dec 07, 2022