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.