- Nov 21, 2023
-
-
Tarik Gul authored
* chore(yarn): bump yarn to 4.0.2 * build yarn docs * ci: increase docker version
-
- Nov 16, 2023
-
-
Alberto Nicolas Penayo authored
-
- Oct 30, 2023
-
- Oct 23, 2023
-
- Oct 20, 2023
-
-
Dominique authored
* feat: add pool-assets endpoints * fix: made function private * Changed assets query param to an array & updated docs
-
- Oct 10, 2023
-
-
dependabot[bot] authored
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.14...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 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
-