Skip to content

Commit

Permalink
chore: release 1.13.6 (#2146)
Browse files Browse the repository at this point in the history
## 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.


<!-- start pr-codex -->

---

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

<!-- end pr-codex -->
  • Loading branch information
Wazzymandias committed Jul 10, 2024
1 parent fa5eef4 commit 17a81b7
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-dancers-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-cobras-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-kids-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-queens-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-shoes-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-planes-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-wombats-rule.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/hubble/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/hubble/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/hubble",
"version": "1.13.5",
"version": "1.13.6",
"description": "Farcaster Hub",
"author": "",
"license": "",
Expand Down

0 comments on commit 17a81b7

Please sign in to comment.