7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript1,814 stars (1,814 stars)286 forks (286 forks)batch import
Feature RequestGood first issue
- Issue 種別
- feature
- 調査方針
- Investigate the `getblockchaininfo` RPC implementation in the hsd codebase, likely in `lib/hs client` or `lib/node`. Look for how other fields like `size on disk` are computed (e.g., via `fs.stat` on blockchain data directory). Check comments in the issue for any pointers. The implementation should add a new field to the response object, possibly by accessing the database size through the storage layer.