- May 23, 2024
- Apr 24, 2024
-
-
Dominique authored
* chore(deps): update polkadot-js deps * updated deps to v11.0.2
- Apr 22, 2024
-
-
Dominique authored
-
- Mar 21, 2024
-
-
Dominique authored
* chore(release): 18.0.0 * Update CHANGELOG.md Co-authored-by: Tarik Gul <[email protected]> * replaced feat title --------- Co-authored-by: Tarik Gul <[email protected]>
-
Dominique authored
-
- Mar 05, 2024
-
-
Dominique authored
-
- Mar 01, 2024
-
- Feb 28, 2024
- Feb 07, 2024
-
- Feb 06, 2024
-
-
Tarik Gul authored
* chore(yarn): update yarn to 4.1.0 * up docs yarn
- Jan 24, 2024
-
- Jan 10, 2024
-
- Jan 05, 2024
-
- Jan 03, 2024
-
-
Tarik Gul authored
* chore(pjs): update polkadot-js * update ledger types * dedupe
-
- Dec 21, 2023
-
-
Alberto Nicolas Penayo authored
* chore(release): 17.3.3 * cleanup nits * notes * typo * changelog notes
-
- Nov 29, 2023
-
-
Tarik Gul authored
* add build to inspect * fix: add `finalized` query param to `/blocks/{blockId}` * docs * change key to finalizedKey
-
- Nov 22, 2023
-
-
Tarik Gul authored
* fix(calc): remove wasm-pack from node, and add it to calc library * Update calc/build.sh Co-authored-by: Dominique <[email protected]> --------- Co-authored-by: Dominique <[email protected]>
-
- Nov 21, 2023
- Nov 20, 2023
-
-
Tarik Gul authored
* fix: update @substrate/dev * Apply first linter round * ignore unsafe enum comparison * fix linter suggestions * ignore deprecation * dedupe
-
- Nov 16, 2023
-
-
Alberto Nicolas Penayo authored
-
- Oct 30, 2023
-
- Oct 23, 2023
-
-
Tarik Gul authored
- 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 11, 2023
-
- 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 22, 2023
-
-
Tarik Gul authored
-
- Aug 18, 2023
-
-
Tarik Gul authored
-
- Aug 16, 2023
-
- Jul 14, 2023
-
-
Tarik Gul authored
-
- Jul 12, 2023
-
-
Tarik Gul authored
-
- Jul 05, 2023
-
- Jun 13, 2023
-
- 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]>
-