- Mar 09, 2023
-
-
Tarik Gul authored
* feat: add SAS_EXPRESS_KEEP_ALIVE_TIMEOUT * lint * fix small nits * fix small bug * remove console
-
- Mar 08, 2023
- 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
-
- Mar 01, 2023
-
-
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
-
- Feb 28, 2023
-
-
dependabot[bot] authored
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/Swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/Swatinem/rust-cache/compare/359a70e43a0bb8a13953b04a90f76428b4959bb6...6fd3edff6979b79f87531400ad694fb7f2c84b1f) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Feb 27, 2023
-
-
Tarik Gul authored
-
- Feb 21, 2023
-
-
Sergejs Kostjucenko authored
* Add Docker image description publishing * Fix ci * Test ci * Test ci * Test ci * Test ci * Test ci * Test ci * Test ci * Test ci * Test ci * Test ci * Test ci * Test ci * Fix ci
-
- Feb 16, 2023
-
-
Alexander Samusev authored
* feat: add e2e tests to ci * change ci image for e2e * add yarn --immutable * new urls
-
- Feb 14, 2023
-
- Feb 13, 2023
-
-
Tarik Gul authored
* chore: add e2e-tests to linting * cleanup package.json
-
Tarik Gul authored
* chore(deps: update pjs, add small e2e-config) * lint
-
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
-
- 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
-
- Feb 08, 2023
- Feb 07, 2023
-
-
dependabot[bot] authored
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Feb 01, 2023
-
-
Tarik Gul authored
- Jan 30, 2023
-
-
Tarik Gul authored
-
Tarik Gul authored
-
Cameron Marshall authored
-
Dominique authored
-
- Jan 25, 2023
-
-
Tarik Gul authored
* feat: add fileTransport for local logging * lint * add env vars to SidecarConfig * add logic to transport logger * adjust logging * update log config * add WRITE_MAX_FILE_SIZE and WRITE_MAX_FILES * update the docs * cleanup some grumbles * update readme
- Jan 24, 2023
-
-
Tarik Gul authored
-
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: Tarik Gul <[email protected]> * yarn lint:fix Co-authored-by: Tarik Gul <[email protected]>
-
Tarik Gul authored
-
- Jan 23, 2023
-
-
Tarik Gul authored
-
Cameron Marshall authored
* add controller and service for errors * add pallet errors endpoint * removed unused error query param * fix newline in response json * add abstract pallet service * add AbstractPallerService * remove dev log * change access modifier in abstract pallets * change fn name * add errors pallet to kusama * remove unused import remove newline * remove lower casing of pallet name in fetchErrors update latest polkadot e2e tests with PhragmentElection Pallet * update parsedPalletName
-
dependabot[bot] authored
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.6.0 to 3.12.0. - [Release notes](https://github.com/fitzgen/bumpalo/releases) - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](https://github.com/fitzgen/bumpalo/compare/3.6.0...3.12.0) --- updated-dependencies: - dependency-name: bumpalo dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 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 16, 2023
-
-
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
-
- Jan 10, 2023
-
-
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
-