Releases: farcasterxyz/hub-monorepo
Releases · farcasterxyz/hub-monorepo
@farcaster/hubble@1.10.6
1.10.6
Patch Changes
- 361996c: fix: Update neynar bootstrap hub
- 419d828: Add currentPeers RPC endpoint
- c4305b3: fix: Use UTC for jobs scheduler
- Updated dependencies [579d29a]
- Updated dependencies [419d828]
- @farcaster/hub-nodejs@0.11.4
What's Changed
- refactor: add tags to key statsd metrics by @Wazzymandias in #1752
- perf: discard old contact info messages early by @karmacoma-eth in #1710
- feat: add transaction_id to frame message by @horsefacts in #1754
- feat: Add currentPeers RPC Endpoint by @zachterrell57 in #1630
- fix: Use UTC for job scheduling by @adityapk00 in #1756
- chore: hubble release by @horsefacts in #1758
New Contributors
- @karmacoma-eth made their first contribution in #1710
Full Changelog: https://github.com/farcasterxyz/hub-monorepo/compare/@farcaster/hubble@1.10.5...@farcaster/hubble@1.10.6
@farcaster/hubble@1.10.5
@farcaster/hubble@1.10.4
1.10.4
Patch Changes
addf097c
: chore: update @farcaster/hub-nodejs (add support for state in frame messages)
@farcaster/hubble@1.10.3
1.10.3
Patch Changes
9bcaa9c1
: Run via pm2 process supervisora8b7dfcb
: fix: Replace hot-shots with @figma/hot-shots- Updated dependencies [
5703d339
]- @farcaster/hub-nodejs@0.11.2
@farcaster/hubble@1.10.2
@farcaster/hubble@1.10.1
What's Changed
- fix: Small optimizations for merge code by @adityapk00 in #1694
- chore: Log gossip message delay by @sanjayprabhu in #1697
- fix: Run validateOrRevoke only if signer is changed by @adityapk00 in #1695
- chore: additional logging for invalid messages by @sanjayprabhu in #1699
- fix: Fix duplicate message ttl check and reduce fname poll timeout by @sanjayprabhu in #1700
- fix: Add additional checks to prevent contact info duplicates by @sanjayprabhu in #1701
- docs: update spec.yaml to support Frames & validateMessage by @piratekev in #1634
- fix: Remove DB_RESET_TOKEN by @adityapk00 in #1704
- fix: Handle solana verification removes by @sanjayprabhu in #1707
- fix: gossipsub version and "iwant" parameter by @Wazzymandias in #1708
- fix: Increase hub stream buffer size to keep up with faster hub merges by @sanjayprabhu in #1709
- chore: release 1.10.1 by @deodad in #1718
New Contributors
- @piratekev made their first contribution in #1634
Full Changelog: https://github.com/farcasterxyz/hub-monorepo/compare/@farcaster/hubble@1.10.0...@farcaster/hubble@1.10.1
@farcaster/hubble@1.10.0
@farcaster/hubble@1.9.9
1.9.9
Patch Changes
- 763d315: feat: rename some verification message fields to support more protocols
- 9731797: fix: prefer peers with more messages to sync with
- c0551bf: fix: Increase sync timeout
- 52102c2: fix: Early detect duplicate messages
- 81f453a: fix: Process L2 blocks in batches
- 5a70330: fix: Reduce Gossip TTL to 5 mins
- c0e17a4: feat: Add a new DB for trie data
- 41735d6: feat: Save connected peers in DB
- f49e9fe: fix: Use the pendingDbUpdates to decide when to write updates to merkle trie
- Updated dependencies [763d315]
- @farcaster/hub-nodejs@0.10.24
@farcaster/hubble@1.9.8
1.9.8
Patch Changes
- acf985c: feat: Add neynar hubs to bootstrap list
- 0a6a7b7: fix: Multipart upload the snapshot to S3
- 6ec1b4d: feat: Add a LRU cache to the active signers
- d29dfe5: fix: Check sync trie before fetching messages
- 06160b9: perf: Use execution timeout so we don't drop all messages in the lock queue
- 8bff4de: fix: Bump gossip TTL to 10 mins