- Jun 07, 2022
-
- Jun 06, 2022
-
-
Tarik Gul authored
feat: add query param `includeFee` to add a `tip`, `partialFee`, and `priority` field to each extrinsic for `/node/transaction-pool` (#931) * add test response * update controller to include tip query parameter * create tests that include tip query param * update the return type to include tip * update dervice logic to handle tip inclusion * update the docs * fix grumble * switch the naming in the controller from tip to fee * add partial fee functionality * handle priority correctly * fix some linting errors * update response type for partialfee * set query param as includeFee * update normal extrinsic response * add const values to defaultMockApi * add computation logic to calculate priority * update docs * add test suite for operational transactions * lint * remove commented import * rename maxBlock to maxBlockWeight * add end line * fix priority type decsription * cleanup small grumbles * fix comment * fix some comments
-
- Jun 03, 2022
-
- May 24, 2022
-
- May 18, 2022
-
-
CurlyBracketEffect authored
* fix(deps): update pjs common, api, type interfaces * chore(release): 11.4.0 * Update CHANGELOG.md Fixed version typo Co-authored-by: Tarik Gul <[email protected]> * fix(changelog): move feat to features section * Update CHANGELOG.md moved feat to the features section * Update CHANGELOG.md edited for clarity Co-authored-by: David <[email protected]> * Update CHANGELOG.md edited for clarity * fix(doc): update changelog Co-authored-by: Tarik Gul <[email protected]> Co-authored-by: David <[email protected]>
- May 16, 2022
-
-
Tarik Gul authored
* update the balance key in IAccountsBalanceInfo to also be a string * accept a query param for converting the balance * add private convertBalance * add tests for convertBalance * change convert to denominate * switch all over to denomination * inline comments * handle zero values, and cleanup code * handle all balance values * add IBalanceLock type * add denominateLocks * update docs * add error handling for a chain with no decimal * correct the docs * cleanup code * cover edgecase where decimal is 0 * set api to historicApi * fix decimal selection * detail dec value in applyDenominationBalance
-
- May 10, 2022
-
-
Dominique authored
* chore(release): 11.3.19 * Changed compatibility versions * Updated the date on the CHANGELOG Co-authored-by: Tarik Gul <[email protected]> Co-authored-by: Tarik Gul <[email protected]>
-
- May 03, 2022
-
- Apr 21, 2022
-
- Apr 13, 2022
-
- Mar 30, 2022
-
- Mar 16, 2022
-
- Mar 14, 2022
-
-
Tarik Gul authored
* fix: bump yarn * update deps in docs with new yarn
-
- Mar 08, 2022
-
- Feb 28, 2022
-
- Feb 24, 2022
-
-
Tarik Gul authored
* chore(release): 11.3.11 * fix small grumble in changelog * Update CHANGELOG.md Co-authored-by: Niklas Adolfsson <[email protected]> Co-authored-by: Niklas Adolfsson <[email protected]>
-
- Feb 22, 2022
-
-
Tarik Gul authored
-
- Feb 17, 2022
-
-
Tarik Gul authored
* Update all deps to patch, or minor * update clean-webpack-plugin from 1.0.1 -> 4.0.0 * docs: update to webpack 5.68.0
-
- Feb 16, 2022
-
-
Jose authored
* Abstract error handling for addresses into AbstractService * Add yarn cache, jest cov and fixed unit test
-
- Feb 10, 2022
-
- Feb 02, 2022
-
- Feb 01, 2022
-
-
Tarik Gul authored
* fix: current auction endingOffset bug * fix: header bug * update tests to accurately test the updates * add vrfDelay to endingOffset * refactor logic to make it cleaner * Update src/services/paras/ParasService.ts Co-authored-by: Zeke Mostov <[email protected]> * Update src/services/paras/ParasService.ts Co-authored-by: Zeke Mostov <[email protected]> * remove vrfDelay from offset calculation * update docs with vrfDelay info * add tests for startPeriod, endPeriod and vrfDelay * inline docs * fix some grumbles for vrfDelay, and endPeriod sample * Update src/services/paras/ParasService.ts * Update docs * Update src/services/paras/ParasService.ts Co-authored-by: James Wilson <[email protected]> * fix naming in test * set the vrfDelay test to use the finishEnd block * update docs Co-authored-by: Zeke Mostov <[email protected]> Co-authored-by: James Wilson <[email protected]>
-
- Jan 26, 2022
-
-
James Wilson authored
-
- Jan 24, 2022
-
-
Tarik Gul authored
* remove node-forge resolution, and standard-version dev dep * node-forge sec update for docs
-
- Jan 14, 2022
-
-
Tarik Gul authored
-
- Jan 13, 2022
-
- Dec 21, 2021
-
- Dec 16, 2021
-
- Dec 13, 2021
-
-
Tarik Gul authored
-
- Dec 09, 2021
-
- Dec 02, 2021
-
- Nov 23, 2021
-
- Nov 16, 2021
-
-
Maciej Hirsz authored
-
- Nov 15, 2021
-
-
Tarik Gul authored
* preserve the eperimental route, add /paras * fix: remove /experimental from e2e tests * docs * remove warnings
-
- Nov 11, 2021
-
-
Maciej Hirsz authored
* chore(release): 11.2.0 * Update version
-
- Nov 10, 2021
-
-
Tarik Gul authored
* add historicApi to crowdloans-info * add assertQueryModule check * add historicApi to crowdloans * add historicApi to leases-info and leases/current * add historicApi to auctions-current * add historicApi to paras * fix endingOffset bug * adjust tests to reflect historicApi * cleanup * inline docs * lint * Update src/services/paras/ParasService.ts Co-authored-by: Zeke Mostov <[email protected]> * adjust lease_period_index * lease period index edgecase * adjust leasePeriodIndex to be null not BN_ZERO * update docs Co-authored-by: Zeke Mostov <[email protected]>
-
- Nov 09, 2021
-
-
Tarik Gul authored
* add query param decodeMeta * update docs * fix test description * lint * fix up the query param to have both noMeta and metadata without introducing breaking changes * update logic, and clean it up * lint * change ifs to switch * update the docs * update more docs * build:docs * inline comment
-
- Nov 08, 2021
-
-
Maciej Hirsz authored
-