Open
Conversation
Co-authored-by: isaac <isaac@audius.co>
### Description Makes a request to AAO service's new /attestation/check route. I wish it could do db stuff, but it requires a lot of custom code + linking identity service db. ### How Has This Been Tested? _Please describe the tests that you ran to verify your changes. Provide repro instructions & any configuration._ after some ugly env wrangling ``` # aao npm run dev curl localhost:6002/attestation/check?wallet=0xf6b983a131755072c7ec1505910c8bb5c25e2215 # solana relay # i added a test endpoint that just called my helper and validated the response worked as well ```
### Description Prep for renaming github repo to `apps` ### How Has This Been Tested? _Please describe the tests that you ran to verify your changes. Provide repro instructions & any configuration._ ``` mv audius-protocol apps cd apps npm i audius-compose connect audius-compose up npm run web:dev ``` 1. Created account 2. Uploaded track
### Description ### How Has This Been Tested? _Please describe the tests that you ran to verify your changes. Provide repro instructions & any configuration._
### Description Require silver tier for claiming listen streak. Note: users can still "earn" the reward to keep the streak going, but claiming is gated on silver. ### How Has This Been Tested? _Please describe the tests that you ran to verify your changes. Provide repro instructions & any configuration._ `npm run web:stage`
…3399) ### Description Small update to add a reduction in user score if the user is missing their profile picure. Following the update to allow users to sign up without providing one ### How Has This Been Tested? Difficult to test, but wanted to get the code in PR
Drop staging CI, env, and all code references Updates CI to deploy to RC for changes on main
* Remove trending rewards banner * Update styles for claim UI * Update card sorting, styling * Consolidate competition rewards and achievement rewards into single rewards * Require verification on specific reward types * Update mobile + web <img width="600" alt="image" src="https://github.com/user-attachments/assets/a4cdbfab-0cf8-4398-8b61-4c33de65a3b5" /> <img width="200" height="2622" alt="simulator_screenshot_A8668EA3-5770-4517-969E-C3AC4DEB9E32" src="https://github.com/user-attachments/assets/c7536b78-5d70-48ed-9ed5-f32ceab7a45d" /> <img width="1512" height="862" alt="image" src="https://github.com/user-attachments/assets/592a4250-1add-44d3-ace0-c7d75cb2bead" />
Removed reward amount ratio display from the UI.
… git history Replaces the outdated pedalboard version with the current discovery-provider version which includes: SDK integration, email support, profile picture scoring, reward categorization (open vs verified), and padded attestation signatures. Source: AudiusProject/audius-protocol (apps) packages/discovery-provider/plugins/pedalboard/apps/anti-abuse-oracle/ # Conflicts: # apps/anti-abuse-oracle/package.json # apps/anti-abuse-oracle/src/actionLog.ts # apps/anti-abuse-oracle/src/config.ts # apps/anti-abuse-oracle/src/identity.ts # apps/anti-abuse-oracle/src/server.tsx
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.
No description provided.