Skip to content

Releases: farcasterxyz/hub-monorepo

@farcaster/[email protected]

05 Mar 00:31
314c03c
Compare
Choose a tag to compare

1.10.9

Patch Changes

  • 4a0fa6f: fix: Handle latestBlock properly when sending to API
  • 48d49b2: fix: Simplify github actions test runs
  • b302d3f: fix: Add approximate_size for DB
  • 6d76565: fix: hub crash on contract events

1.10.8

Patch Changes

  • ff1eefb: fix: Fix bad version release because of package.json

chore: @farcaster/[email protected]

04 Mar 20:24
c630044
Compare
Choose a tag to compare
  • This is essentially the same as @farcaster/hubble:1.10.7, with the version number fixed.

@farcaster/[email protected]

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

1.10.6

Patch Changes

What's Changed

New Contributors

  • @karmacoma-eth made their first contribution in #1710

Full Changelog: https://github.com/farcasterxyz/hub-monorepo/compare/@farcaster/[email protected]...@farcaster/[email protected]

@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]