chore(deps-dev): Bump wrangler from 2.1.11 to 2.1.13 - #38
Merged
Conversation
Bumps [wrangler](https://github.com/cloudflare/wrangler2/tree/HEAD/packages/wrangler) from 2.1.11 to 2.1.13. - [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.13/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>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/wrangler-2.1.13
branch
from
October 25, 2022 10:49
dab0d18 to
7fd28d1
Compare
ankurdotb
added a commit
that referenced
this pull request
Oct 25, 2022
commit 01de011 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Oct 25 11:56:22 2022 +0100 chore(deps-dev): Bump wrangler from 2.1.11 to 2.1.13 (#38) Bumps [wrangler](https://github.com/cloudflare/wrangler2/tree/HEAD/packages/wrangler) from 2.1.11 to 2.1.13. - [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.13/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 b93eeca Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Oct 25 11:48:05 2022 +0100 chore(deps-dev): Bump @cloudflare/workers-types from 3.17.0 to 3.18.0 (#37) Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workers-types) from 3.17.0 to 3.18.0. - [Release notes](https://github.com/cloudflare/workers-types/releases) - [Changelog](https://github.com/cloudflare/workers-types/blob/master/CHANGELOG.md) - [Commits](cloudflare/workers-types@v3.17.0...v3.18.0) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... 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>
ankurdotb
added a commit
that referenced
this pull request
Oct 25, 2022
* Switch upstream GraphQL API endpoint * chore store account balance info in KV * fix total balance * trigger cron based on current * remove CSW KV and change trigger interval for staging * remove :delayed * fix wrangler.toml * fix total balance * decrease height by one * lower chances of getting total balance to be 0 * Fix typo in the available balance * Fix typo in unbonding balance * Convert available balance to CHEQ * Update staging trigger to every hour * get total delegations balance from node API * total unbonding balance for delegator from node api * fix calculate unbonding balance * get account balance infos from node for totalBalance * update account balance infos from node api * add a logic to calculate vesting and vested(taken form wallet app) * update vesting and vested endpoints to get result from newly added logic * review changes * fix a bug when calculating avaliable balance * remove getting account details from gql * Squashed commit of the following: commit 01de011 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Oct 25 11:56:22 2022 +0100 chore(deps-dev): Bump wrangler from 2.1.11 to 2.1.13 (#38) Bumps [wrangler](https://github.com/cloudflare/wrangler2/tree/HEAD/packages/wrangler) from 2.1.11 to 2.1.13. - [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.13/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 b93eeca Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue Oct 25 11:48:05 2022 +0100 chore(deps-dev): Bump @cloudflare/workers-types from 3.17.0 to 3.18.0 (#37) Bumps [@cloudflare/workers-types](https://github.com/cloudflare/workers-types) from 3.17.0 to 3.18.0. - [Release notes](https://github.com/cloudflare/workers-types/releases) - [Changelog](https://github.com/cloudflare/workers-types/blob/master/CHANGELOG.md) - [Commits](cloudflare/workers-types@v3.17.0...v3.18.0) --- updated-dependencies: - dependency-name: "@cloudflare/workers-types" dependency-type: direct:development update-type: version-update:semver-minor ... 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> * Add wrangler variable for watchlist groups * Updated logic for dynamically selecting a random group * revert to node API for total supply * Updated KV pair * Update logging * Reset cron to hourly * Remove unnecessary logging Co-authored-by: drgomesp <drgomesp@gmail.com> Co-authored-by: Benyam Seifu <45682486+benyam7@users.noreply.github.com>
cheqd-bot Bot
pushed a commit
that referenced
this pull request
Mar 13, 2025
## [2.0.0](1.0.0...2.0.0) (2025-03-13) ### ⚠ BREAKING CHANGES * Add support for non-circulating-addresses ### Features * Add analytics endpoints to fetch identity data [DEV-4774] ([#269](#269)) ([6ba0f6a](6ba0f6a)), closes [#270](#270) * Add support for non-circulating-addresses ([b775822](b775822)) * Circulating supply API and vesting API fixes [DEV-1388] ([#7](#7)) ([a3e4a12](a3e4a12)) * Create circulating supply API [DEV-1028] ([3a26551](3a26551)) * Delegator Count for Validators ([#8](#8)) ([63830b6](63830b6)) * Design and implement monitoring for price discrepancies across exchanges [DEV-1300] ([#29](#29)) ([f2a10c3](f2a10c3)) * Remove market monitoring API and update documentation for identity analytics [DEV-4788] ([#271](#271)) ([5d01d69](5d01d69)) * Staking rewards APIs ([#11](#11)) ([209d5f2](209d5f2)) * Store identity-related transactions into relational DB [DEV-4773] ([#261](#261)) ([6ea1e62](6ea1e62)) ### Bug Fixes * Circulating supply response ([#41](#41)) ([3b930d3](3b930d3)) * Drop active validators KV ([#42](#42)) ([bcadfc5](bcadfc5)) * Filter by denom when displaying total account balance [DEV-3904] ([#197](#197)) ([5e58dce](5e58dce)) * Fix circulating supply API endpoint [DEV-1821] ([#35](#35)) ([301769e](301769e)), closes [#38](#38) [#37](#37) * **graphql:** Broken upstream API fix [DEV-1726] ([#22](#22)) ([d1365d8](d1365d8)) * Removed mis-configs & added bindings ([29b2b66](29b2b66)) * Removed mis-configs & added bindings ([3e0092c](3e0092c)) * Update production KV ([e9ff2aa](e9ff2aa))
|
🎉 This PR is included in version 2.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Bumps wrangler from 2.1.11 to 2.1.13.
Release notes
Sourced from wrangler's releases.
... (truncated)
Changelog
Sourced from wrangler's changelog.
... (truncated)
Commits
ecc8b17Version Packages (#2042)ca10662fix: entrypoint API occasionally printing wrangler help (#2052)903b55dfix: add missinglocalargument to unstable_dev's DevOptions (#2049)b333764fix: catch EADDRINUSE on registry server start (https://github.com/cl… (#2028)c2d3286feat: implement a basicwrangler delete(#2045)76a66fcRetry after refactor of #1945 (#2035)9ef5f57fix: remove leading asterisk from routes such as *example.com (#2041)7d987eeDefault to today's compatibility date inwrangler pages dev(#2026)6c8d013Version Packages (#2005)4ad48e4Fix colon for collectVars/collectDefine (#2024)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)