From 2bccc165c1b3799b93f34b96e40c9ee0ba3e457e Mon Sep 17 00:00:00 2001 From: Wasif Iqbal Date: Thu, 28 Mar 2024 15:44:01 -0500 Subject: [PATCH] chore(hubble): release 1.11.4 (#1852) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Motivation - Release hubble 1.11.4 ## Change Summary ### Patch Changes - ccd4d96a: fix(hubble): reduce hub bandwidth, can be toggled with GOSSIPSUB_FALLBACK_TO_FLOODSUB and GOSSIPSUB_FLOOD_PUBLISH - 5ec735b4: chore: Migrate trie node data to TrieDB ## 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) - [x] 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.11.4` with bandwidth optimizations and data migration to TrieDB. ### Detailed summary - Updated `@farcaster/hubble` version to `1.11.4` - Reduced hub bandwidth with toggle options - Migrated trie node data to TrieDB > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- .changeset/flat-seahorses-pay.md | 5 ----- .changeset/nice-radios-mate.md | 5 ----- apps/hubble/CHANGELOG.md | 7 +++++++ apps/hubble/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/flat-seahorses-pay.md delete mode 100644 .changeset/nice-radios-mate.md diff --git a/.changeset/flat-seahorses-pay.md b/.changeset/flat-seahorses-pay.md deleted file mode 100644 index 206a93c3c8..0000000000 --- a/.changeset/flat-seahorses-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -fix(hubble): reduce hub bandwidth, can be toggled with GOSSIPSUB_FALLBACK_TO_FLOODSUB and GOSSIPSUB_FLOOD_PUBLISH diff --git a/.changeset/nice-radios-mate.md b/.changeset/nice-radios-mate.md deleted file mode 100644 index d0a46461ad..0000000000 --- a/.changeset/nice-radios-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -chore: Migrate trie node data to TrieDB diff --git a/apps/hubble/CHANGELOG.md b/apps/hubble/CHANGELOG.md index 189382e3e0..a25116b528 100644 --- a/apps/hubble/CHANGELOG.md +++ b/apps/hubble/CHANGELOG.md @@ -1,5 +1,12 @@ # @farcaster/hubble +## 1.11.4 + +### Patch Changes + +- ccd4d96a: fix(hubble): reduce hub bandwidth, can be toggled with GOSSIPSUB_FALLBACK_TO_FLOODSUB and GOSSIPSUB_FLOOD_PUBLISH +- 5ec735b4: chore: Migrate trie node data to TrieDB + ## 1.11.3 ### Patch Changes diff --git a/apps/hubble/package.json b/apps/hubble/package.json index 2f2d952df5..6efa68875a 100644 --- a/apps/hubble/package.json +++ b/apps/hubble/package.json @@ -1,6 +1,6 @@ { "name": "@farcaster/hubble", - "version": "1.11.3", + "version": "1.11.4", "description": "Farcaster Hub", "author": "", "license": "",