Skip to content

fix(graphql): Broken upstream API fix [DEV-1726]#22

Merged
ankurdotb merged 63 commits into
mainfrom
fix-broken-api
Oct 14, 2022
Merged

fix(graphql): Broken upstream API fix [DEV-1726]#22
ankurdotb merged 63 commits into
mainfrom
fix-broken-api

Conversation

@ankurdotb
Copy link
Copy Markdown
Collaborator

No description provided.

@ankurdotb ankurdotb temporarily deployed to staging September 13, 2022 23:54 Inactive
@ankurdotb ankurdotb temporarily deployed to staging September 14, 2022 00:01 Inactive
@ankurdotb ankurdotb temporarily deployed to staging September 14, 2022 00:15 Inactive
drgomesp
drgomesp previously approved these changes Sep 14, 2022
Copy link
Copy Markdown
Contributor

@drgomesp drgomesp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@ankurdotb ankurdotb temporarily deployed to staging September 14, 2022 15:56 Inactive
@drgomesp drgomesp self-requested a review September 15, 2022 11:39
@ankurdotb ankurdotb temporarily deployed to staging September 15, 2022 16:19 Inactive
@ankurdotb ankurdotb temporarily deployed to staging September 15, 2022 16:34 Inactive
@ankurdotb ankurdotb temporarily deployed to staging September 15, 2022 16:38 Inactive
@drgomesp drgomesp temporarily deployed to staging September 16, 2022 10:13 Inactive
@drgomesp drgomesp temporarily deployed to staging September 16, 2022 10:42 Inactive
@drgomesp drgomesp temporarily deployed to staging September 16, 2022 12:00 Inactive
@drgomesp drgomesp temporarily deployed to staging September 19, 2022 18:18 Inactive
@drgomesp drgomesp temporarily deployed to staging September 19, 2022 18:27 Inactive
@drgomesp drgomesp temporarily deployed to staging September 21, 2022 10:15 Inactive
@drgomesp drgomesp temporarily deployed to staging September 22, 2022 10:15 Inactive
@drgomesp drgomesp temporarily deployed to staging September 22, 2022 12:41 Inactive
@drgomesp drgomesp force-pushed the fix-broken-api branch 2 times, most recently from ed68f4f to 5f12369 Compare September 22, 2022 16:56
@drgomesp drgomesp temporarily deployed to staging September 22, 2022 16:58 Inactive
@drgomesp drgomesp force-pushed the fix-broken-api branch 2 times, most recently from cb6df4a to 86cb05c Compare September 23, 2022 09:26
Comment thread src/api/bigDipperApi.ts Outdated
Comment thread src/handlers/balanceGroup.ts Outdated
Comment thread src/handlers/circulatingSupply.ts
Comment thread src/handlers/totalBalance.ts Outdated
Comment thread src/helpers/balance.ts
Comment thread src/index.ts Outdated
ankurdotb and others added 16 commits October 12, 2022 23:56
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>
@cheqd-bot
Copy link
Copy Markdown

cheqd-bot Bot commented Mar 13, 2025

🎉 This PR is included in version 2.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@ankurdotb
Copy link
Copy Markdown
Collaborator Author

Task linked: DEV-1726 Fix broken API for custom data API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

4 participants