From 17a81b7aaa779862a409f2cbab31b192a6e7ca94 Mon Sep 17 00:00:00 2001 From: Wasif Iqbal Date: Tue, 9 Jul 2024 19:17:57 -0500 Subject: [PATCH] chore: release 1.13.6 (#2146) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Why is this change needed? Release 1.13.6 ## 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. --- ## PR-Codex overview This PR updates the version of `@farcaster/hubble` to `1.13.6` and includes various patches and features related to message delays, snapshot bandwidth, hub service agreements, peer maps, clock skew validation, and Rust extension updates. ### Detailed summary - Added stats for bundle message delays and stale contact info - Increased message threshold to reduce snapshot bandwidth usage - Fixed cli arguments order issue in docker-compose.yml - Added hub service agreement: no rewards for running a hub - Added unique peer map to sync engine for active peers - Validated gossip message for clock skew - Updated Rust extension to curve25519-dalek 4.1.3 > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- .changeset/dull-dancers-float.md | 5 ----- .changeset/light-cobras-judge.md | 5 ----- .changeset/new-kids-provide.md | 5 ----- .changeset/poor-queens-lick.md | 5 ----- .changeset/popular-shoes-bathe.md | 5 ----- .changeset/silent-planes-promise.md | 5 ----- .changeset/silver-wombats-rule.md | 5 ----- apps/hubble/CHANGELOG.md | 12 ++++++++++++ apps/hubble/package.json | 2 +- 9 files changed, 13 insertions(+), 36 deletions(-) delete mode 100644 .changeset/dull-dancers-float.md delete mode 100644 .changeset/light-cobras-judge.md delete mode 100644 .changeset/new-kids-provide.md delete mode 100644 .changeset/poor-queens-lick.md delete mode 100644 .changeset/popular-shoes-bathe.md delete mode 100644 .changeset/silent-planes-promise.md delete mode 100644 .changeset/silver-wombats-rule.md diff --git a/.changeset/dull-dancers-float.md b/.changeset/dull-dancers-float.md deleted file mode 100644 index 440b5ba934..0000000000 --- a/.changeset/dull-dancers-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -chore: add stats for bundle message delays, stale contact info diff --git a/.changeset/light-cobras-judge.md b/.changeset/light-cobras-judge.md deleted file mode 100644 index 736e5d9ca0..0000000000 --- a/.changeset/light-cobras-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -fix: Increase message threshold to reduce snapshot bandwidth usage diff --git a/.changeset/new-kids-provide.md b/.changeset/new-kids-provide.md deleted file mode 100644 index 3177f46c78..0000000000 --- a/.changeset/new-kids-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -fixed issue with cli arguments order in docker-compose.yml causing hub operator fid to be unset diff --git a/.changeset/poor-queens-lick.md b/.changeset/poor-queens-lick.md deleted file mode 100644 index 6e2f8ceab2..0000000000 --- a/.changeset/poor-queens-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -feat: add hub service agreement - there will be no rewards for running a hub diff --git a/.changeset/popular-shoes-bathe.md b/.changeset/popular-shoes-bathe.md deleted file mode 100644 index af1864f2aa..0000000000 --- a/.changeset/popular-shoes-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -feat: add unique peer map to sync engine to represent current active peers diff --git a/.changeset/silent-planes-promise.md b/.changeset/silent-planes-promise.md deleted file mode 100644 index 9442bd517f..0000000000 --- a/.changeset/silent-planes-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -fix: validate gossip message for clock skew diff --git a/.changeset/silver-wombats-rule.md b/.changeset/silver-wombats-rule.md deleted file mode 100644 index 79a236ad81..0000000000 --- a/.changeset/silver-wombats-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -chore: Update curve25519-dalek from 4.1.1 to 4.1.3 in Rust extension diff --git a/apps/hubble/CHANGELOG.md b/apps/hubble/CHANGELOG.md index 6c366c5564..dcc9017cd3 100644 --- a/apps/hubble/CHANGELOG.md +++ b/apps/hubble/CHANGELOG.md @@ -1,5 +1,17 @@ # @farcaster/hubble +## 1.13.6 + +### Patch Changes + +- fdcc3b52: chore: add stats for bundle message delays, stale contact info +- fa5eef40: fix: Increase message threshold to reduce snapshot bandwidth usage +- 795815af: fixed issue with cli arguments order in docker-compose.yml causing hub operator fid to be unset +- b5ff774a: feat: add hub service agreement - there will be no rewards for running a hub +- 2a82b3dc: feat: add unique peer map to sync engine to represent current active peers +- aa02a48d: fix: validate gossip message for clock skew +- 2bae6fb9: chore: Update curve25519-dalek from 4.1.1 to 4.1.3 in Rust extension + ## 1.13.5 ### Patch Changes diff --git a/apps/hubble/package.json b/apps/hubble/package.json index a9c1cab45e..b550777b43 100644 --- a/apps/hubble/package.json +++ b/apps/hubble/package.json @@ -1,6 +1,6 @@ { "name": "@farcaster/hubble", - "version": "1.13.5", + "version": "1.13.6", "description": "Farcaster Hub", "author": "", "license": "",