-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: ✨ SpamFiltering for NFTs TX in LLM #8241
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 5 Skipped Deployments
|
a96bcd1
to
5a9c4c3
Compare
0cf8861
to
996b053
Compare
5a9c4c3
to
3f90142
Compare
996b053
to
ad5da1f
Compare
e22fd43
to
9b4a1fc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
The base branch was changed.
- Adding filtering in Operations - Rework of HiddenCollection display - Add Whitelist - Rework hooks
b0415c4
to
7b2f128
Compare
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
✅ Checklist
npx changeset
was attached.Covered by automatic tests.
Impact of the changes:
Transaction Filtering:
Implementation of a new feature to filter transactions involving spam NFTs. This ensures that only valid and relevant transactions are considered within the system.
Whitelist and Enhancement of HiddenCollection:
Addition of a whitelist to control the addresses and accounts authorized to interact with the system, enhancing the security and reliability of processed transactions.
Improvements made to the HiddenCollection object to optimize the management and storage of hidden NFT collections.
Automatic Synchronization:
Implementation of automatic synchronization every 6 hours to refresh and filter NFTs via the Simplehash API. This ensures that the data remains up-to-date and relevant.
Refresh on Account Addition:
When new accounts or addresses are added, the filtering request is automatically re-triggered. This guarantees that new entries are immediately taken into account in the filtering process.
Add loading "Hiddencollections" to avoid load everything fully
📝 Description
useNftCollections
instead ofuseNFTGalleryFilter
everywhereuseSyncNFTsWithAccounts
is used and works exactly the same as LLDPuffer.mov
❓ Context
https://ledgerhq.atlassian.net/browse/LIVE-14034
🧐 Checklist for the PR Reviewers