- Nov 03, 2022
-
-
Cameron Marshall authored
* chore(release):v14.1.0 * move ci commits to ci in changelog * correct version to 14.0.1 * remove extra lines in changelog update release date * chore(release): v14.1.0 * update compatibility changelog * compatibility changelog * update westend compatibility version
-
- Oct 28, 2022
-
-
dependabot[bot] authored
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.15.1. - [Release notes](https://github.com/terser/terser/releases) - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md) - [Commits](https://github.com/terser/terser/compare/v5.10.0...v5.15.1) --- updated-dependencies: - dependency-name: terser dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Oct 19, 2022
-
-
Cameron Marshall authored
* chore(release):v14.1.0 * move ci commits to ci in changelog * correct version to 14.0.1 * remove extra lines in changelog update release date
-
- Oct 13, 2022
-
-
Dominique authored
- Moved the `AccountConvert` path so it is in alphabetical order. - Added the `AccountConvert` schema. - Small correction in `PalletStorageItem` schema. - Added swagger verification step in the CONTRIBUTING guide.
-
- Oct 03, 2022
-
-
Cameron Marshall authored
* chore(release):v14.0.0 * update changelog * update compatibility section * update docs * add breaking changes header in changelog
-
- Sep 28, 2022
-
-
Tarik Gul authored
* feat!: support for NStorageMaps * update docs * fix merge conflict
-
- Sep 21, 2022
-
-
Dominique authored
* Added the `convert` endpoint - Controller, service, response type * Removed getPair * SS58 Address from Public key (hex) - Using the query param `publicKey` to output the SS58 address if the input/parameter that is given by the user is a Public Key (hex) and not an accountID. * Changes in validation code & Adding tests - Added specific types that the `RequestHandler` can accept. - Cleaned the code that validates the query params (and sets default values) in the Controller. - Added tests with different valid or invalid endpoints to check. * Updated the Docs - Updated the docs with the `convert` endpoint functionality & path & query params. * Changes in the docs based on Tarik's feedback - Keeping the "AccountId" written with the same format. - Other minor changes in formatting. * Changes in code & formatting based on Tarik's feedback * Minor change in the docstrings * refactor controller to use validateBoolean Co-authored-by: tarikgul <[email protected]>
-
- Sep 19, 2022
-
-
Cameron Marshall authored
-
- Sep 06, 2022
-
-
Tarik Gul authored
* fix: add TransactionPayment::TransactionPaidFee support * add e2e-tests for kusama * add e2e tests to polkadot * add `fromEvent` dispatchFeeType
-
- Aug 31, 2022
-
-
Tarik Gul authored
* chore(release): v13.0.0 * Update CHANGELOG.md Co-authored-by: James Wilson <[email protected]> * fix grumbles * update westend compatibility Co-authored-by: James Wilson <[email protected]>
-
Tarik Gul authored
* update @substrate/calc * remove feeByEvent query param * integrate calc_partial_fee * update e2e-tests for kusama * update polkadot e2e tests * update westend e2e tests * fix ss58 field in runtime/spec for statemint * update the docs * add apiAt.call.transactionPaymentApi * add queryFeeErrCache * fix tests * stop using call and use the RPC * fix tests, and remove consoles * add QueryFeeDetailsCache * fix kusama chain config for fees * lint * fix grumbles * fix naming for QueryFeeCache * fix QueryFeeDetailsCache, and write tests * Update src/services/blocks/BlocksService.ts Co-authored-by: James Wilson <[email protected]> * Update docs/src/openapi-v1.yaml Co-authored-by: James Wilson <[email protected]> * Update src/services/blocks/BlocksService.ts Co-authored-by: James Wilson <[email protected]> * Update src/types/chains-config/ControllerConfig.ts Co-authored-by: James Wilson <[email protected]> * fix conflct * fix _versionWithCall when null check * change if to else if in QueryFeeDetailsCache * complete unfinished comment * set subtrate/calc back to 0.3.0 * rename QueryFeeCache methods and instance vars * isQueryFeeDetailsAvail -> hasQueryFeeDetails * change to hasQueryFeeApi * add notes Co-authored-by: James Wilson <[email protected]>
-
- Aug 09, 2022
-
- Aug 03, 2022
-
- Jul 28, 2022
-
- Jul 13, 2022
-
- Jul 07, 2022
-
-
Tarik Gul authored
* add query param feeByEvent to all applicable controllers * add compare integers * support for query param feeByEvent * fix grumble * fix compare.spec.ts * inline comments * add tests for getPartialFeeByEvents * change error message * create mock event data * remove unneccessary comments * add tests getPartialFeeInfo * export constructEvent * docs * provide a better description for feeByEvent in docs * create areFeesSimilar * create findEvent
-
- Jul 06, 2022
-
-
Tarik Gul authored
* chore(release) 12.3.0 * add contribution note * Update CHANGELOG.md Co-authored-by: Niklas Adolfsson <[email protected]> * Update CHANGELOG.md Co-authored-by: Niklas Adolfsson <[email protected]> Co-authored-by: Niklas Adolfsson <[email protected]>
-
- Jul 05, 2022
-
-
Dominique authored
* Added networkName in the response of validate address endpoint * Added the 'accountId' in the endpoint response - If the address given is not a hex value then it returns the hex value of the related registry type - If the address given is a hex value then it returns the same as the 'accountId' - The tests were updated based on this logic * Changes in `validateAddress` function, tests & docs - Replaced `filter` with a `for..of` loop when retrieving the `network`. - Replaced `new TypeRegistry` with `this.api.registry` when retrieving the `accountID`. - Renamed `networkName` to `network` so it is aligned with the key naming in the SS58 registry. - Updated the JSDocs of the function `validateAddress`. - Added the default mock api into the service in the tests. - Updated the docs. * Code changes & built docs - Changes in code based on Tarik's feedback. - Run `yarn build:docs`. * Removed unnecessary variable * Fix for accountId & corresponding tests - Fix for accountId when the input from user is an address in hex (from u8 array) format. - Corrected the output of the corresponding tests also. * Returns in all other fields if isValid is false * Code changes based on James feedback * yarn lint
-
- Jun 22, 2022
-
- Jun 17, 2022
-
-
Tarik Gul authored
* Add range query param type * correctly parse a range or throw an error * create new endpoint to query a range of blocks using an async generator * lint, add `/blocks` route * fix grumbles * fix blunder * sort collection of responses, add comments for range algorithm * add return types * cleanup QueueNext type * port runTasks to AbstractController, and make it generic * add PromiseQueue * fix memory allocation, and remove async generator * add PromiseQueue * use PromiseQueue * lint * remove console * fix verifyInt * add /blocks to docs * change BlockRange to Blocks * set a max range, extra error handling * add verifyUInt within util * remove this.verifyInt and replace it with verifyUInt and verifyNonZeroUInt * correct error message * fix small async await grumble * refactor calling each promise * allow parseNumberOrThrow to accept zeroes * fix comment grumble
-
Tarik Gul authored
-
- Jun 14, 2022
-
-
James Wilson authored
* update changelog * tweak readme; I had misunderstood something in prev tweak * bump version to 12.1.1 * Update README.md Co-authored-by: Tarik Gul <[email protected]> Co-authored-by: Tarik Gul <[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
-
- 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
-