Skip to content

Migrate anti abuse oracle#9

Open
dylanjeffers wants to merge 35 commits intomainfrom
migrate-anti-abuse-oracle
Open

Migrate anti abuse oracle#9
dylanjeffers wants to merge 35 commits intomainfrom
migrate-anti-abuse-oracle

Conversation

@dylanjeffers
Copy link
Copy Markdown
Contributor

No description provided.

Isaac Solo and others added 30 commits February 25, 2025 11:57
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"
/>
dylanjeffers and others added 5 commits February 13, 2026 11:55
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants