- May 08, 2023
-
- May 07, 2023
-
-
Tarik Gul authored
-
- May 01, 2023
- Apr 28, 2023
-
-
Xiliang Chen authored
* some improvements * no need to hardcode chains * add acala for e2e tests * add karura * able to configure url * fix * fix * Update e2e-tests/latest/endpoints/acala.ts Co-authored-by: Tarik Gul <[email protected]> --------- Co-authored-by: Tarik Gul <[email protected]>
-
- Apr 24, 2023
- Apr 19, 2023
-
- Apr 12, 2023
-
-
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: Cameron Marshall <[email protected]> * rebuild docs --------- Co-authored-by: Cameron Marshall <[email protected]>
-
- Apr 11, 2023
-
- Apr 04, 2023
-
- Mar 23, 2023
-
- Mar 20, 2023
-
-
Tarik Gul authored
-
- Mar 15, 2023
-
- Mar 08, 2023
- Feb 28, 2023
-
- Feb 27, 2023
-
-
Tarik Gul authored
-
- Feb 14, 2023
-
- Feb 13, 2023
- Feb 12, 2023
-
-
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
-
- Feb 08, 2023
-
-
Tarik Gul authored
-
- Feb 01, 2023
-
-
Tarik Gul authored
- Jan 30, 2023
- Jan 25, 2023
-
- Jan 24, 2023
-
-
Tarik Gul authored
-
- Jan 23, 2023
-
-
Tarik Gul authored
-
- Jan 19, 2023
-
-
Tarik Gul authored
* chore(lint): adjust lint script * docs: additional changes in contributing page (#1186) Co-authored-by: Dominique <[email protected]>
-
- Jan 18, 2023
-
-
Tarik Gul authored
* chore(yarn-dev): update yarn to 3.3.1, and substrate/dev to 0.6.6 * build docs
-
- Jan 17, 2023
-
-
Tarik Gul authored
-
- Jan 10, 2023
-
- Jan 09, 2023
-
-
Tarik Gul authored
-
- Dec 27, 2022
-
- Dec 26, 2022
- Dec 20, 2022
-
-
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
-
Xiliang Chen authored
-