Conversation
| | Walrus Aggregator | REST | ✅ | https://walrus-aggregator.stakely.io/status | | ||
|
|
||
| | Story | RPC | ✅ | https://story-rpc.stakely.io | | ||
| | Story | JSON-PRC | ✅ | https://story-json-rpc.stakely.io | |
There was a problem hiding this comment.
WARNING: Endpoint type typo
This row labels the Story JSON-RPC endpoint as JSON-PRC, which is inconsistent with the endpoint URL and the endpoint type used throughout this table. This will publish incorrect API documentation for users looking up the Story endpoint.
| | Story | JSON-PRC | ✅ | https://story-json-rpc.stakely.io | | |
| | Story | JSON-RPC | ✅ | https://story-json-rpc.stakely.io | |
| "@docusaurus/module-type-aliases": "^3.9.2", | ||
| "@docusaurus/types": "^3.9.2" | ||
| "@docusaurus/types": "^3.9.2", | ||
| "vitest": "^4.1.8" |
There was a problem hiding this comment.
WARNING: vitest@4 is incompatible with the declared Node engine
This package still advertises node >=18.0, but vitest@4.1.8 requires Node ^20.0.0 || ^22.0.0 || >=24.0.0 and its Vite dependency requires ^20.19.0 || >=22.12.0. Anyone following the repository's declared Node 18 support can install the project and then have smoke:test fail before tests run; either raise the project engine to a compatible Node version or use a Vitest version that supports Node 18.
Code Review SummaryStatus: 1 Issue Found | Recommendation: Address before merge OverviewThe latest commit fixes the Story endpoint type typo (
Issue Details (click to expand)WARNING
Other Observations (not in diff)Issues found in unchanged code that cannot receive inline comments:
Files Reviewed (1 file)
Reviewed by gpt-5.5-2026-04-23 · 181,339 tokens |
No description provided.