Skip to content

docs(readme): fix devnet matcher address (table was internally inconsistent)#201

Open
asastuai wants to merge 1 commit intodcccrypto:mainfrom
asastuai:docs/readme-devnet-matcher-fix
Open

docs(readme): fix devnet matcher address (table was internally inconsistent)#201
asastuai wants to merge 1 commit intodcccrypto:mainfrom
asastuai:docs/readme-devnet-matcher-fix

Conversation

@asastuai
Copy link
Copy Markdown

@asastuai asastuai commented May 6, 2026

what

the "Program Addresses" table at line 446-453 lists devnet matcher as GTRgyTDfrMvBubALAqtHuQwT8tbGyXid7svXZKtWfC9k. that program has had no devnet transactions since 2026-03-30. the active devnet matcher is 4HcGCsyjAqnFua5ccuXyt8KRRQzKFbGTJkVChpS7Yfzy, which the same README already documents at line 747 ("Devnet Program Addresses" table).

same README, same field, two different values across two tables.

why

verified via getSignaturesForAddress against api.devnet.solana.com on 2026-05-05:

address source line latest tx status
GTRgyTDfr... line 453 (Program Addresses) 2026-03-30 12:04 UTC dormant ~36 days
4HcGCsyj... line 747 (Devnet Program Addresses) 2026-05-04 04:39 UTC active

both are real, deployed, non-malicious programs (both owned by BPFLoaderUpgradeable). the 4HcGCsyj... address is canonical, it matches what dcccrypto/percolator-launch/README.md line 380 also documents.

a developer setting up an SDK integration against devnet using the table at the top of the README hits a dormant program.

changes

  • README.md line 453: change GTRgyTDfrMvBubALAqtHuQwT8tbGyXid7svXZKtWfC9k to 4HcGCsyjAqnFua5ccuXyt8KRRQzKFbGTJkVChpS7Yfzy.
  • no change to line 747; that table already had the correct value.

test plan

  • no code changes
  • 4HcGCsyj... resolves on devnet (verified via RPC)
  • value now matches the second table at line 747 in this same README
  • value matches percolator-launch/README.md line 380

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 6, 2026

Warning

Rate limit exceeded

@asastuai has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 59 minutes and 57 seconds before requesting another review.

To continue reviewing without waiting, purchase usage credits in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 9a18b33b-12ef-4d80-8776-a0e957cfe43b

📥 Commits

Reviewing files that changed from the base of the PR and between 86aead2 and 5e9c9cb.

📒 Files selected for processing (1)
  • README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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