You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 -->
0 commit comments