Farcaster-py

Latest version: v0.1.6

Safety actively analyzes 682471 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 17

1.14.2

Patch Changes

- fb2645ee: fix: Include peerid in bootstrap multiaddr
- 501ceff2: fix: Ensure onchain + username proofs are always assigned to the same shard for linear ordering
- 61959467: upgrade libp2p/gossipsub and dependencies
- 939dde84: chore: upgrade viem to v2
- Updated dependencies [939dde84]
- farcaster/hub-nodejs0.11.23

farcaster/hubble1.14.1

1.14.1

Patch Changes

- 2fa29ad4: fix: Upgrade grpc-js to 1.11
- 095cca97: upgrade libp2p to 0.45.0
- 7bee8436: perf: Add message merge timing at the store level
- a9dd1621: revert: storage cache migration to rust

farcaster/hubble1.14.0

1.14.0

Minor Changes

- be54d203: fix: full state events should not include deleted messages

Patch Changes

- a5f867fb: fix: Fix incorrect target fid check for link messages older than the compact state
- d1dce89f: fix: do not let deleted fname events allow old fname events to be re-added
- 554d82a4: fix: Migrate storage cache to rust and fix race condition

farcaster/hubble1.13.8
What's Changed
* fix(docs): Improved GCP tutorial by intls in https://github.com/farcasterxyz/hub-monorepo/pull/2175
* fix: force acknowledgement of no rewards for existing hubs by Wazzymandias in https://github.com/farcasterxyz/hub-monorepo/pull/2193
* fix: update hub storage requirement to 200 GB by Wazzymandias in https://github.com/farcasterxyz/hub-monorepo/pull/2194
* feat: Expose event id functions by sanjayprabhu in https://github.com/farcasterxyz/hub-monorepo/pull/2195
* chore: update github actions versions by o-az in https://github.com/farcasterxyz/hub-monorepo/pull/2190
* fix(example): fix the argument for makeLinkRemove when removing a follow by akirawuc in https://github.com/farcasterxyz/hub-monorepo/pull/2196
* chore: upgrade libp2p to 0.44.0 by varunsrin in https://github.com/farcasterxyz/hub-monorepo/pull/2191
* fix: on conflict criteria is ambiguous and cannot be used for upsert by CassOnMars in https://github.com/farcasterxyz/hub-monorepo/pull/2197
* fix: ack script by Wazzymandias in https://github.com/farcasterxyz/hub-monorepo/pull/2198
* chore: release 1.13.8 by Wazzymandias in https://github.com/farcasterxyz/hub-monorepo/pull/2199

New Contributors
* intls made their first contribution in https://github.com/farcasterxyz/hub-monorepo/pull/2175
* o-az made their first contribution in https://github.com/farcasterxyz/hub-monorepo/pull/2190
* akirawuc made their first contribution in https://github.com/farcasterxyz/hub-monorepo/pull/2196

1.13.8

Patch Changes

- 76ad1ac2: feat: Expost event id functions
- e2b1c7c6: - upgrade libp2p to 0.44.0
- 97d0a7ea: fix: update hub storage requirement to 200 GB
- farcaster/hub-nodejs0.11.21

**Full Changelog**: https://github.com/farcasterxyz/hub-monorepo/compare/farcaster/hubble1.13.7...farcaster/hubble1.13.8

farcaster/hubble1.13.7
What's Changed
* feat(shuttle): Allow changing subscriber batch size or flush interval by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2147
* fix(shuttle): Fix example app to work with Shuttle 0.5.0+ by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2148
* fix(shuttle): Fix resetting of batch flush logic when exceeding byte limit by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2151
* fix: force acknowledgement of no rewards for existing hubs by Wazzymandias in https://github.com/farcasterxyz/hub-monorepo/pull/2154
* feat(shuttle): Make shuttle and example-app capable of using postgres schema other than "public" by tybook in https://github.com/farcasterxyz/hub-monorepo/pull/2149
* chore: remove unnecessary foundry version pin in ci by varunsrin in https://github.com/farcasterxyz/hub-monorepo/pull/2155
* chore: upgrade turborepo to v2 by varunsrin in https://github.com/farcasterxyz/hub-monorepo/pull/2156
* chore: upgrade husky to v9 by varunsrin in https://github.com/farcasterxyz/hub-monorepo/pull/2158
* chore: upgrade tsx to v4 by varunsrin in https://github.com/farcasterxyz/hub-monorepo/pull/2159
* chore: fix issues with repository setup by varunsrin in https://github.com/farcasterxyz/hub-monorepo/pull/2153
* feat: make message processor handle removals for compact state explicitly, warn on mismatching deletes by CassOnMars in https://github.com/farcasterxyz/hub-monorepo/pull/2141
* chore: fix unhandled type error in tests by varunsrin in https://github.com/farcasterxyz/hub-monorepo/pull/2161
* chore: upgrade dockerfile to use node 22 by varunsrin in https://github.com/farcasterxyz/hub-monorepo/pull/2165
* chore(shuttle): Release 0.5.2 by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2168
* fix(shuttle): Fix broken build for 0.5.2 by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2169
* chore: upgrade rimraf to 6 by varunsrin in https://github.com/farcasterxyz/hub-monorepo/pull/2163
* Revert "chore: upgrade turborepo to v2" by varunsrin in https://github.com/farcasterxyz/hub-monorepo/pull/2170
* feat: Assign shards using jump consistent hashing by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2171
* feat: increase frame message URL max length by horsefacts in https://github.com/farcasterxyz/hub-monorepo/pull/2174
* feat(shuttle): Support running before/after hooks when processing events by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2176
* chore: Release 0.5.4 by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2177
* fix(shuttle): Switch before/after processing hooks to use batches by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2178
* chore(shuttle): Release 0.5.5 by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2179
* chore(shuttle): Stop recording stream size by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2183
* Revert "fix: force acknowledgement of no rewards for existing hubs" by Wazzymandias in https://github.com/farcasterxyz/hub-monorepo/pull/2184
* perf(shuttle): Trim stream at regular intervals instead of every iteration by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2185
* chore(shuttle): Release 0.5.6 by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2186
* chore: release 1.13.7 by Wazzymandias in https://github.com/farcasterxyz/hub-monorepo/pull/2188

