From 00d88c6f7f437f7f8c4ab605afd0e2b2c1e0668c Mon Sep 17 00:00:00 2001 From: Sanjay Date: Wed, 26 Jun 2024 16:00:11 -0700 Subject: [PATCH] chore: Release 1.13.4 (#2104) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Motivation Release performance fixes for gossip ## 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_ - [x] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard - [x] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [x] 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. - [x] 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 version of `@farcaster/hubble` to `1.13.4` in the package.json and includes patch changes related to fixing issues with mainnet bootstrap peers and gossip worker. ### Detailed summary - Updated version to `1.13.4` - Removed `nemes` from mainnet bootstrap peers - Fixed gossip worker spending too much time iterating peer store > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- .changeset/long-drinks-collect.md | 5 ----- .changeset/twelve-eggs-bathe.md | 5 ----- apps/hubble/CHANGELOG.md | 7 +++++++ apps/hubble/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/long-drinks-collect.md delete mode 100644 .changeset/twelve-eggs-bathe.md diff --git a/.changeset/long-drinks-collect.md b/.changeset/long-drinks-collect.md deleted file mode 100644 index e562569e32..0000000000 --- a/.changeset/long-drinks-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -fix: remove nemes from mainnet bootstrap peers (deprecated) diff --git a/.changeset/twelve-eggs-bathe.md b/.changeset/twelve-eggs-bathe.md deleted file mode 100644 index ba04f829ac..0000000000 --- a/.changeset/twelve-eggs-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -fix: Fix gossip worker spending too much time iterating peer store diff --git a/apps/hubble/CHANGELOG.md b/apps/hubble/CHANGELOG.md index 83ba05cf97..58d4478246 100644 --- a/apps/hubble/CHANGELOG.md +++ b/apps/hubble/CHANGELOG.md @@ -1,5 +1,12 @@ # @farcaster/hubble +## 1.13.4 + +### Patch Changes + +- 3f0fb85c: fix: remove nemes from mainnet bootstrap peers (deprecated) +- 366ce95c: fix: Fix gossip worker spending too much time iterating peer store + ## 1.13.3 ### Patch Changes diff --git a/apps/hubble/package.json b/apps/hubble/package.json index 7a0d71a4cf..6b429db7af 100644 --- a/apps/hubble/package.json +++ b/apps/hubble/package.json @@ -1,6 +1,6 @@ { "name": "@farcaster/hubble", - "version": "1.13.3", + "version": "1.13.4", "description": "Farcaster Hub", "author": "", "license": "",