7 评论 (7 评论)0 反应 (0 反应)0 负责人 (0 负责人)JavaScript1,814 star (1,814 star)286 fork (286 fork)batch import
Feature RequestGood first 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.