GitBulletin

Repository: farcasterxyz/hub-monorepo

RUST Revolution: Verifications Store Gets a Major Overhaul!

2024-03-18 13:21:56 UTC

Cutting-edge migration to Rust enhances performance and functionality of the verification system, setting new standards in data management!

Commit Details:

chore: Migrate verifications store to rust (#1798) ## Motivation Migrate the verifications store to rust ## 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 migrates the verifications store to Rust, adds verification store methods, and updates key generation functions. ### Detailed summary - Migrated verifications store to Rust - Added verification store methods for CRUD operations - Updated key generation functions for verification store > The following files were skipped due to too many changes: `apps/hubble/src/storage/stores/verificationStore.ts`, `apps/hubble/src/addon/src/store/verification_store.rs` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->

Search Similar