Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blockstats and blockchaininfo command missing #1630

Open
Colman opened this issue Sep 10, 2020 · 3 comments · May be fixed by #1656
Open

Blockstats and blockchaininfo command missing #1630

Colman opened this issue Sep 10, 2020 · 3 comments · May be fixed by #1656
Labels

Comments

@Colman
Copy link

Colman commented Sep 10, 2020

I'm trying to get some meta data for the blockchain and I'm running into some issues. When I run getblockstats, I'm getting a method not found error even though it was added in the patch notes. When I use getblockchaininfo, I get a result, but the size_on_disk field is missing. Why is this?

Extra info:
Version: 386-v0.21.0-beta for windows
I'm using testnet and I'm running the 0.21.0 exe on the datadir that was formed with the 0.20.0 version

@onyb onyb added the question label Sep 10, 2020
@jakesylvestre
Copy link
Collaborator

There's a parity list here. You'll be able to see getblockstats does not exist on our server, only in the client. My guess is this is just a case of it being unimplemented

@guilhermep
Copy link

Hi! I'd like to try to implement getblockstats.

@guilhermep guilhermep linked a pull request Nov 3, 2020 that will close this issue
@skreuzer
Copy link
Contributor

skreuzer commented Jan 3, 2021

GH-1676 extends GetBlockChainInfoResult to include initialblockdownload and size_on_disk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants