- May 23, 2024
-
-
Dominique authored
-
- May 09, 2024
-
-
Dominique authored
-
- May 06, 2024
-
-
Alberto Nicolas Penayo authored
-
- Apr 24, 2024
- Apr 22, 2024
-
-
Dominique authored
-
- Apr 21, 2024
-
-
Dominique authored
* fix: staking payouts change claimed value * Tarik's suggestion Co-authored-by: Tarik Gul <[email protected]> --------- Co-authored-by: Tarik Gul <[email protected]>
-
- Apr 16, 2024
-
-
Dominique authored
-
- Apr 11, 2024
-
-
dependabot[bot] authored
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.1. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v6.1.15...v6.2.1) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.12 to 6.2.1. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v6.1.12...v6.2.1) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Apr 08, 2024
-
-
dependabot[bot] authored
Bumps [undici](https://github.com/nodejs/undici) from 5.28.3 to 5.28.4. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4) --- updated-dependencies: - dependency-name: undici dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Apr 04, 2024
-
-
Dominique authored
* feat: add metadata versions endpoints * updated docs * fix typo & renamed variables * made the metadata version check dynamic, replacing the specific check for versions 14 and 15 - transaction material with metadata returns metadata regardless of the 'metadata' query param - updated docs * added changes from Tarik's review - throw an error if newer call is not available for older blocks - removed some comments left in node transaction spec file * Tarik's change on regExPattern check Co-authored-by: Tarik Gul <[email protected]> * added Tarik's suggestion also in transaction material * fix typo --------- Co-authored-by: Tarik Gul <[email protected]>
-
- Apr 01, 2024
-
-
Dominique authored
-
- Mar 27, 2024
-
-
dependabot[bot] authored
Bumps [express](https://github.com/expressjs/express) from 4.18.3 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.18.3...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [express](https://github.com/expressjs/express) from 4.18.1 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.18.1...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Mar 22, 2024
-
-
dependabot[bot] authored
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.1 to 5.3.4. - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases) - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.1...v5.3.4) --- updated-dependencies: - dependency-name: webpack-dev-middleware dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Mar 21, 2024
-
-
Dominique authored
* chore(release): 18.0.0 * Update CHANGELOG.md Co-authored-by: Tarik Gul <[email protected]> * replaced feat title --------- Co-authored-by: Tarik Gul <[email protected]>
-
Dominique authored
-
Dominique authored
* feat: add in-transit XCM msgs in blocks endpoint * change responses structure & namings - added `IHorizontalMessageInRelayChain` interface - renamed `IHorizontalMessage` to `IHorizontalMessageInParachain`. - renamed `paraId` to `originParaId` in `IHorizontalMessageInParachain` and `IUpwardMessage` interface. - corrected `ISanitizedParachainInherentData` - updated tests * changed response structure of upward msgs (multiple upward from same originPara) - upward msgs response to be aligned with horizontal msgs response structure - added Tarik's suggestions * updated docs * docs fix in schemas based on Iker's finding * Iker's grammar correction Co-authored-by: IkerAlus <[email protected]> * rebuilt docs --------- Co-authored-by: IkerAlus <[email protected]>
-
- Mar 20, 2024
-
-
Dominique authored
* fix: add kusama chain check in historic blocks * run linter * applied Tarik's suggestion with 'isKusama' variable * Update src/controllers/accounts/AccountsStakingPayoutsController.ts Co-authored-by: Alberto Nicolas Penayo <[email protected]> --------- Co-authored-by: Alberto Nicolas Penayo <[email protected]>
-
- Mar 16, 2024
-
-
dependabot[bot] authored
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.5...v1.15.6) --- 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>
-
- Mar 06, 2024
-
-
Dominique authored
* fix: multilocation type in pallets/foreign-assets * remove createType & update tests
-
- Mar 05, 2024
-
-
Dominique authored
-
- Mar 01, 2024
-
-
Tarik Gul authored
* fix: add more historic support for staking-payouts * Update typings * update nit * historyDepth guard * added currentEra * first commit * updated deriveEraExposure * udpated blockinfo interface * updated payout calc * removed unused types * added eras block info * run linter * some linting * udpated points and rewards * undo * fixed all type errors * get era points at current era s end block * edgecase era 0 * linting * era 0 * disable depth for eras less than 518 * removed extra blocks in erasBlockInfo json file * bug fix * typo * bug fix * fix era err msg * removed commented line * linting --------- Co-authored-by: bee344 <[email protected]> Co-authored-by: Imod7 <[email protected]>
- Feb 28, 2024
- 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 22, 2024
-
-
dependabot[bot] authored
Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. - [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1) --- 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
-
-
Tarik Gul authored
* fix: staking-payouts for legacy kusama node * add stakingledgerto240 * remove console.logs * add comment * add comment
- 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
-
Bulat Saifullin authored
- Feb 02, 2024
-
-
Alberto Nicolas Penayo authored
* add asset-conversion to KAH * updated copyright
-
- 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]>
-
Alberto Nicolas Penayo authored
* moved fn docs from README to inline * changed add and sub operations to saturating_* * updated copyright
-