chore: remove solana-relay and relay from monorepo#14312
Open
dylanjeffers wants to merge 1 commit into
Open
Conversation
The solana-relay service has been reimplemented in AudiusProject/pedalboard and is now deployed via k8s. Removing the stale copy and all associated references from this monorepo to avoid confusion. Includes: - Delete packages/discovery-provider/plugins/pedalboard/apps/solana-relay/ - Drop solana-relay service from docker-compose pedalboard dev/prod stacks - Drop /solana proxy_pass blocks from nginx (discovery container + ingress) - Drop solana-relay from CircleCI push-discovery-provider and docker-tag-images - Drop solana-relay/relay from vector log monitoring includes - Drop @pedalboard/solana-relay dep from @audius/compose - Regenerate package-lock.json Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Contributor
🌐 Web preview readyPreview URL: https://audius-web-preview-pr-14312.audius.workers.dev Unique preview for this PR (deployed from this branch). |
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.
Summary
The
solana-relayservice has been reimplemented inAudiusProject/pedalboardand is now deployed via k8s. Removing the stale copy from this monorepo, along with all associated CI / compose / nginx / monitoring references, to avoid confusion and prevent the two implementations from drifting further apart.There was no separate
relayplugin directory in this repo; onlysolana-relay. (The orphaned"relay"container name invector.toml's include list — alongside"solana-relay"— has also been dropped.)Changes
Deleted
packages/discovery-provider/plugins/pedalboard/apps/solana-relay/(entire plugin directory)Updated
.circleci/config.yml— drop solana-relay node_modules from workspace persist paths.circleci/src/jobs/@integration-jobs.yml— drop solana-relay node_modules from workspace persist paths.circleci/src/workflows/discovery.yml— dropsolana-relayfrompush-discovery-providerservice list.circleci/src/workflows/release.yml— dropsolana-relayfrom releasepush-discovery-providerservice list.circleci/scripts/docker-tag-images.sh— dropsolana-relayfrom the discovery image listdev-tools/compose/docker-compose.pedalboard.dev.yml— dropsolana-relayservice blockdev-tools/compose/docker-compose.pedalboard.prod.yml— dropsolana-relayservice block (incl. healthcheck, depends_on, env vars)dev-tools/compose/docker-compose.yml— drop top-levelsolana-relayservice entrypackages/discovery-provider/nginx_conf/nginx_container.conf— drop/solanaproxy_pass tosolana-relay:6002dev-tools/compose/nginx_ingress.conf— drop/solanaproxy_pass blocks for discovery-provider-{1,2,3}monitoring/vector/vector.toml— drop"relay"and"solana-relay"from docker_logs include_containerspackages/compose/package.json— drop@pedalboard/solana-relaydependencypackage-lock.json— regeneratedValidation
npm run verifycould not be run locally (worktree disk at 100%). The change is pure deletion / config edits with no TypeScript surface touched outside the deleted directory, soturbo run verifywould not exercise the modified files. Validation performed locally:js-yamlload)circleci config pack .circleci/src+circleci config validateboth passcircleci config validate .circleci/config.ymlpassesbash -n .circleci/scripts/docker-tag-images.shpassespackage-lock.jsonandpackages/compose/package.jsonvector.tomlparses cleanly via TOML parser{/}balanced in both edited conf filessolana-relay/solana_relayacross the repo returns 0 hitsCI will run the full
npm run verifysuite on this PR.Test plan
npm run verify🤖 Generated with Claude Code