Data Pruning Revolutionized: A Game-Changing Fix Unveiled!
New commit addresses critical data_byte reading issues, paving the way for smoother and error-free pruning operations.
Commit Details:
fix: Read data_bytes properly when pruning (#1828) ## Motivation When pruning, read the data_bytes properly to avoid warnings ## 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. - [X] All [commits have been signed](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#22-signing-commits) <!-- start pr-codex --> --- ## PR-Codex overview This PR fixes data handling issues in various modules. It ensures proper data decoding and storage consistency. ### Detailed summary - Improved error handling for missing message data - Updated data decoding and encoding methods - Enhanced logging for data retrieval and storage > The following files were skipped due to too many changes: `apps/hubble/src/addon/src/store/store.rs`, `apps/hubble/src/addon/src/store/cast_store.rs` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->