Releases: farcasterxyz/hub-monorepo
Releases · farcasterxyz/hub-monorepo
@farcaster/hubble@1.2.2
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
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
Patch Changes
- 421c385: Add sync stats to getInfo rpc call
- Updated dependencies [6a84860]
- Updated dependencies [421c385]
@farcaster/hub-nodejs@0.7.1
- 421c385: Add sync stats to getInfo rpc call
- Updated dependencies [6a84860]
- Updated dependencies [421c385]
@farcaster/core@0.7.1
Patch Changes
- 6a84860: feat: add ViemLocalEip712Signer
- 421c385: Add sync stats to getInfo rpc call
@farcaster/hubble@1.2.0
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
Minor Changes
- 87b2789: support CastId embeds, cast parent URLs, and reaction target URLs
Patch Changes
@farcaster/hub-nodejs@0.7.0
Minor Changes
- 87b2789: support CastId embeds, cast parent URLs, and reaction target URLs
Patch Changes
@farcaster/core@0.7.0
Minor Changes
- 87b2789: support CastId embeds, cast parent URLs, and reaction target URLs
@farcaster/hub-web@0.2.5
Patch Changes
- ee953ec: fix: use @improbable-eng/grpc-web default export to improve compatibility