Skip to content

ci: inject private Robinhood RPCs - #82

Open
findolor wants to merge 1 commit into
mainfrom
arda/private-robinhood-rpcs
Open

findolor wants to merge 1 commit into
mainfrom
arda/private-robinhood-rpcs

Conversation

@findolor

@findolor findolor commented Sep 22, 2026

Copy link
Copy Markdown
Collaborator

Motivation

Robinhood local DB catch-up cannot complete reliably against the public registry RPCs: the official endpoint rate-limits historical log requests and the fallback requires authenticated archive access.

Solution

  • Require PRIVATE_ROBINHOOD_RPC_URLS in the private-registry upload workflow.
  • Extend the private artifact builder with repeatable and comma-separated Robinhood RPC options.
  • Generalize the RPC-prepending transformer so private URLs can be injected for both Base and Robinhood.
  • Keep private endpoints first while preserving and deduplicating public fallbacks.

Deployment prerequisite

Before running the updated workflow, enable Robinhood Mainnet for the provider credentials and set the repository secret PRIVATE_ROBINHOOD_RPC_URLS. The existing Base credentials are network-scoped: Alchemy reports Robinhood is disabled for the app, and HyperRPC returns HTTP 403 on the Robinhood endpoint.

Checks

  • bash -n scripts/build-private-registry-artifact.sh
  • Workflow YAML parses successfully
  • Generic transformer resolves both networks.base.rpcs and networks.robinhood.rpcs
  • Generated settings prepend dummy private endpoints and deduplicate existing public endpoints for both networks
  • Missing Robinhood private RPC input fails validation

Copy link
Copy Markdown
Collaborator Author

How to use the Graphite Merge Queue

Add the label add-to-gt-merge-queue to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

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.

1 participant