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

[REST] JSON support for /rest/headers #5486

Merged
merged 1 commit into from
Jul 10, 2015

Conversation

jonasschnelli
Copy link
Contributor

also includes REST documentation update for /rest/headers

@fanquake
Copy link
Member

Needs rebase

@jonasschnelli
Copy link
Contributor Author

Rebased.
I still think it would make sense to merge this. At least it would add documentation for rest/getheaders (which currently is missing). I could also try to split of the documentation change for separate pull-in.
The JSON support for getheaders would round off/complete the json/bin/hex output support.

@jgarzik
Copy link
Contributor

jgarzik commented Mar 26, 2015

Code appears correct... I just wonder who would use JSON header queries.

@jonasschnelli
Copy link
Contributor Author

@jgarzik couldn't we ask the same for json blocks? I just think we should have consistent output support over all rest calls.

@laanwj
Copy link
Member

laanwj commented Mar 26, 2015

Well at least blocks contain transactions. None of the information in headers is that useful in itself, and don't you get a similar view with /rest/block/notxdetails/?

@jonasschnelli
Copy link
Contributor Author

IMO JSON output support is for users who don't like to deserialize data. /rest/block/notxdetails/ does not allow one to retrieve multiple blocks/headers at one time. Thats why there is a /rest/getheaders call. It looks somehow bad if we have only one rest call without JSON support and users there need to deserialize data (which mean the need a library or have to learn more about the protocol).

@laanwj
Copy link
Member

laanwj commented Mar 26, 2015

Yes, I understand the purpose but I'm with @jgarzik in wondering why anyone would use this, as the header has very little informational value outside its (hashable, unmalleable) binary representation. But I'm not strongly against it either it's not a lot of code. And there's something to be said for consistency.

@laanwj
Copy link
Member

laanwj commented Mar 27, 2015

utACK

@paveljanik
Copy link
Contributor

ACK (I was about to add the missing /rest/headers documentation ;-)

@jonasschnelli
Copy link
Contributor Author

Yes. This PR also includes the missing docs for already merged rest headers call (it's a separate commit).

@laanwj
Copy link
Member

laanwj commented Jul 2, 2015

After #6247 this can use the existing BlockHeaderToJSON (see my comment about overlap there)

@jonasschnelli jonasschnelli force-pushed the 2014_12_rest_docu branch 7 times, most recently from 4174aa6 to 7c2c6d7 Compare July 2, 2015 18:27
@jonasschnelli
Copy link
Contributor Author

Rebased and make use of the UniValue blockheaderToJSON(const CBlockIndex* blockindex) from #6247.

@laanwj
Copy link
Member

laanwj commented Jul 10, 2015

ACK

@laanwj laanwj merged commit c45c7ea into bitcoin:master Jul 10, 2015
laanwj added a commit that referenced this pull request Jul 10, 2015
c45c7ea [REST] add JSON support for /rest/headers/ (Jonas Schnelli)
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants