From 02dddc269db0c0b34b0b9597f72a8f337e2b2d99 Mon Sep 17 00:00:00 2001 From: osrm <90407222+osrm@users.noreply.github.com> Date: Thu, 4 Jul 2024 01:49:36 +0900 Subject: [PATCH] fix: corrected typo errors in CHANGELOG.md (#2109) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected typos, ## Motivation Describe why this issue should be fixed and link to any relevant design docs, issues or other relevant items. ## Change Summary Describe the changes being made in 1-2 concise sentences. ## Merge Checklist _Choose all relevant options below by adding an `x` now or at any time before submitting for review_ - [ ] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard - [ ] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [ ] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore) - [ ] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. - [ ] All [commits have been signed](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#22-signing-commits) ## Additional Context If this is a relatively large or complex change, provide more details here that will help reviewers --- ## PR-Codex overview This PR updates the CHANGELOG for the Hubble app version 1.13.2. It includes fixes for HTTP endpoint responses and IP address fetching. ### Detailed summary - Fixed HTTP endpoint response wording - Improved IP address fetching by preferring IPv4 addresses > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- apps/hubble/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/hubble/CHANGELOG.md b/apps/hubble/CHANGELOG.md index 6095ce38c7..6c366c5564 100644 --- a/apps/hubble/CHANGELOG.md +++ b/apps/hubble/CHANGELOG.md @@ -23,7 +23,7 @@ - 2d26d305: CLI tool for measuring sync health - b150e900: fix: Use stricter socket timeout for gossip -- eacf29c9: fix: http endoint return not found instead of internal database error +- eacf29c9: fix: http endpoint return not found instead of internal database error - @farcaster/hub-nodejs@0.11.18 ## 1.13.2 @@ -608,7 +608,7 @@ - 08b652e: fix: Add txIndex to onchain events, fix wrong index being used in the primary key - b36eef2: fix: Extract snapshot on the fly while downloading snapshot - 93e43a8: fix: Use hashes to compare upgrade 'hubble.sh' versions -- 7daaae4: fix: Simplify IP addr fetching, prefering ipv4 +- 7daaae4: fix: Simplify IP addr fetching, preferring ipv4 - ac1f6ac: fix: Fetch envoy config during hubble.sh - baf983f: fix: Consume the FID rate limit only after a successful merge - Updated dependencies [08b652e] @@ -742,7 +742,7 @@ - f00d7d2: fix: Move validatorOrRevokeMessage and storageCache iterators to be managed - 115f1b5: feat: Do the validateOrRevokeMessages job fid-by-fid - 998979d: feat: Warn if there are no incoming connections -- c1bb21c: fix: When retring messages due to failed signers, use a queue +- c1bb21c: fix: When retrying messages due to failed signers, use a queue - 376ae0f: feat: Use a web based network config for hubble - @farcaster/hub-nodejs@0.9.1