docs(readme): fix devnet matcher address (table was internally inconsistent)#201
docs(readme): fix devnet matcher address (table was internally inconsistent)#201asastuai wants to merge 1 commit intodcccrypto:mainfrom
Conversation
|
Warning Rate limit exceeded
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 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. ✨ Finishing Touches🧪 Generate unit tests (beta)
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.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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. Comment |
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 is4HcGCsyjAqnFua5ccuXyt8KRRQzKFbGTJkVChpS7Yfzy, 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
getSignaturesForAddressagainstapi.devnet.solana.comon 2026-05-05:GTRgyTDfr...4HcGCsyj...both are real, deployed, non-malicious programs (both owned by
BPFLoaderUpgradeable). the4HcGCsyj...address is canonical, it matches whatdcccrypto/percolator-launch/README.mdline 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.mdline 453: changeGTRgyTDfrMvBubALAqtHuQwT8tbGyXid7svXZKtWfC9kto4HcGCsyjAqnFua5ccuXyt8KRRQzKFbGTJkVChpS7Yfzy.test plan
4HcGCsyj...resolves on devnet (verified via RPC)percolator-launch/README.mdline 380