- 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
-
- Jan 09, 2023
-
-
Tarik Gul authored
-
dependabot[bot] authored
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3) --- updated-dependencies: - dependency-name: json5 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>
-
Tarik Gul authored
* fix: replace rpx calls for fees and give support for weight v1 and v2 * test: removed rpc.payment call from nodeTxPool spec file (#1180) * reorganize test helpers * fix import Co-authored-by: Dominique <[email protected]>
-
- Jan 06, 2023
-
-
dependabot[bot] authored
Bumps [fast-json-patch](https://github.com/Starcounter-Jack/JSON-Patch) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/Starcounter-Jack/JSON-Patch/releases) - [Commits](https://github.com/Starcounter-Jack/JSON-Patch/compare/v3.1.0...3.1.1) --- updated-dependencies: - dependency-name: fast-json-patch 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>
-
dependabot[bot] authored
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: json5 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>
-
- Dec 27, 2022
-
- Dec 26, 2022
- Dec 22, 2022
-
-
Tarik Gul authored
* fix: set rpc to call for queryInfo in transaction/fee-estimate * update docs
-
- 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
* avoid use queryInfo rpc call * fallback to rpc call * minor improvement * update fetchQueryFeeDetails
-
Xiliang Chen authored
-
- Dec 14, 2022
-
- Dec 13, 2022
-
-
Tarik Gul authored
* docs: update node stability for versions * Update README.md Co-authored-by: Dominique <[email protected]> Co-authored-by: Dominique <[email protected]>
-
Tarik Gul authored
-
- Dec 07, 2022
-
-
Tarik Gul authored
* chore(deps): update substrate-calc * chore(deps): update polkadot-js
- Dec 06, 2022
-
-
Niklas Adolfsson authored
* change main code owner `integrations-tools-js-ts` * Update CODEOWNERS Co-authored-by: Alexandru Vasile <[email protected]> Co-authored-by: Alexandru Vasile <[email protected]>
-
- Dec 05, 2022
-
-
Tarik Gul authored
-
- Dec 03, 2022
-
-
dependabot[bot] authored
Bumps [jetli/wasm-pack-action](https://github.com/jetli/wasm-pack-action) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/jetli/wasm-pack-action/releases) - [Commits](https://github.com/jetli/wasm-pack-action/compare/f98777369a49686b132a9e8f0fdd59837bf3c3fd...0d096b08b4e5a7de8c28de67e11e945404e9eefa) --- updated-dependencies: - dependency-name: jetli/wasm-pack-action dependency-type: direct:production update-type: version-update:semver-minor ... 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>
-
- Nov 30, 2022
-
-
Tarik Gul authored
-
- Nov 24, 2022
-
-
dependabot[bot] authored
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.12. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.12) --- updated-dependencies: - dependency-name: tar 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>
-
dependabot[bot] authored
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch 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>
-
Tarik Gul authored
test(e2e-tests): reorg the e2e-tests to be under a historic folder to prepare for current tests (#1147)
-
Tarik Gul authored
* test: optimize jest performance * add test:ci
-
- Nov 22, 2022
-
-
Tarik Gul authored
-
Tarik Gul authored
* feat: contracts endpoint boilerplate * add @polkadot/api-contracts * set this as a post request * modify post request handler type * cleanup service * add contracts controller to the default controller * boilerplate tests * set mock data for contracts * expand request types to include generic P type * cleanup controlelr with expanded types and clean naming. Add query params * add query params * comment out some tests * expand query params, and fix logic * fix small grumble * add validateAddress middleware * pass the ContractPromise into the service to make testing possible * add test for contracts ink * fix versions * cleanup contract query calls * fix inline comments, and cleanup code * remove parseBNorThrow (only needed for contrcuting contract txs) * docs * update 400 errors Co-authored-by: marshacb <[email protected]>
-