- 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 27, 2022
-
-
Cameron Marshall authored
* chore(deps): updated polkadot-js deps * chore(deps) update polkadot-js deps * chore(deps): update historyDepth promise call to return u32 remove repeated typecasts * chore(deps): linting
-
- 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
-
Cameron Marshall authored
-
- Sep 14, 2022
-
-
Tarik Gul authored
-
- Sep 13, 2022
-
-
Tarik Gul authored
* add utility testing functions to util file * refactor address middleware tests with util functions * add validateBooleanMiddleware * validateBooleanMiddleware tests * export middleware * add validateBooleanMiddleware to controllers that use it * fix inline comments * remove hardcoded values * fix test * refactor middleware to be more efficient * fix query check
-
- Sep 08, 2022
-
-
Radu Popa authored
* test commit * work on pr * add the rest of the variables * trigger new job 1 * use the argo-cd managed polkaot node * chore: rm empty line
-
- Sep 06, 2022
- Sep 03, 2022
-
-
Tarik Gul authored
* docs: remove fee integration guide * adjust readme to reflect recent changes
-
- 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
-
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 30, 2022
-
-
Tarik Gul authored
-
- Aug 29, 2022
-
-
Tarik Gul authored
-
- Aug 24, 2022
-
-
Sergejs Kostjucenko authored
-
- Aug 22, 2022
- Aug 19, 2022
-
-
NingBo Wang authored
-
- Aug 16, 2022
-
-
Tarik Gul authored
* chore(deps): update api, and util-crypto * update api to 9.2.2
-
- 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]>
-