- Nov 07, 2024
-
-
Alexander Samusev authored
* [ci] Move from Gitlab to Github * add build docker jobs * add deploy * rename env in deploy * move e2e to pr, rename pr.yml to ci.yml, add benchmark * fix deply * artifact for benches * run benches in github and store results in gh-pages * fix path * try benches in my branch * fix vats * install git * 2 steps bench * rm test from benches * rm tags from benches * rm gitlab * change deps * upd artifacts action version
-
- Oct 07, 2024
-
-
Dominique authored
-
- Nov 20, 2023
- Sep 08, 2023
-
-
Dominique authored
* feat: add pallets/foreign-assets endpoint - add controller, service & reponse type for foreign assets - update chain-config - update docs * fix: remove `asset-info` from endpoint & fix docs - In /pallets/foreign-assets/ endpoint removed `asset-info` since it is not necessary. - In the docs removed the array notation from the `200` response of multiple endpoints (including foreign assets) since there is no outer array in the result. * add name & symbol in human readable format - Added in the response the asset's name & symbol in human readable format. * Refactored the code that retrieves the metadata of the foreign asset - Retrieved metadata based on MultiLocation key obtained by asset info entries - Changed types in IForeignAssetInfo * test: added test & mock data - Added a test (tinkernet) for foreign asset - Added metadata & registry for Asset Hub Kusama * Update src/services/pallets/PalletsForeignAssetsService.ts Co-authore...
-
- Jul 05, 2023
-
-
Dominique authored
-
- Jun 20, 2023
-
-
Dominique authored
* fix: renamed statemint-mine to asset-hub-* * yarn lint
-
- May 30, 2023
-
-
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: tarikgul <[email protected]>
-
- Apr 12, 2023
-
-
Tarik Gul authored
-
- Mar 02, 2023
-
-
Alexander Samusev authored
* [WIP][CI] refactor benchmark * change image for benches * disable job * fix docker image * fix ws var * fwd output to file * fix var * rm bench for kusama and westend * set log-level info * mv benchmarks to artifacts * publish results to prom * fix typo, add some echoes * substitute curly brackets * fix naming * return pipeline * rename build jobs
-
- Feb 13, 2023
-
-
Tarik Gul authored
* chore(deps: update pjs, add small e2e-config) * lint
-
- 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 09, 2023
-
-
Tarik Gul authored
* tests: fix e2e tests, add kusama westend, and remove ws check * remove grumble * fix fmt
-
- 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
-
- Nov 24, 2022
-
-
Tarik Gul authored
test(e2e-tests): reorg the e2e-tests to be under a historic folder to prepare for current tests (#1147)
-
- Aug 15, 2022
-
-
Tarik Gul authored
* docs: update README with SAS_SUBSTRATE_HTTP_URL env var * add HTTP_URL key * add HTTP_URL spec * add HTTP_URL to the types * feat: add http logic to provider and logging * lint * fix grumble * Update README.md Co-authored-by: Alexandru Vasile <[email protected]> * BREAKING CHANGE: switch SAS_SUBSTRATE_WS_URL to SAS_SUBSTRATE_URL * fix params for startUpPrompt * Update src/Specs.ts Co-authored-by: Sergejs Kostjucenko <[email protected]> * add https to regex * fix inline comment grumble Co-authored-by: Alexandru Vasile <[email protected]> Co-authored-by: Sergejs Kostjucenko <[email protected]>
-
- Jul 06, 2022
-
-
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
-
- Jun 16, 2022
-
-
Tarik Gul authored
* fix(scripts): fix jest pass-fail bug * add trim
-
- May 26, 2022
-
-
Tarik Gul authored
* chore(license): append the license to the top of each file * lint * add licensing to calc
-
- Feb 15, 2022
-
-
Alexander Samusev authored
* [WIP] add benchmarks to pipeline * debug yarn run * debug add timeout * add lightweight-bench.lua * run 5 tests in a row * run benchmark 10 minutes * add variables * move ci files; add artifacts * change image * add publish benchmark * fix pipeline * emulate specific metric * finish * fix rule * fix rules * fix fmt
-
- Jan 05, 2022
-
-
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
-
- Dec 01, 2021
-
-
Tarik Gul authored
-
- Oct 26, 2021
-
-
Tarik Gul authored
* switch asset service to historicApi * fix: bug * throw appropriate error for missing pallet * lint * asset-balance e2e tests for statemint * add more tests for asset balances * e2e for statemine * lint * Update src/services/accounts/AccountsAssetsService.ts Co-authored-by: David <[email protected]> * adjust the returned error when assets pallets doesnt exist * fix comment Co-authored-by: David <[email protected]>
-
- Oct 11, 2021
-
-
Tarik Gul authored
* add --log-level flag for e2e tests * update docs for scripts
-
- Oct 01, 2021
-
-
Tarik Gul authored
* fix: refactor e2e chain tests * lint
-
- Sep 29, 2021
-
-
Tarik Gul authored
* fix: add scripts to run new yarn pack script * fix: configure new opts for yarn pack script * fix(types): abstract types for procs * fix: add script for checking npm releases * fix: abstract script logic into one central area * docs: update readme * ci: add ci test for npm releases * ci: fix error * ci: fix pre install * fix: setWsUrl * add sig interrupt * fix: error for sidecar * fix: comments docs * fix: refactor launchProcess params, add trim to stdout * fix: remove default value for the command on launchProcess * Update scripts/runYarnPack.ts Co-authored-by: David <[email protected]> * docs: update description, and give examples on to run it locally, and cleanup if there is an issue * fix: give error instructions on how to cleanup if theres an issue, fix doc to active voice * ci: description * ci: fix the description to a comment Co-authored-by: David <[email protected]>
-
- Jul 27, 2021
-
-
Tarik Gul authored
* fix: rewrite sidecar e2e script
-
- Jul 13, 2021
-
-
James Wilson authored
* Make it a little easier to test individual chains * Update scripts/README.md Fix typo Co-authored-by: Andrew Plaza <[email protected]> Co-authored-by: Andrew Plaza <[email protected]>
-
- May 31, 2021
-
-
Tarik Gul authored
test: e2e-tests
-
- May 18, 2021
-
-
Tarik Gul authored
test: integrate runtime-tests as a helper library (#549)
-