From fae25840e23a0369aec103f58a9ce784c0da5f80 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 17 Jun 2026 06:34:19 +0000 Subject: [PATCH] chore(deps): bump evmdecoder to ^0.0.70 for RPC socket-timeout fix evmdecoder 0.0.70 wires the configured request timeout into the agentkeepalive agent, so the active-socket inactivity timeout is no longer stuck at agentkeepalive's 8s default (max(freeSocketTimeout*2, 8000)). This lets the scanner fetch large blocks (hundreds of transactions) without ERR_SOCKET_TIMEOUT aborting catch-up sync. Effective socket timeout is now 60s (evmdecoder default). Typecheck (tsc --noEmit) passes against the new version. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01BEG3HfBuwNhijzL168Rkvv --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6f05dc7..f0fbb04 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@missionsquad/x402-proxy": "^0.1.0", "cors": "^2.8.5", "dotenv": "^16.4.7", - "evmdecoder": "^0.0.69", + "evmdecoder": "^0.0.70", "express": "^4.21.2", "mongodb": "^6.12.0", "ws": "^8.18.0" diff --git a/yarn.lock b/yarn.lock index 390bc4a..506cae6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4652,10 +4652,10 @@ events@^3.3.0: resolved "https://registry.npmjs.org/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400" integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== -evmdecoder@^0.0.69: - version "0.0.69" - resolved "https://registry.yarnpkg.com/evmdecoder/-/evmdecoder-0.0.69.tgz#73921b5b58053d54af225f69501cdfc4202f5e00" - integrity sha512-A3m6DbCVL+C5ISy5azJpXDQ6vMSmRqBnlK9QBI3wmiGCtjY0Swsw9kcArLC4kqLpy1v613wrBv+JBphkL5ou1g== +evmdecoder@^0.0.70: + version "0.0.70" + resolved "https://registry.yarnpkg.com/evmdecoder/-/evmdecoder-0.0.70.tgz#f824c4b0aa24aa142422d27583c041334f8fd499" + integrity sha512-HTWPr8hR0rvHioySoUU0YKXbIL0EUT95rGdvTY/EhXPuKZ0idQrLPXquwN7aOIdM8Hg6FHb7j7wSZFHArLfnjQ== dependencies: "@splunkdlt/async-tasks" "^1.1.0" "@splunkdlt/cache" "^1.0.3"