Some checks failed
morphit-ci / TypeScript typecheck (sweep all workspaces) (push) Has been cancelled
morphit-ci / apps/web svelte-check (svelte-kit sync + svelte-aware tsc) (push) Has been cancelled
morphit-ci / Integration tests (real Postgres 16) (push) Has been cancelled
morphit-ci / ansible-lint (playbook quality gate) (push) Has been cancelled
morphit-ci / Smoke suite (run-smokes.sh, triple-pulse) (push) Has been cancelled
morphit-release / Build + publish release tarball (push) Has been cancelled
19 lines
749 B
JSON
19 lines
749 B
JSON
{
|
|
"name": "@morphit/rpc-pool",
|
|
"version": "1.11.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Shared latency-aware RPC endpoint pool with EWMA tracking, fastest-first ordering, exponential cooldown on transport failure, and optional adaptive request hedging. Used by the indexer's BlurtClient and the relay's BlurtClient to deliver instantaneous UX for user-facing chain calls (availability checks, getAccount during signup) by switching off slow nodes within ~150ms instead of waiting on a per-call timeout.",
|
|
"license": "AGPL-3.0-only",
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|