add 7 RPC benches: cosmos-hub + injective + neutron + world-chain + kaia + ink + opbnb (094-100)#1348
Merged
Merged
Conversation
… + world-chain (097) + kaia (098) + ink (099) + opbnb (100) Cosmos batch (harness kind=cosmos, Tendermint status probe): - cosmos-hub: 4 keyless providers (publicnode, polkachu, lavenderfive, lava) - injective: 4 keyless providers (injective-official, publicnode, polkachu, lavenderfive) - neutron: 3 keyless providers (publicnode, polkachu, lavenderfive) EVM batch (harness kind=evm, eth_getBlockByNumber probe): - world-chain: 4 keyless providers (worldchain-official/Alchemy public, drpc, tenderly, thirdweb) - kaia: 3 keyless providers (kaia-official, drpc, thirdweb) - ink: 5 keyless providers (ink-official/Gelato, ink-quicknode, drpc, tenderly, thirdweb) - opbnb: 4 keyless providers (opbnb-official, publicnode, drpc, thirdweb) Bumps cache keys bench-unfiltered v38->v39, all-benchmarks v41->v42. Adds chains + 6 new provider entries + 4 new logo files (cosmos-hub, world-chain, kaia, ink). Reuses existing injective.svg + neutron.svg + bnb.png (opbnb alias).
Flotapponnier
added a commit
that referenced
this pull request
Jul 24, 2026
… + world-chain (097) + kaia (098) + ink (099) + opbnb (100) (#1348) (#1349) Cosmos batch (harness kind=cosmos, Tendermint status probe): - cosmos-hub: 4 keyless providers (publicnode, polkachu, lavenderfive, lava) - injective: 4 keyless providers (injective-official, publicnode, polkachu, lavenderfive) - neutron: 3 keyless providers (publicnode, polkachu, lavenderfive) EVM batch (harness kind=evm, eth_getBlockByNumber probe): - world-chain: 4 keyless providers (worldchain-official/Alchemy public, drpc, tenderly, thirdweb) - kaia: 3 keyless providers (kaia-official, drpc, thirdweb) - ink: 5 keyless providers (ink-official/Gelato, ink-quicknode, drpc, tenderly, thirdweb) - opbnb: 4 keyless providers (opbnb-official, publicnode, drpc, thirdweb) Bumps cache keys bench-unfiltered v38->v39, all-benchmarks v41->v42. Adds chains + 6 new provider entries + 4 new logo files (cosmos-hub, world-chain, kaia, ink). Reuses existing injective.svg + neutron.svg + bnb.png (opbnb alias). Co-authored-by: Florent Tapponnier <contact@mobula.io>
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
7 new per-chain RPC latency benches, all extending the existing rpc-capabilities cluster.
Cosmos batch (harness kind=cosmos, Tendermint status probe)
EVM batch (harness kind=evm, eth_getBlockByNumber probe)
Notable audit exclusions
rpc.cosmos.networkreturned Cloudflare 525rpc-kralum.neutron-1.neutron.orgSSL handshake failureKAIA_MAINNETINK_MAINNETFiles
benchmarks/*-rpc.yml(all pass SpecSchema.safeParse)harnesses/rpc-capabilities/cmd/script/config.gosrc/lib/chains.tssrc/data/provider-registry.ts(injective-official, worldchain-official, kaia-official, ink-official, ink-quicknode, opbnb-official)Also included (unrelated, dead code)
harnesses/rwa-yield-accuracy/cmd/script/oracle.go— Chainlink + Aave oracle readers I had in local WIP from an earlier RWA sprint. No caller (main.go still has BENJI/OUSG probes commented out as TODO V2), compiles clean, doesn't affect runtime. Left in to avoid stashing complexity; can strip in a follow-up if unwanted.Test plan