- Jun 14, 2022
-
-
James Wilson authored
* Update deps * Ignore all .vscode things * Fix from Tarik for ISanitzedEvent type * wee readme tweaks to clarify * Update .gitignore Add newline Co-authored-by: Tarik Gul <[email protected]> * bump to 8.8.2 * Update README.md "up to date" :) Co-authored-by: Niklas Adolfsson <[email protected]> Co-authored-by: Tarik Gul <[email protected]> Co-authored-by: Niklas Adolfsson <[email protected]>
-
- Jun 13, 2022
- 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
-
Tarik Gul authored
* fix(polkadot-js): update api, and common deps * update to latest polkadot-js versions
-
- Jun 05, 2022
-
-
Tarik Gul authored
* silence the logger in test mode * when test:watch set node_env * silence middleware errors for testing * lint * clarification comments
-
- Jun 03, 2022
-
-
Tarik Gul authored
* remove calcFee * remove all calcFee tests * remove all calcFee associated types * remove export for MetadataConsts * adjust mock response to reflect api.rpc.payment.queryInfo * remove ICalcFee * handle minCalcFeeRuntime * adjust minCalcFeeRuntime error message * fix e2e tests for kusama * adjust polkadot e2e-tests * add a check for rpc.payment
- May 27, 2022
-
-
Tarik Gul authored
* fix(imports): chains-config imports * lint
-
- May 26, 2022
- May 24, 2022
-
-
Tarik Gul authored
- May 20, 2022
-
-
Tarik Gul authored
* fix(apps-config)!: remove apps-config from sidecar all together * update our docs * remove resolutions for polkadot-js packages
-
- May 18, 2022
-
-
Tarik Gul authored
-
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]>
-
Tarik Gul authored
* fix(deps): update substrate-js-dev * fix no-unsafe-argument for specToControllers * ignore no-unsafe-argument for nodeUtils transformer * cleanup unsafe usage of optional chaining * fix unsafe argument of type GenericCall<any> with safe typecasting * fix This number literal will lose precision at runtime * fix tsc issue with scripts
- May 17, 2022
-
-
CurlyBracketEffect authored
-
- 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 09, 2022
- May 03, 2022
-
- May 02, 2022
-
-
Tarik Gul authored
* fix(deps): update pjs api * update apps-config * update pjs deps * fix mock test data * update small script to install packages for you
-
- Apr 29, 2022
-
-
Tarik Gul authored
* fix: hacky solution to properly decode Bytes * add ISanitizeOptions type * fix: add sanitizeMetadataExceptions and options * add options to the necessary controllers * add registry to the options * fix logic to work with all types * add tests * pass in registry to options * remove old comments * cleanup * correctly sanitize non integer values using sanitizeNumbers * make sure options registry metadata matches rpc metadata response * fix grumbles for inline comments * add clarifying comment * fix bug with option types, and large multiple type name fields * destructure * add type comments in tests * inline comments * add a test for Option<u128> * fix sanitizeOptions to have metadataOpts * add logic for multiple runtimes, and not just v14
-
- Apr 25, 2022
-
-
Tarik Gul authored
* docs: update readme with substrate-dev updates * fix: update substrate-js-dev, add update-pjs-deps script
-
- Apr 21, 2022
-
-
Tarik Gul authored
* fix: add v9190 polkadot metadata * fix: add polkadot registry for v9190 * fix: create getPerByte to properly handle lengthToFee * cleanup inline comments
- Apr 20, 2022
-
-
Tarik Gul authored
-
- Apr 13, 2022
-
-
Tarik Gul authored
* fix: update polkadotjs common, api, and wasm-crypto * fix: transactionByeFee typecast to Balance * lint * update resolutions to solve build issue * fix: update apps-config * fix: update pjs api 8.0.2
- Apr 11, 2022
-
-
Tarik Gul authored
-
- Apr 08, 2022
-
-
Tarik Gul authored
* fix: update polkadot-js api, and apps-config * fix(tests): remove createApiAugmentation for getWeights test * fix: remove metadata-consts, and adjust chains-config files * refactor controller and services using blockWeightStore * remove the test regarding blockWeightStore * remove blockWeightStore from chain fee guide * fix: inline docs * fix: cleanup unused types and docs * small grumble
-
- Apr 07, 2022
-
-
Dominique authored
Updated the sidecar README with : - The `trace` endpoints information and how to get access to them. - Hardware requirements for sidecar (related to memory and required disk space). - Specs when running sidecar and also a node in the same machine. - Related benchmarks. Co-authored-by: Zeke Mostov <[email protected]> Co-authored-by: Tarik Gul <[email protected]>
-
Tarik Gul authored
* fix: update polkadot-js api, and apps-config * fix(tests): remove createApiAugmentation for getWeights test
-
- Mar 30, 2022
-