Releases: farcasterxyz/hub-monorepo
Releases · farcasterxyz/hub-monorepo
@farcaster/hubble@1.7.2
@farcaster/hubble@1.7.1
@farcaster/hubble@1.7.0
1.7.0
Minor Changes
- 3313c23: Adds support for contact info content signing + strictNoSign
- f3d3222: feat: Support v2 id and key registry contracts
Patch Changes
- Updated dependencies [f3d3222]
- @farcaster/hub-nodejs@0.10.16
What's Changed
- feat: support v2 id and key registry contracts by @sanjayprabhu in #1526
- feat: Add ContactInfoContent signing + config toggle for strict validation + StrictNoSign by @CassOnMars in #1545
- chore: Release 1.7 by @sanjayprabhu in #1547
Full Changelog: https://github.com/farcasterxyz/hub-monorepo/compare/@farcaster/hubble@1.6.6...@farcaster/hubble@1.7.0
@farcaster/hubble@1.6.6
@farcaster/hubble@1.6.5
Patch Changes
@farcaster/hubble@1.6.4
1.6.4
Patch Changes
- a3e12f5: fix: Fix contactInfo messages not being forwarded and increase seen ttl to prevent future loops
@farcaster/hubble@1.6.3
1.6.3
Patch Changes
- 89ce7d2: fix: enable asyncValidation so we don't forward invalid messages on gossip
- a5708f8: chore: Remove grpc-web
- b518b97: fix: Cache numFids and numFnames
- 86bed6f: fix: Make message counts on-demand to speed startup
- ba86d37: feat: Allow signing raw message data bytes to support rust, Golang etc...
- Updated dependencies [ba86d37]
- @farcaster/hub-nodejs@0.10.14
@farcaster/hubble@1.6.2
@farcaster/hubble@1.6.1
1.6.1
Patch Changes
- 902447f: fix: Fix buggy crontab entry that would try to upgrade every minute
- e10a8c9: fix: Improve logging on unhandled errors
- 81e6d8e: FIP-8 contract verifications
- aacff02: Remove eslint-config-custom dependencies
- c7b28b0: fix: Run crontab as root for hubble.sh
- 9ca079e: chore: Add peer scores to grafana dashboard
- 433bee8: feat: Enable events sync by default
- f5c7034: docs: Linter now checks the rpc.proto to make sure all methods and implemented in HTTP API
- c074188: fix: Fix off by one error when inserting into trie
- 5b7d568: fix: Handle errors from L2 getevents
- Updated dependencies [81e6d8e]
- Updated dependencies [aacff02]
- Updated dependencies [c33f527]
- Updated dependencies [433bee8]
- @farcaster/hub-nodejs@0.10.12
@farcaster/hubble@1.6.0
1.6.0
Minor Changes
- 09b7949: feat: make verifications globally unique
Patch Changes
- 8abf186: feat: add migration to clear onchain events and force re-sync
- c64400d: fix: Use DB_SCHEMA version in snapshot path
- 4dea7e2: chore: Upgrade ed25519-dalek in rust
- 472e8ae: feat: Add a flag to clear l2 events
- ef795c7: upgrade viem to 1.12.2
- ef795c7: fall back to eth_getLogs in event sync
- b7c2b0a: chore: Replace hub-web with HTTP api examples
- 14f67cf: feat: Add peer scoring
- 03cd333: feat: Audit peer's messages during sync
- Updated dependencies [14f67cf]
- @farcaster/hub-nodejs@0.10.11