"GRPC Drama: Developers Hit 'Undo' Button on Controversial Upgrade!"
"In a bold move, the team reverts the grpc-js library update amid fears of instability in the latest release."
Commit Details:
chore: revert "fix: Upgrade grpc-js to 1.11 (#2214)" (#2263) ## Why is this change needed? This reverts commit 2fa29ad4cba95d09b29e3bb40ee303b9c4ac46d7. It seems the grpc-js library may have issues in the more recent releases ## 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 updates dependencies related to gRPC and makes changes to stream handling in the `bufferedStreamWriter` test file and the `server` file. ### Detailed summary - Updated `@grpc/grpc-js` dependency to version `~1.8.22` in `hub-nodejs` and `hubble` packages. - Replaced `stream.end()` with `stream.destroy()` in `bufferedStreamWriter.ts`. - Removed `destroyStream` function and replaced its usage with `stream.destroy()` in `server.ts`. - Updated `@grpc/proto-loader` dependency to version `^0.7.0`. - Updated `protobufjs` dependency to version `^7.0.0`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->