Skip to content

Releases: farcasterxyz/hub-monorepo

@farcaster/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]...@farcaster/[email protected]

@farcaster/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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

@farcaster/[email protected]

03 Feb 23:21
39ffee4
Compare
Choose a tag to compare

1.9.6

Patch Changes

  • 577d698: fix: Remove score penalty for duplicate gossip messages
  • 57ce2c6: fix: reduce sync freqency to help reduce hub load