GitBulletin

Repository: farcasterxyz/hub-monorepo

Revolutionizing the Future: Shuttle Dependency Gets a Major Upgrade!

2025-10-10 15:11:53 UTC

Example App Transforms with Enhanced Features and Cutting-Edge Updates as Developer Team Enters New Era!

Commit Details:

chore: upgrade shuttle dependency for example app (#2653) ## Why is this change needed? The example app was fixed at an old version of shuttle that was missing more recent updates including storage lending. ## Merge Checklist _Choose all relevant options below by adding an `x` now or at any time before submitting for review_ - [x] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard - [x] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [x] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore) - [ ] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on upgrading the `@farcaster/shuttle` dependency in the example app and making related adjustments in the codebase, including changes to request handling and variable names. ### Detailed summary - Updated `@farcaster/shuttle` dependency from `^0.5.0` to `^0.9.3`. - Replaced `HubInfoRequest` with `GetInfoRequest` in the `App` class. - Changed handling of `undefined` instead of `null` for the `hubSubscriber` initialization. - Modified the retrieval of `maxFid` to use `numFidRegistrations` instead of `numFidEvents`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->

Search Similar