feat(rpc): probe Bitcoin, LUKSO, Coreum-NOWNodes (harness only) - #2288
Merged
Conversation
Harness half of the Bitcoin/LUKSO/Coreum onboarding (dev PR #2287 carries the specs + registry). Adds the bitcoin Kind (getblockcount), the LUKSO and Bitcoin chains, NOWNodes on Coreum, and the cosmos REST fallback so the Railway rpc-capabilities services emit the new provider=chain series into Prom. Verified fresh vs references before shipping. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Flotapponnier
added a commit
that referenced
this pull request
Sep 9, 2026
Site + spec half of the NOWNodes onboarding, cherry-picked to main (the harness was already shipped via #2284 and #2288; Railway is already emitting the data). Nothing else from dev is included. - bitcoin-rpc (#259) and lukso-rpc (#260): new benches. - NOWNodes added to ethereum-rpc, bnb-rpc, coreum-rpc and the cross-chain rpc-capabilities list. - Real NOWNodes brand mark and official LUKSO logo; Bitcoin and LUKSO registered in CHAINS so they display capitalized; lukso-official registry entry; NOWNodes X handle corrected to @NOWNodes. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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.
Harness half of the Bitcoin/LUKSO/Coreum onboarding (specs + registry on dev, #2287). Adds the
bitcoinKind (getblockcount), the Bitcoin and LUKSO chains, NOWNodes on Coreum, and a cosmos REST fallback (/cosmos/base/tendermint/v1beta1/blocks/latest) for providers that 501 on Tendermint/status. Needs a redeploy of the 3 Railway rpc-capabilities services after merge.🤖 Generated with Claude Code