Skip to content

Releases: farcasterxyz/hub-monorepo

@farcaster/hubble@1.2.2

09 May 00:32
f7a62a5
Compare
Choose a tag to compare

Patch Changes

  • 5308788: improve handling of duplicate messages on gossip
  • 1236b4e: Add a GetSyncStatus rpc call that exposes the hubs sync status with different peers
  • 2e633db: Reject prunable messages on merge
  • Updated dependencies [1236b4e]
    • @farcaster/hub-nodejs@0.7.2

@farcaster/hubble@1.2.1

27 Apr 21:52
52fc714
Compare
Choose a tag to compare

Patch Changes

  • 4fc3198: Dedupe eth events when retrying to be more efficient with api calls
  • 5cee2c5: Fix sync stalling because id registry events weren't retried correctly
  • 427ced4: Remember bad peers during sync and ignore them for a while to reduced excessive sync attempts
  • 421c385: Add sync stats to getInfo rpc call
  • Updated dependencies [421c385]
    • @farcaster/hub-nodejs@0.7.1

@farcaster/hub-web@0.3.1

27 Apr 21:55
52fc714
Compare
Choose a tag to compare

Patch Changes

  • 421c385: Add sync stats to getInfo rpc call
  • Updated dependencies [6a84860]
  • Updated dependencies [421c385]
    • @farcaster/core@0.7.1

@farcaster/hub-nodejs@0.7.1

27 Apr 21:55
52fc714
Compare
Choose a tag to compare
  • 421c385: Add sync stats to getInfo rpc call
  • Updated dependencies [6a84860]
  • Updated dependencies [421c385]
    • @farcaster/core@0.7.1

@farcaster/core@0.7.1

27 Apr 21:54
52fc714
Compare
Choose a tag to compare

Patch Changes

  • 6a84860: feat: add ViemLocalEip712Signer
  • 421c385: Add sync stats to getInfo rpc call

@farcaster/hubble@1.2.0

19 Apr 14:42
c5a6aac
Compare
Choose a tag to compare

Minor Changes

  • 87b2789: upgrade to protocol version 2023.4.19
  • 87b2789: support CastId embeds, cast parent URLs, and reaction target URLs

Patch Changes

  • a027a3e: periodically compact the db while syncing to prevent bloat
  • 0cb0a52: chore: re-organize SyncEngine to merge messages through Hub's submitMessage method rather than the storage engine directly
  • Updated dependencies [87b2789]
    • @farcaster/hub-nodejs@0.7.0

@farcaster/hub-web@0.3.0

19 Apr 14:41
c5a6aac
Compare
Choose a tag to compare

Minor Changes

  • 87b2789: support CastId embeds, cast parent URLs, and reaction target URLs

Patch Changes

  • Updated dependencies [87b2789]
    • @farcaster/core@0.7.0

@farcaster/hub-nodejs@0.7.0

19 Apr 14:41
c5a6aac
Compare
Choose a tag to compare

Minor Changes

  • 87b2789: support CastId embeds, cast parent URLs, and reaction target URLs

Patch Changes

  • Updated dependencies [87b2789]
    • @farcaster/core@0.7.0

@farcaster/core@0.7.0

19 Apr 14:40
c5a6aac
Compare
Choose a tag to compare

Minor Changes

  • 87b2789: support CastId embeds, cast parent URLs, and reaction target URLs

@farcaster/hub-web@0.2.5

14 Apr 16:02
3be3a38
Compare
Choose a tag to compare

Patch Changes

  • ee953ec: fix: use @improbable-eng/grpc-web default export to improve compatibility