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

Already on GitHub? Sign in to your account

RPC Developer reference updated based on 0.12.1 #1410

Merged
merged 4 commits into from Dec 1, 2016

Conversation

Projects
None yet
4 participants
Contributor

Mirobit commented Nov 15, 2016

I updated all changes to the RPC API from 0.11.0 to 0.12.1.
An update based on 0.13.1 will follow soon.

RPC Developer reference updated based on 0.12.1
I updated all changes to the RPC API from 0.11.0 to 0.12.1.
An update based on 0.13.1 will follow soon.
Contributor

harding commented Nov 15, 2016

Wow, this is awesome! Thanks, @Mirobit! I haven't generated a local preview, but I took a quick skim at the diff and it looks good. I'll try to make some time today or tomorrow to preview each of the changes.

Contributor

jonasschnelli commented Nov 15, 2016

Thanks for doing this!
An update to 0.13.1 would be highly appreciated.

Reviewed a local preview, left a couple comments, and opened a PR to @Mirobit's repository with some suggested edits.

Thanks again for this work!

+- n: "→<br>`size`"
+ t: "number (int)"
+ p: "Required<br>(exactly 1)"
+ d: "The size of this block in serialized block format, counted in bytes"
@harding

harding Nov 16, 2016

Contributor

On 0.13.1, I don't have a size field in the result. Is this something that's on 0.12.0, or is an extra left in from copying from the getblock fields?

@Mirobit

Mirobit Nov 16, 2016

Contributor

You are right. I forgot to remove this.

@@ -188,7 +203,9 @@ Result:
"walletconflicts" : [
],
"time" : 1418695703,
- "timereceived" : 1418925580
+ "timereceived" : 1418925580,
@harding

harding Nov 16, 2016

Contributor

This example doesn't include the new trusted field documented above.

@Mirobit

Mirobit Nov 16, 2016

Contributor

The trusted field is only shown when the transaction is still unconfirmed. I didn't have an unconfirmed tx in my wallet.

Tested LGTM. Thanks again!

Contributor

Mirobit commented Nov 17, 2016

Do you want me to squash all commits?

Contributor

harding commented Nov 17, 2016

@Mirobit Only if you want to squash them. We've never been strict squashers on Bitcoin.org.

Unless someone discovers an issue, I suspect that this will be merge the next time @Cobra-Bitcoin processes the PR queue.

@Cobra-Bitcoin Cobra-Bitcoin merged commit c24a5aa into bitcoin-dot-org:master Dec 1, 2016

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details

@Mirobit Mirobit deleted the Mirobit:refupdate11/16 branch Jul 4, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment