- Nov 20, 2023
-
-
Tarik Gul authored
* fix: update @substrate/dev * Apply first linter round * ignore unsafe enum comparison * fix linter suggestions * ignore deprecation * dedupe
-
- Oct 23, 2023
-
-
Tarik Gul authored
-
- Oct 19, 2023
-
-
dependabot[bot] authored
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.11 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Oct 16, 2023
-
-
Tarik Gul authored
* fix(deps): update polkadot-js deps * fix runtime spec response * fix candidate type to V5 * add metadatav15 in abstract pallet
-
- Sep 01, 2023
-
-
Alberto Nicolas Penayo authored
* (feat) added asset-conversion endpoints * (docs) updated openapi docs * (docs) updated schemas * (tests) added e2e historical tests
-
- Aug 18, 2023
-
-
Tarik Gul authored
-
Alberto Nicolas Penayo authored
* first commit * typos * added test for nominator * cleanup, improved comments * (docs) added documentation for calc_partial_fee and calc_payout * fixed typos, separated tests and added block_number * typos
-
- Aug 02, 2023
-
-
dependabot[bot] authored
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Jul 14, 2023
-
-
Tarik Gul authored
-
- Jul 12, 2023
-
-
Tarik Gul authored
-
- Jul 11, 2023
-
-
dependabot[bot] authored
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v6.3.1/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v6.3.0...v6.3.1) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Jun 12, 2023
-
-
Dominique authored
* chore(deps): update polkadot-js * fix(deps): replaced Constructor with CodecClass
-
- May 30, 2023
-
-
Dominique authored
* feat: add prometheus `metrics` endpoint in dedicated server & port - add separate express instance and port for prometheus metrics - expose the default prometheus metrics - add a custom metric of type `counter` that increments in every http error * fix lint errors by using an IIFE & adding void operator - remove the `return` keyword - add an IIFE inside the callback - add the `void` operator * update dep prom-client * add prometheus flags & fix for process.kill - add a prometheus flag that runs the prometheus server & enables the metrics endpoint - add a prometheus-port flag so that the user can choose a custom port to run the metrics endpoint - change the code in killAll so that there is no `Object is possibly undefined` error * code refactor, help page & README - add prometheus options and description under help flag - add `metricsApp` and increased `httpErrorCounter` only if prometheus flag is true - move logger and register inside functions - docs: add a section for prometheus in the README * remove jest unnecessary flags --------- Co-authored-by: tarikgul <[email protected]>
-
- May 26, 2023
-
-
Dominique authored
- Updated pjs api deps. - Updated code of `isFrozen` so that we support both past & future runtimes. - Removed one test from latest-e2e-tests of kusama because this pallet was removed. - Updated docs related to the `isFrozen` change.
-
- May 07, 2023
-
-
Tarik Gul authored
-
- May 01, 2023
-
-
Tarik Gul authored
* chore(deps): update polkadot-js * [TEST]: update node.js for npm-build-release test
-
- Apr 28, 2023
-
-
Xiliang Chen authored
* some improvements * no need to hardcode chains * add acala for e2e tests * add karura * able to configure url * fix * fix * Update e2e-tests/latest/endpoints/acala.ts Co-authored-by: Tarik Gul <[email protected]> --------- Co-authored-by: Tarik Gul <[email protected]>
-
- Apr 24, 2023
- Apr 12, 2023
-
-
Tarik Gul authored
fix!: update polkadot-js, and adjust for breaking changes (`/accounts/{accountId}/balance-info`) (#1255) * chore(deps): update polkadot-js * Fix polkadot primitive candidate type cast in paras headers endpoint * Update polkadot-js * fix the accounts endpoint * Fix tests, and cleanup responses * Update polkadot historical e2e-tests * Update kusama historical e2e-tests * Update westend historical e2e-tests * Update statemine historical e2e tests * Add inline docs * Update docs * lint * Update docs/src/openapi-v1.yaml Co-authored-by: Cameron Marshall <[email protected]> * rebuild docs --------- Co-authored-by: Cameron Marshall <[email protected]>
-
- Mar 20, 2023
-
-
Tarik Gul authored
-
- Mar 08, 2023
-
-
Tarik Gul authored
-
- Feb 27, 2023
-
-
Tarik Gul authored
-
- Feb 13, 2023
-
-
Tarik Gul authored
* chore(deps: update pjs, add small e2e-config) * lint
-
- Feb 08, 2023
-
-
Tarik Gul authored
-
- Feb 07, 2023
-
-
dependabot[bot] authored
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](https://github.com/kornelski/http-cache-semantics/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Feb 01, 2023
-
-
Tarik Gul authored
-
- Jan 30, 2023
- Jan 23, 2023
-
-
Tarik Gul authored
-
- Jan 18, 2023
-
-
Tarik Gul authored
* chore(yarn-dev): update yarn to 3.3.1, and substrate/dev to 0.6.6 * build docs
-
- Jan 17, 2023
-
-
Tarik Gul authored
-
- Jan 09, 2023
-
-
Tarik Gul authored
-
dependabot[bot] authored
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.3) --- updated-dependencies: - dependency-name: json5 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>
-
- Dec 26, 2022
- Dec 20, 2022
-
-
Xiliang Chen authored
-
- Dec 13, 2022
-
-
Tarik Gul authored
-
- Dec 07, 2022
-
-
Tarik Gul authored
* chore(deps): update substrate-calc * chore(deps): update polkadot-js
-
- 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]>
-