- Aug 15, 2022
-
-
Tarik Gul authored
* docs: update README with SAS_SUBSTRATE_HTTP_URL env var * add HTTP_URL key * add HTTP_URL spec * add HTTP_URL to the types * feat: add http logic to provider and logging * lint * fix grumble * Update README.md Co-authored-by: Alexandru Vasile <[email protected]> * BREAKING CHANGE: switch SAS_SUBSTRATE_WS_URL to SAS_SUBSTRATE_URL * fix params for startUpPrompt * Update src/Specs.ts Co-authored-by: Sergejs Kostjucenko <[email protected]> * add https to regex * fix inline comment grumble Co-authored-by: Alexandru Vasile <[email protected]> Co-authored-by: Sergejs Kostjucenko <[email protected]>
-
- Aug 12, 2022
-
-
Tarik Gul authored
-
- Aug 11, 2022
-
-
Tarik Gul authored
* fix(fee): fee calculation * feat(calc): add calc_actual_fee * export mod * revert some changes * fix spacing * fix test warnings * cleanup * organize calculation * more cleanup * update sp_arithmetic to 5.0.0 * fix small deprecation grumble in calc payout * cleanup implementation * Add failing fee calc examples to tests * more comments on test fee calcs * Fix up tests and fee calc * change to calc_partial_fee, and add acala test * remove calc_fee * update wasm * fix small comment blunder * update wasm-bindgen * remove impl, and unwraps, replace with Result * rebuild wasm Co-authored-by: James Wilson <[email protected]>
-
- Aug 09, 2022
-
- Aug 08, 2022
-
-
Tarik Gul authored
- Aug 03, 2022
-
-
Tarik Gul authored
- Aug 02, 2022
- Aug 01, 2022
-
-
Tarik Gul authored
* chore(api): update polkadot-js api dep * fix: asError is deprecated. Replace with asErr for ApplyExtrinsicResult interface type
-
- Jul 28, 2022
-
-
Tarik Gul authored
* fix(logging): ITransformableInfo type * add license at top of mock test data
-
- Jul 27, 2022
-
-
Tarik Gul authored
* fix(feeByEvent): sanitize fee for hex values * add test for sanitizeFee
-
Tarik Gul authored
* fix LRU instantiation in test * chore(deps): update deps * create ITransformableInfo type * fix TransformableInfo typr * update static dep * Update src/logging/transports/consoleTransport.ts Co-authored-by: Dominique <[email protected]> * Update src/types/logging/Transformers.ts Co-authored-by: Dominique <[email protected]> * Update src/types/logging/index.ts Co-authored-by: Dominique <[email protected]> Co-authored-by: Dominique <[email protected]>
-
Tarik Gul authored
* docs(readme): remove mention of apps-config * remove instances of apps-config
-
Tarik Gul authored
* chore(deps): update polkadot-js api * update p.js api to 8.14.1
-
- Jul 20, 2022
-
-
Tarik Gul authored
* fix(feeByEvent): add tip inclusion to approximation * set mock data for events using tips * write tests and adjust logic to include tips into partial fee
-
- Jul 13, 2022
-
- Jul 12, 2022
-
-
Tarik Gul authored
-
- 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
* test(e2e): update /accounts/{address}/validate for kusama * test(e2e): update /accounts/{address}/validate for polkadot * test(e2e): update /accounts/{address}/validate for westend
-
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
-
-
dependabot[bot] authored
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.3 to 1.5.6. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.4.3...1.5.6) --- updated-dependencies: - dependency-name: regex 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 [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.1 to 0.8.8. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.1...crossbeam-utils-0.8.8) --- updated-dependencies: - dependency-name: crossbeam-utils 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 [crossbeam-deque](https://github.com/crossbeam-rs/crossbeam) from 0.8.0 to 0.8.1. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-deque-0.8.0...crossbeam-deque-0.8.1) --- updated-dependencies: - dependency-name: crossbeam-deque dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Tarik Gul authored
-
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
-
- Jul 04, 2022
-
-
Tarik Gul authored
* chore(deps): update polkadot-js api, and util-crypto * update the versions again
-
- Jun 28, 2022
-
-
Tarik Gul authored
* fix(deps): update polkadot.js deps and fix type compilation * fix: pallets storage query type compilation * cleanup logic
-
Tarik Gul authored
* fix(pallets): deprecation warning * Update src/controllers/pallets/PalletsStorageController.ts Co-authored-by: Niklas Adolfsson <[email protected]> Co-authored-by: Niklas Adolfsson <[email protected]>
-
- Jun 22, 2022
-
- Jun 21, 2022
- Jun 20, 2022
-
-
Tarik Gul authored
* ci: update node version in docker * set builder to 16.15.1-alpine
-
- 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 16, 2022
-
-
Tarik Gul authored
* fix(scripts): fix jest pass-fail bug * add trim
-