- 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>
-
- Feb 01, 2023
-
- Jan 30, 2023
-
-
Tarik Gul authored
-
- Jan 25, 2023
-
- Jan 24, 2023
-
-
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
-
-
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
-
- 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 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 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 22, 2022
-
-
Tarik Gul authored
* fix: set rpc to call for queryInfo in transaction/fee-estimate * update docs
-
- Dec 14, 2022
-
- Dec 07, 2022
-
- 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>
-
- 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]>
-
dependabot[bot] authored
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: loader-utils 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>
-
- Nov 21, 2022
-
- Nov 11, 2022
-
-
Cameron Marshall authored
-
- Nov 10, 2022
-
-
dependabot[bot] authored
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md) - [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: loader-utils 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 [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.15.2. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.15.2) --- updated-dependencies: - dependency-name: follow-redirects 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>
-
- Nov 03, 2022
-
-
Cameron Marshall authored
* chore(release):v14.1.0 * move ci commits to ci in changelog * correct version to 14.0.1 * remove extra lines in changelog update release date * chore(release): v14.1.0 * update compatibility changelog * compatibility changelog * update westend compatibility version
-
- Oct 28, 2022
-
-
dependabot[bot] authored
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.15.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.10.0...v5.15.1) --- updated-dependencies: - dependency-name: terser 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>
-
- Oct 19, 2022
-
-
Cameron Marshall authored
* chore(release):v14.1.0 * move ci commits to ci in changelog * correct version to 14.0.1 * remove extra lines in changelog update release date
-
- Oct 13, 2022
-
-
Dominique authored
- Moved the `AccountConvert` path so it is in alphabetical order. - Added the `AccountConvert` schema. - Small correction in `PalletStorageItem` schema. - Added swagger verification step in the CONTRIBUTING guide.
-
- Oct 03, 2022
-
-
Cameron Marshall authored
* chore(release):v14.0.0 * update changelog * update compatibility section * update docs * add breaking changes header in changelog
-
- Sep 28, 2022
-
-
Tarik Gul authored
* feat!: support for NStorageMaps * update docs * fix merge conflict
-
- Sep 21, 2022
-
-
Dominique authored
* Added the `convert` endpoint - Controller, service, response type * Removed getPair * SS58 Address from Public key (hex) - Using the query param `publicKey` to output the SS58 address if the input/parameter that is given by the user is a Public Key (hex) and not an accountID. * Changes in validation code & Adding tests - Added specific types that the `RequestHandler` can accept. - Cleaned the code that validates the query params (and sets default values) in the Controller. - Added tests with different valid or invalid endpoints to check. * Updated the Docs - Updated the docs with the `convert` endpoint functionality & path & query params. * Changes in the docs based on Tarik's feedback - Keeping the "AccountId" written with the same format. - Other minor changes in formatting. * Changes in code & formatting based on Tarik's feedback * Minor change in the docstrings * refactor controller to use validateBoolean Co-authored-by: tarikgul <[email protected]>
-
- Sep 19, 2022
-
-
Cameron Marshall authored
-
- Sep 06, 2022
-
-
Tarik Gul authored
* fix: add TransactionPayment::TransactionPaidFee support * add e2e-tests for kusama * add e2e tests to polkadot * add `fromEvent` dispatchFeeType
-
- Aug 31, 2022
-
-
Tarik Gul authored
* chore(release): v13.0.0 * Update CHANGELOG.md Co-authored-by: James Wilson <[email protected]> * fix grumbles * update westend compatibility Co-authored-by: James Wilson <[email protected]>
-
Tarik Gul authored
* update @substrate/calc * remove feeByEvent query param * integrate calc_partial_fee * update e2e-tests for kusama * update polkadot e2e tests * update westend e2e tests * fix ss58 field in runtime/spec for statemint * update the docs * add apiAt.call.transactionPaymentApi * add queryFeeErrCache * fix tests * stop using call and use the RPC * fix tests, and remove consoles * add QueryFeeDetailsCache * fix kusama chain config for fees * lint * fix grumbles * fix naming for QueryFeeCache * fix QueryFeeDetailsCache, and write tests * Update src/services/blocks/BlocksService.ts Co-authored-by: James Wilson <[email protected]> * Update docs/src/openapi-v1.yaml Co-authored-by: James Wilson <[email protected]> * Update src/services/blocks/BlocksService.ts Co-authored-by: James Wilson <[email protected]> * Update src/types/chains-config/ControllerConfig.ts Co-authored-by: James Wilson <[email protected]> * fix conflct * fix _versionWithCall when null check * change if to else if in QueryFeeDetailsCache * complete unfinished comment * set subtrate/calc back to 0.3.0 * rename QueryFeeCache methods and instance vars * isQueryFeeDetailsAvail -> hasQueryFeeDetails * change to hasQueryFeeApi * add notes Co-authored-by: James Wilson <[email protected]>
-
- Aug 09, 2022
-
- Aug 03, 2022
-
- Jul 28, 2022
-