New Contributors
* tybook made their first contribution in https://github.com/farcasterxyz/hub-monorepo/pull/2149

1.13.7

Patch Changes

- 312340d2: feat: Assign shards using jump consistent hashing algorithm
- farcaster/hub-nodejs0.11.20


**Full Changelog**: https://github.com/farcasterxyz/hub-monorepo/compare/farcaster/hubble1.13.6...farcaster/hubble1.13.7

farcaster/hubble1.13.6
What's Changed
* chore: add stats for bundle message delays, stale contact info by Wazzymandias in https://github.com/farcasterxyz/hub-monorepo/pull/2118
* fix: validate gossip message for clock skew by Wazzymandias in https://github.com/farcasterxyz/hub-monorepo/pull/2119
* fix(docs): corrected errors in installation instructions by vsu727 in https://github.com/farcasterxyz/hub-monorepo/pull/2087
* feat: add unique peer map to sync engine to represent current active peers by Wazzymandias in https://github.com/farcasterxyz/hub-monorepo/pull/2120
* fix: corrected typo errors in CHANGELOG.md by osrm in https://github.com/farcasterxyz/hub-monorepo/pull/2109
* fix: update start time to farcaster time when submitting message bundles from sync by Wazzymandias in https://github.com/farcasterxyz/hub-monorepo/pull/2121
* chore: update cleanup interval for active peers by Wazzymandias in https://github.com/farcasterxyz/hub-monorepo/pull/2123
* chore: batch info and error logs for message bundles by Wazzymandias in https://github.com/farcasterxyz/hub-monorepo/pull/2127
* chore: update statsd metrics for diff sync by Wazzymandias in https://github.com/farcasterxyz/hub-monorepo/pull/2132
* apps/hubble: fix docker-compose.yml warning by dhairya1008 in https://github.com/farcasterxyz/hub-monorepo/pull/2112
* fix(shuttle): Handle missing group key by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2133
* fix(hubble): hub operator fid is not set docker compose by aquaticone in https://github.com/farcasterxyz/hub-monorepo/pull/2129
* chore: Update curve25519-dalek from 4.1.1 to 4.1.3 in Rust extension by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2134
* chore: Update pull request template by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2135
* chore(shuttle) Release 0.4.3 by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2136
* feat(shuttle): Allow RedisClient's client to be a cluster instance by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2139
* chore(shuttle): Release 0.4.4 by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2140
* feat: add hub service agreement - there will be no rewards for running a hub by Wazzymandias in https://github.com/farcasterxyz/hub-monorepo/pull/2142
* fix: Increase message threshold to reduce snapshot bandwidth usage by sanjayprabhu in https://github.com/farcasterxyz/hub-monorepo/pull/2145
* chore: release 1.13.6 by Wazzymandias in https://github.com/farcasterxyz/hub-monorepo/pull/2146

New Contributors
* vsu727 made their first contribution in https://github.com/farcasterxyz/hub-monorepo/pull/2087
* osrm made their first contribution in https://github.com/farcasterxyz/hub-monorepo/pull/2109
* dhairya1008 made their first contribution in https://github.com/farcasterxyz/hub-monorepo/pull/2112
* aquaticone made their first contribution in https://github.com/farcasterxyz/hub-monorepo/pull/2129

1.13.6

Patch Changes

- fdcc3b52: chore: add stats for bundle message delays, stale contact info
- fa5eef40: fix: Increase message threshold to reduce snapshot bandwidth usage
- 795815af: fixed issue with cli arguments order in docker-compose.yml causing hub operator fid to be unset
- b5ff774a: feat: add hub service agreement - there will be no rewards for running a hub
- 2a82b3dc: feat: add unique peer map to sync engine to represent current active peers
- aa02a48d: fix: validate gossip message for clock skew
- 2bae6fb9: chore: Update curve25519-dalek from 4.1.1 to 4.1.3 in Rust extension

**Full Changelog**: https://github.com/farcasterxyz/hub-monorepo/compare/farcaster/hubble1.13.5...farcaster/hubble1.13.6

farcaster/hubble1.13.5
What's Changed
* fix(shuttle): Bump max receive size to fix resource exhaustion error by sanjayprabhu in https://github.com/farcasterxyz/hub-monorepo/pull/2106
* fix(shuttle): Use more efficient lookup to avoid errors by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2107
* chore(shuttle): Release 0.4.2 by sds in https://github.com/farcasterxyz/hub-monorepo/pull/2108
* feat: add endpoints to control sync by sanjayprabhu in https://github.com/farcasterxyz/hub-monorepo/pull/2110
* feat: add experimental HTTP APIs to control sync by Wazzymandias in https://github.com/farcasterxyz/hub-monorepo/pull/2111
* fix: contact info updates by Wazzymandias in https://github.com/farcasterxyz/hub-monorepo/pull/2113
* chore: release 1.13.5 by Wazzymandias in https://github.com/farcasterxyz/hub-monorepo/pull/2114

Page 3 of 17

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.