Skip to content

Remove identity Solana relay#14472

Merged
raymondjacobson merged 1 commit into
mainfrom
codex/remove-identity-solana-listen-relay
Jun 11, 2026
Merged

Remove identity Solana relay#14472
raymondjacobson merged 1 commit into
mainfrom
codex/remove-identity-solana-listen-relay

Conversation

@raymondjacobson

@raymondjacobson raymondjacobson commented Jun 11, 2026

Copy link
Copy Markdown
Member

Summary

  • remove identity-service's legacy Solana listen submission endpoint and Solana listen status endpoint
  • remove identity-service's legacy wormhole/Solana relay route and Solana fee-payer maintenance surface
  • delete the Solana listen instruction builder, Solana fee-payer helper, and Solana fee-payer funding script
  • stop web/common from calling identity-service to record track listens
  • remove relay-only Solana fee-payer and wormhole config from identity-service
  • add a regression check that legacy identity Solana relay routes are not exposed

Context

A safe invalid POST to https://identityservice.audius.co/tracks/not-a-number/listen returned the route's validation error, confirming the public identity-service deployment still exposes the POST-only legacy listen route. That route could sign and submit old on-chain TrackListenInstruction transactions with identity-service fee payers.

This update now removes the broader identity-service Solana relay/fee-payer codepath as unused, including /wormhole_relay, /sol_balance_check, and the old fee-payer helper/funding script.

Verification

  • eslint . --ext .ts,.js,.jsx,.tsx in packages/identity-service
  • eslint src/services/audius-backend/AudiusBackend.ts in packages/common
  • eslint src/common/store/social/tracks/recordListen.ts in packages/web
  • node -c syntax checks for touched identity-service JS files
  • git diff --check

Not Run

  • Focused identity-service route test could not complete locally because Redis on localhost:6379 and Postgres on localhost:7433 were not running in this environment.

@changeset-bot

changeset-bot Bot commented Jun 11, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 9502cf9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@raymondjacobson raymondjacobson changed the title Remove identity Solana listen relay Remove identity Solana relay Jun 11, 2026
@raymondjacobson raymondjacobson force-pushed the codex/remove-identity-solana-listen-relay branch from b329bf7 to 9502cf9 Compare June 11, 2026 17:15
@github-actions

github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

🌐 Web preview ready

Preview URL: https://audius-web-preview-pr-14472.audius.workers.dev

Unique preview for this PR (deployed from this branch).
Workflow run

@raymondjacobson raymondjacobson merged commit d5f7aed into main Jun 11, 2026
18 checks passed
@raymondjacobson raymondjacobson deleted the codex/remove-identity-solana-listen-relay branch June 11, 2026 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant