- Feb 23, 2024
-
-
dependabot[bot] authored
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. - [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9) --- updated-dependencies: - dependency-name: ip dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Feb 07, 2024
-
- Feb 06, 2024
-
-
Tarik Gul authored
-
Tarik Gul authored
* chore(yarn): update yarn to 4.1.0 * up docs yarn
-
Tarik Gul authored
* feat: add `at` query param for staking-payouts * add docs * rewrite derive to fit historic data * hack for tests * add new mock data * export mock data * add single new test * fix test * update test to reflect validator and nominator * add extract axposure test * extractExposure for nom and val * extractTotalValidatorRewardPoints * error test * another error test * deriveNominatedExposures * replace original file * finalize tests
- Feb 01, 2024
-
-
Tarik Gul authored
* add AccountsProxyInfo controller to chains * export ProxyInfo * response type AccountsProxyInfo * Logic for the controller and service * exports * add test * docs * update copyright * docs nit * one more copyroight * Update docs/src/openapi-v1.yaml Co-authored-by: Dominique <[email protected]> * Update docs --------- Co-authored-by: Dominique <[email protected]>
-
- Jan 25, 2024
-
-
Dominique authored
- docs: updated blocks/head - docs: renamed the decodedXcm schema - docs: reordered in general the schemas to be in alphabetical order
-
- Jan 24, 2024
-
- Jan 23, 2024
-
-
Dominique authored
* feat: add decoded xcm data in blocks endpoint * add types to fix any lint errors * update copyright year * fix paraId filter for horizontal msgs * fix xcm decoding for moonbeam horizontal msg * add yarn.lock file * update docs * removed moonbeam package * adding back yarn.lock * changed variable to const * retrieved yarn.lock from master branch * added a test for decoding upward msg in polkadot block * added test for decoding horizontal msg in KAH block * updated cacheKey with query params of decodedXcmMsgs and paraId - updated docs in blocks controller comments * replaced mocked data of block 18207445 with those of block 18468942 - in block 18468942 we have 2 upward msgs from two different parachains so with the same mocked data we can add 2 tests - added a test to check the query param paraId is working as expected * replaced mocked data of block 5831776 with those of block 3356195 - in block 3356195 we have downward and horizontal msgs so with the same mocked data we can test two different directions * changed structure of decodedXcmMsgs response - changed structure of the decodedMsgs response so that it always returns three arrays (filled or empty), one for each direction. - removed an if statement as unnecessary in XCMDecoder - updated corresponding tests with the new structure of the response * reintroduced the if statement so that paraId query param works when connected to parachain * added test to check if query param paraId works correctly also in horizontal msgs * run linter * added the decodedXcmMsgs response for blockId endpoint - the response is a combination of Block and BlockXCM response with the use of allOf - added schema for Liquidity Pool because the swagger was complaining - changed the order of a hash field so that it aligns of it actually appears in the corresponding response * added decodedXcmMsgsArg and paraId in the options arg * added validation for paraId query param - changed type of paraId after validation - renamed boolean option for decodedXcmMsgs so it is shorter * XCMDecoder changes from Tarik's Amazing review - changes in imports - replaced class name with the keyword 'this' - replaced static with readonly for class properties - replaced static with private for class methods - changed specname to lowercase * reused mockApi's 'perClass' in the other mocked apis - added the 'type' keyword in more imports * run linter & refix imports * Update src/services/blocks/BlocksService.ts Co-authored-by: Tarik Gul <[email protected]> * fix on the perClass field --------- Co-authored-by: marshacb <[email protected]> Co-authored-by: Tarik Gul <[email protected]>
-
- Jan 11, 2024
-
-
Tarik Gul authored
* docs: correct the `/transaction/material` docs for metadata * Update src/controllers/transaction/TransactionMaterialController.ts Co-authored-by: Dominique <[email protected]> --------- Co-authored-by: Dominique <[email protected]>
-
- Jan 10, 2024
-
- Jan 09, 2024
-
-
dependabot[bot] authored
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Jan 05, 2024
-
- Dec 21, 2023
-
-
Alberto Nicolas Penayo authored
* chore(release): 17.3.3 * cleanup nits * notes * typo * changelog notes
-
Alberto Nicolas Penayo authored
* added bool to calc fees * changed noFees from env var to query * docs * Update src/services/blocks/BlocksService.ts Co-authored-by: Tarik Gul <[email protected]> * docs --------- Co-authored-by: Tarik Gul <[email protected]>
-
- Nov 29, 2023
-
-
Tarik Gul authored
* add build to inspect * fix: add `finalized` query param to `/blocks/{blockId}` * docs * change key to finalizedKey
-
- 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
-
-
Tarik Gul authored
-