Skip to content

Commit

Permalink
fix: corrected typo errors in CHANGELOG.md (farcasterxyz#2109)
Browse files Browse the repository at this point in the history
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


<!-- start pr-codex -->

---

## 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}`

<!-- end pr-codex -->
  • Loading branch information
osrm authored Jul 3, 2024
1 parent 2a82b3d commit 02dddc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/hubble/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 02dddc2

Please sign in to comment.