[PAY-3893][PAY-3894] Remove legacy indexing of associated_wallets and collectibles#11564
Merged
[PAY-3893][PAY-3894] Remove legacy indexing of associated_wallets and collectibles#11564
Conversation
|
raymondjacobson
approved these changes
Mar 10, 2025
04f2bfb to
34489ff
Compare
audius-infra
pushed a commit
that referenced
this pull request
Mar 11, 2025
[4a0e8cc] dual write to acdc and core (#11573) alecsavvy [2f859fb] fix attest endpoint (#11552) Steve Perkins [6fc5376] Remove end_date on play count challenge and update query (#11563) Farid Salau [5bebab8] [PAY-3893][PAY-3894] Remove legacy indexing of associated_wallets and collectibles (#11564) Randy Schott [00a19f0] Fix marshalling for playlist notifs (#11562) Randy Schott [ba9b8fb] Delete pc challenge (#11561) Farid Salau [84eb2f8] [PAY-3979][PAY-3990] Update play count challenge BE and Add the FE (#11521) Farid Salau
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This removes the legacy indexing logic for wallets/collectibles set directly on the user. We will now only support setting them through the new entity transactions.
I will follow up with a separate PR to remove cid_data altogether to minimize area of effect per PR.
How Has This Been Tested?
Mostly N/A since this is a legacy code path no longer exercise. Running local client against local stack and updating collectibles/wallets to make sure that still works is sufficient.