Skip to content

Releases: farcasterxyz/hub-monorepo

@farcaster/hubble@1.10.6

29 Feb 22:03
71ce96c
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: https://github.com/farcasterxyz/hub-monorepo/compare/@farcaster/hubble@1.10.5...@farcaster/hubble@1.10.6

@farcaster/hubble@1.10.5

27 Feb 00:38
1271da9
Compare
Choose a tag to compare

1.10.5

Patch Changes

  • 72bbf29: fix: Set dial timeout when connecting to peers for gossip node (default: 2 seconds) and expose LIBP2P_CONNECT_TIMEOUT_MS environment variable
  • de5b090: fix: Deprecate raw iterators and switch to forEach iterators

@farcaster/hubble@1.10.4

22 Feb 23:20
206e1e4
Compare
Choose a tag to compare

1.10.4

Patch Changes

  • addf097c: chore: update @farcaster/hub-nodejs (add support for state in frame messages)

@farcaster/hubble@1.10.3

22 Feb 22:06
d02afad
Compare
Choose a tag to compare

1.10.3

Patch Changes

  • 9bcaa9c1: Run via pm2 process supervisor
  • a8b7dfcb: fix: Replace hot-shots with @figma/hot-shots
  • Updated dependencies [5703d339]
    • @farcaster/hub-nodejs@0.11.2

@farcaster/hubble@1.10.2

21 Feb 20:03
71114df
Compare
Choose a tag to compare

1.10.2

Patch Changes

  • 915c6ad: fix: Fix hub crash from bad message data submit

@farcaster/hubble@1.10.1

20 Feb 21:06
1f97d0c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/farcasterxyz/hub-monorepo/compare/@farcaster/hubble@1.10.0...@farcaster/hubble@1.10.1

@farcaster/hubble@1.10.0

09 Feb 23:40
330ce83
Compare
Choose a tag to compare

1.10.0

Minor Changes

  • ae91b73: Add Solana verification support

Patch Changes

  • 97a4216: fix: Don't broadcast old messages on gossip
  • d90fb0b: fix: Increase sync max duration
  • be07bc8: fix: Properly init the merkle trie so we don't miss l2events
  • a9105e2: fix: Add 8G heap to docker commands
  • Updated dependencies [ae91b73]
    • @farcaster/hub-nodejs@0.11.0

@farcaster/hubble@1.9.9

08 Feb 18:33
39fd2b7
Compare
Choose a tag to compare

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

06 Feb 18:30
240e396
Compare
Choose a tag to compare

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

@farcaster/hubble@1.9.7

05 Feb 17:06
dc36db0
Compare
Choose a tag to compare

1.9.7

Patch Changes

  • 618e6fa: feat: Add quicksync
  • 05ce5fe: fix: Increase the sync trie cache to 64MB
  • fb011fc: fix: Minor performance tweaks and logging