Skip to content

[PE-7202] Add indexing support for user.coin_flair_mint - #13296

Merged
schottra merged 4 commits into
mainfrom
add-preferred-mint
Oct 23, 2025
Merged

[PE-7202] Add indexing support for user.coin_flair_mint#13296
schottra merged 4 commits into
mainfrom
add-preferred-mint

Conversation

@schottra

Copy link
Copy Markdown
Contributor

Description

Small metadata/test change to make sure we correctly index this new column

How Has This Been Tested?

Relying on integration tests here, just need to make sure we index empty, null, and any string value correctly.

@changeset-bot

changeset-bot Bot commented Oct 22, 2025

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: f13c21c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@audius/sdk Patch
@audius/sdk-legacy Patch
@audius/sp-actions Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

)
assert user_2.name == "Forrest"
assert user_2.handle == "forrest"
assert user_2.preferred_coin_flair_mint is None

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're setting the mint in the create and then testing that we can delete it by passing null. The above test that sets empty string is sufficient to check that we index a valid string value correctly.

@schottra schottra changed the title [PE-7202] Add indexing support for user.preferred_coin_flair_mint [PE-7202] Add indexing support for user.coin_flair_mint Oct 23, 2025
@schottra
schottra merged commit 86198ae into main Oct 23, 2025
4 of 8 checks passed
@schottra
schottra deleted the add-preferred-mint branch October 23, 2025 15:38
audius-infra pushed a commit that referenced this pull request Oct 24, 2025
[292123d] Use DB to get pool addresses for fee claims (#13287) Marcus Pasell
[ccde6ec] [PE-7221] Fix remove linked wallet (#13300) Dylan Jeffers
[b9b22cd] [PE-7204] Associate wallets on solana /relay calls (#13299) JD Francis
[86198ae] [PE-7202] Add indexing support for `user.coin_flair_mint` (#13296) Randy Schott
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants