fix(graphql): Broken upstream API fix [DEV-1726]#22
Merged
Conversation
b214d38 to
d19fd4f
Compare
a8202ac to
c7e8707
Compare
c7e8707 to
be89e9a
Compare
7e2c412 to
756b1ea
Compare
1d588f4 to
0042364
Compare
ed68f4f to
5f12369
Compare
cb6df4a to
86cb05c
Compare
ankurdotb
commented
Oct 11, 2022
commit 2e5ba95 Author: Ankur Banerjee <ankurdotb@users.noreply.github.com> Date: Wed Oct 12 22:51:19 2022 +0100 ci: Decouple production deploy from staging commit a9fc8c2 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Oct 12 09:20:00 2022 +0100 chore(deps-dev): Bump wrangler from 2.1.9 to 2.1.11 (#34) Bumps [wrangler](https://github.com/cloudflare/wrangler2/tree/HEAD/packages/wrangler) from 2.1.9 to 2.1.11. - [Release notes](https://github.com/cloudflare/wrangler2/releases) - [Changelog](https://github.com/cloudflare/wrangler2/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/wrangler2/commits/wrangler@2.1.11/packages/wrangler) --- updated-dependencies: - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 1e0b027 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Oct 12 08:56:16 2022 +0100 chore(deps): Bump itty-router from 2.6.5 to 2.6.6 (#30) Bumps [itty-router](https://github.com/kwhitley/itty-router) from 2.6.5 to 2.6.6. - [Release notes](https://github.com/kwhitley/itty-router/releases) - [Changelog](https://github.com/kwhitley/itty-router/blob/v2.x/CHANGELOG.md) - [Commits](https://github.com/kwhitley/itty-router/commits/v2.6.6) --- updated-dependencies: - dependency-name: itty-router dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit f2a10c3 Author: Benyam Seifu <45682486+benyam7@users.noreply.github.com> Date: Wed Oct 12 03:26:34 2022 +0300 feat: Design and implement monitoring for price discrepancies across exchanges [DEV-1300] (#29) * Price discrepancy API * Use direct value return * Function checks * fix: use forEach instead of for loop in Prices API * Update .gitignore * Dynamic CoinGecko marketplaces * chore: switch to env vars and minor changes * chore: add readme for prices endpoint * chore: change arbitrage threshold * Set GET handler for CoinGecko API * Correct spelling mistake * Rename to arbitrage * Rename Arbitrage import * Set CoinGecko ID in Wrangler * Set CoinGecko ID in binding * Update wrangler.toml * Remove CHEQ_COIN_ID from constants * Removed constants file * Update currency.ts * Rename to CHEQ_COIN_ID to COINGECKO_ID * Install CoinGecko API package * feat: move market monitor logic to DO functions * chore: update readme and deps * Updated documentation for arbitrage * Fix typo in marketMonitoring types * chore: switch to the deployed version of market monitoring API * chore: restructure response and add /all endpoint for data dump * fix: market monitoring endpoint * chore: change to camelCase * chore: remove access token for market API * chore: add WEBHOOK_URL secret to deploy workflow * Add webhook URL secret to staging deploy * Rename marketing monitoring API constants * Rename coinPriceHandler * Make constants match * Remove concurrency guard * Change staging cron schedule Signed-off-by: jay-dee7 <jasdeepsingh.uppal@gmail.com> Co-authored-by: nikola-cheqd <nikola@cheqd.io> Co-authored-by: jay-dee7 <jasdeepsingh.uppal@gmail.com> Co-authored-by: Ankur Banerjee <ankurdotb@users.noreply.github.com>
|
🎉 This PR is included in version 2.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Collaborator
Author
|
Task linked: DEV-1726 Fix broken API for custom data API |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.