- Dec 07, 2022
-
-
Tarik Gul authored
* chore(deps): update substrate-calc * chore(deps): update polkadot-js
-
- Nov 24, 2022
- Nov 22, 2022
-
-
Tarik Gul authored
* feat: contracts endpoint boilerplate * add @polkadot/api-contracts * set this as a post request * modify post request handler type * cleanup service * add contracts controller to the default controller * boilerplate tests * set mock data for contracts * expand request types to include generic P type * cleanup controlelr with expanded types and clean naming. Add query params * add query params * comment out some tests * expand query params, and fix logic * fix small grumble * add validateAddress middleware * pass the ContractPromise into the service to make testing possible * add test for contracts ink * fix versions * cleanup contract query calls * fix inline comments, and cleanup code * remove parseBNorThrow (only needed for contrcuting contract txs) * docs * update 400 errors Co-authored-by: marshacb <[email protected]>
-
- Nov 21, 2022
-
-
Tarik Gul authored
- Nov 11, 2022
-
-
Cameron Marshall authored
-
Cameron Marshall authored
* chore(deps): updated polkadot-js deps * chore(deps): update polkadot-js deps * update deps * chore(deps): update polkadotjs deps
-
- 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
-
- Nov 01, 2022
-
-
Cameron Marshall authored
* chore(deps): updated polkadot-js deps * chore(deps): update polkadot-js deps * update deps
-
- Oct 28, 2022
-
-
dependabot[bot] authored
Bumps [express](https://github.com/expressjs/express) and [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express). These dependencies needed to be updated together. Updates `express` from 4.18.1 to 4.18.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.18.1...4.18.2) Updates `@types/express` from 4.17.13 to 4.17.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express) --- updated-dependencies: - dependency-name: express dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/express" dependency-type: direct:development update-type: version-update:semver-patch ... 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>
-
dependabot[bot] authored
Bumps [@types/express-serve-static-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-serve-static-core) from 4.17.30 to 4.17.31. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-serve-static-core) --- updated-dependencies: - dependency-name: "@types/express-serve-static-core" dependency-type: direct:development update-type: version-update:semver-patch ... 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 18, 2022
-
-
Cameron Marshall authored
* chore(deps): update polkadot-js deps
-
- Oct 07, 2022
-
-
Tarik Gul authored
-
- 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 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 19, 2022
-
-
Cameron Marshall authored
-
Cameron Marshall authored
-
- Sep 14, 2022
-
-
Tarik Gul authored
-
- Sep 06, 2022
-
-
Tarik Gul authored
* chore(deps): update polkadot-js api, util-crypto * update api to 9.3.3
-
- 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 30, 2022
-
-
Tarik Gul authored
-
- Aug 29, 2022
-
-
Tarik Gul authored
-
- Aug 22, 2022
-
-
Tarik Gul authored
-
- Aug 16, 2022
-
-
Tarik Gul authored
* chore(deps): update api, and util-crypto * update api to 9.2.2
-
- Aug 09, 2022
-
- Aug 08, 2022
-
-
Tarik Gul authored
-
- Aug 03, 2022
-
-
Tarik Gul authored
- Aug 02, 2022
-
-
Tarik Gul authored
-
- 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
-
- Jul 27, 2022
-
-
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
* chore(deps): update polkadot-js api * update p.js api to 8.14.1
-
- Jul 13, 2022
-
- Jul 12, 2022
-
-
Tarik Gul authored
-
- 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
-
-
Tarik Gul authored
-