- 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]>
-
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
-