- Oct 02, 2023
-
-
Cameron Marshall authored
* add fetchBlockRaw to block service * add unit test update latest e2e tests * feat: add endpoint that queries a block by hash and returns it along with the raw values of its extrinsic(s) * build docs * update inline doc * update number to 0xstring * update BlockRaw docs summary and description * update schema pattern * update docs
-
- Sep 27, 2023
-
-
Dominique authored
-
- Sep 11, 2023
-
-
Pierre Besson authored
- 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...
-
- Sep 05, 2023
-
-
Alberto Nicolas Penayo authored
* (docs) fixed lack of responses on pallet-asset-conversion * (docs) ran yarn build:docs
-
- Sep 01, 2023
-
-
Alberto Nicolas Penayo authored
* (feat) added asset-conversion endpoints * (docs) updated openapi docs * (docs) updated schemas * (tests) added e2e historical tests
-
- Aug 16, 2023
-
- Aug 14, 2023
-
-
Dominique authored
* fix: change error&error codes returned from /transaction/* related endpoints * Revert back to using `extractCauseAndStack` & pass error code in `txErrorMiddleware` - Reverted to the previous error handling with `extractCauseAndStack` - Added the `code` in error thrown and passed it in the `txErrorMiddleware` - Reverted the changes to the test `.spec` files - Updated the mock files with the error code returned since now `err` also includes the `code` - Updated `ITxLegacyError` - Reverted changes in docs and rebuilt * fix: removed comment
-
- Jul 05, 2023
-
- Jun 26, 2023
-
-
dependabot[bot] authored
Bumps [semver](https://github.com/npm/node-semver) from 7.3.5 to 7.5.3. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.3.5...v7.5.3) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Jun 13, 2023
-
- May 29, 2023
-
- May 26, 2023
-
-
Dominique authored
- Updated pjs api deps. - Updated code of `isFrozen` so that we support both past & future runtimes. - Removed one test from latest-e2e-tests of kusama because this pallet was removed. - Updated docs related to the `isFrozen` change.
-
- May 08, 2023
-
- May 05, 2023
-
-
Cameron Marshall authored
* remove metadata v13 * remove adjustedMetadataV13 references in docs * update storage metadata docs
-
- May 01, 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 06, 2023
-
-
Tarik Gul authored
-
- Apr 04, 2023
-
- Mar 23, 2023
-
- Mar 15, 2023
-
-
dependabot[bot] authored
Bumps [webpack](https://github.com/webpack/webpack) from 5.68.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.68.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Mar 13, 2023
-
-
Cameron Marshall authored
* test pallet dispatch call * update fetchDispatchables service * add e2e tests for dispatchables endpoint update docs * update getDispatchablesItemMeta * update dispatchables unit tests * update abstractpalletservice * update docs, fix mispells * update docs and remove log
-
- 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
-
- Feb 14, 2023
-
- Feb 13, 2023
-
-
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 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
-