- May 23, 2024
-
-
Dominique authored
-
- Jan 09, 2024
-
-
Tarik Gul authored
-
- 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 01, 2023
-
-
Tarik Gul authored
-
- Mar 09, 2023
-
-
Tarik Gul authored
* feat: add SAS_EXPRESS_KEEP_ALIVE_TIMEOUT * lint * fix small nits * fix small bug * remove console
-
- Jan 25, 2023
-
-
Tarik Gul authored
* feat: add fileTransport for local logging * lint * add env vars to SidecarConfig * add logic to transport logger * adjust logging * update log config * add WRITE_MAX_FILE_SIZE and WRITE_MAX_FILES * update the docs * cleanup some grumbles * update readme
-
- Jan 24, 2023
-
-
Tarik Gul authored
-
- Dec 20, 2022
-
-
Tarik Gul authored
* test(e2e-tests): outline errors for the process * add correct error code when sidecar fails to build * reorg the tsconfig in e2e tests and where the entry file exists * add endpoints * change yarn script names to historical for init * change request format to return statusCode as well as data * add working script * some cleanup * organize naming * cleanup * fix tiny grumble * add license to file * add script to startup the e2e tests * fix small blunders, and add scripts to package.json * set runE2eTests to runHistoricalE2eTests * add --local to historical e2e tests * get local working, and fix resolving errors * fix is local to fail when a chain is not specified * DRY up code * update docs in scripts * docs in e2e-tests * cleanup * add all statemint end points * make `--local` take in an input * update release notes * add latest to readme * new lint
-
- Dec 13, 2022
-
-
Tarik Gul authored
* docs: update node stability for versions * Update README.md Co-authored-by: Dominique <[email protected]> Co-authored-by: Dominique <[email protected]>
-
- Sep 03, 2022
-
-
Tarik Gul authored
* docs: remove fee integration guide * adjust readme to reflect recent changes
-
- 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 02, 2022
-
-
Tarik Gul authored
-
- Jul 27, 2022
-
-
Tarik Gul authored
* docs(readme): remove mention of apps-config * remove instances of apps-config
-
- Jun 14, 2022
-
-
James Wilson authored
* update changelog * tweak readme; I had misunderstood something in prev tweak * bump version to 12.1.1 * Update README.md Co-authored-by: Tarik Gul <[email protected]> Co-authored-by: Tarik Gul <[email protected]>
-
James Wilson authored
* Update deps * Ignore all .vscode things * Fix from Tarik for ISanitzedEvent type * wee readme tweaks to clarify * Update .gitignore Add newline Co-authored-by: Tarik Gul <[email protected]> * bump to 8.8.2 * Update README.md "up to date" :) Co-authored-by: Niklas Adolfsson <[email protected]> Co-authored-by: Tarik Gul <[email protected]> Co-authored-by: Niklas Adolfsson <[email protected]>
-
- May 20, 2022
-
-
Tarik Gul authored
* fix(apps-config)!: remove apps-config from sidecar all together * update our docs * remove resolutions for polkadot-js packages
-
- May 02, 2022
-
-
Tarik Gul authored
* fix(deps): update pjs api * update apps-config * update pjs deps * fix mock test data * update small script to install packages for you
-
- Apr 25, 2022
-
-
Tarik Gul authored
* docs: update readme with substrate-dev updates * fix: update substrate-js-dev, add update-pjs-deps script
-
- Apr 11, 2022
-
-
Tarik Gul authored
-
- Apr 07, 2022
-
-
Dominique authored
Updated the sidecar README with : - The `trace` endpoints information and how to get access to them. - Hardware requirements for sidecar (related to memory and required disk space). - Specs when running sidecar and also a node in the same machine. - Related benchmarks. Co-authored-by: Zeke Mostov <[email protected]> Co-authored-by: Tarik Gul <[email protected]>
-
- Feb 21, 2022
-
-
Tarik Gul authored
* docs: Update release notes * apply suggestion for changelog release
-
- Nov 25, 2021
-
-
Tarik Gul authored
* docs: Update readme with node compatibility * fix grumble * Update README.md Co-authored-by: James Wilson <[email protected]> Co-authored-by: James Wilson <[email protected]>
-
- Nov 23, 2021
-
- Nov 11, 2021
-
-
Maciej Hirsz authored
* chore(release): 11.2.0 * Update version
-
- Oct 03, 2021
-
-
Tarik Gul authored
-
- Sep 17, 2021
-
-
Tarik Gul authored
-
Paul Verest authored
-
- Sep 09, 2021
-
-
Paul Verest authored
ref #656
-
- Aug 26, 2021
-
-
Chevdor authored
* fix: improve security of the docker container Co-authored-by: James Wilson <[email protected]>
-
- Jul 28, 2021
-
-
Tarik Gul authored
-
- Jul 27, 2021
-
-
Tarik Gul authored
* fix: rewrite sidecar e2e script
-
- Jul 20, 2021
-
-
Tarik Gul authored
-
- Jul 14, 2021
-
-
Tarik Gul authored
* fix: update deps, resolutions
-
- Jul 13, 2021
-
-
James Wilson authored
* Make it a little easier to test individual chains * Update scripts/README.md Fix typo Co-authored-by: Andrew Plaza <[email protected]> Co-authored-by: Andrew Plaza <[email protected]>
-
- Jul 12, 2021
-
-
Tarik Gul authored
* chore(release-calc): 0.2.1
-
- Jun 23, 2021
-
-
Tarik Gul authored
* docs: auctions * docs: add more steps * comments * fix: rewrite guide * fix: rewrite guide * fix: typos for rough draft * Update AUCTIONS_WINNERS.md Co-authored-by: Zeke Mostov <[email protected]> * Update AUCTIONS_WINNERS.md Co-authored-by: Zeke Mostov <[email protected]> * Update AUCTIONS_WINNERS.md Co-authored-by: Zeke Mostov <[email protected]> * Update AUCTIONS_WINNERS.md Co-authored-by: Zeke Mostov <[email protected]> * fix:docs * Update AUCTIONS_WINNERS.md Co-authored-by: Zeke Mostov <[email protected]> * docs: refactor * docs: small fix * docs: small fix * Update AUCTIONS_WINNERS.md Co-authored-by: David <[email protected]> * docs: remove relationships, take out indexing and replace * Update AUCTIONS_WINNERS.md Co-authored-by: David <[email protected]> * docs: fix indexing * docs: note for links * docs: fix ongoing auction * docs: fix another paragraph * docs: guides folder * docs: fix * docs: typo * docs: final touched * Update guides/AUCTIONS_WINNERS.md Co-authored-by: Zeke Mostov <[email protected]> * Update guides/AUCTIONS_WINNERS.md Co-authored-by: Zeke Mostov <[email protected]> Co-authored-by: Zeke Mostov <[email protected]> Co-authored-by: David <[email protected]>
-
- Jun 21, 2021
-
- Jun 14, 2021
-
-
David authored
* chore(release): v7.0.2 * Update CHANGELOG.md Co-authored-by: Tarik Gul <[email protected]> Co-authored-by: Tarik Gul <[email protected]>
-
- May 31, 2021
-
-
Tarik Gul authored
test: e2e-tests
-
- May 27, 2021
-
-
Tarik Gul authored
-