Bitcoin-ABC / Bitcoin-ABC/bitcoin-abc
get chain size through rpc
Open
enhancement
help wanted
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 788
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to get chain size on disk through rpc?
The equivalent of bitcoind `size_on_disk` property from the `getblockchaininfo` rpc method.
Contributor guide
Research direction
Start by locating the getblockchaininfo RPC entry point and reviewing how its existing fields are assembled. Determine where the chain's on-disk size is available, then verify that the RPC exposes a size_on_disk-equivalent value and that relevant RPC tests cover it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100