Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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
Create Developer Reference RPC page for gettxoutproof and verifytxoutproof #1012
Conversation
added some commits
Aug 19, 2015
|
@ChainQuery thanks! I haven't had a chance to update the docs for 0.11 yet, so your help is much appreciated. As you can see, the build failed. The reason is that you need to add the following line to
You'll see where to add it if you search that file for
Then, run from a Linux command line Sorry, I know that's a lot. If you can't do everything, do what you can and I'll send you a patch for the rest when I review the PR. Thanks again! |
|
Understood, thanks. I'll add verifytxoutproof as well and update the additional files. |
added some commits
Aug 19, 2015
ChainQuery
changed the title from
Create Developer Reference RPC page for gettxoutproof
to
Create Developer Reference RPC page for gettxoutproof and verifytxoutproof
Aug 19, 2015
|
Well, thats all I've got... I pulled it onto my Mac and ran "make manual-updates" but it still has this error: ERROR: I'm missing something I'm sure, still learning the Git ropes... |
|
@ChainQuery it's not Git's fault, it's mine for not documenting this process. I hadn't quite realized how many places stuff needs to be done in order to add a new RPC document. To fix the current error, open the file I think that should be it... I hope. Thanks again! |
|
Ahhh, it was the "_site" reference in the error I could not find, as there is no _site directory, I understand it now, hope that did the trick... Edit: looks like when I pulled it to my Mac it added some order changes to "_includes/helpers/summaries.md". I think I must have made these previously and not pushed them, if it's at all contentious I'll remove it. |
|
@ChainQuery I sent you a PR with some tweaks, but your descriptions were excellent. The changes to the Once that PR is merged, I'll schedule this PR for merging into the site. Thanks again! |
harding
and others
added some commits
Aug 20, 2015
|
@ChainQuery urgh. I messed up that last commit---sorry---can you make this change: diff --git a/_includes/ref/bitcoin-core/rpcs/rpcs/gettxoutproof.md b/_includes/ref/bitcoin-core/rpcs/rpcs/gettxoutproof.md
index 55d8d06..bae4f6f 100644
--- a/_includes/ref/bitcoin-core/rpcs/rpcs/gettxoutproof.md
+++ b/_includes/ref/bitcoin-core/rpcs/rpcs/gettxoutproof.md
@@ -36,7 +36,7 @@ specify the block in which the transaction is included in manually (by block hea
*Parameter #2---the block to look for txids in*
{% itemplate ntpd1 %}
-- n: "`block hash`"
+- n: "Header hash"
t: "string"
p: "Optional<br>(0 or 1)"
d: "If specified, looks for txid in the block with this hash" |
added some commits
Aug 20, 2015
|
Previews:
In the absence of critical feedback, this will be merged Sunday. |
ChainQuery commentedAug 19, 2015
Create Developer Reference RPC page for gettxoutproof (as of core 0.11.0)
Happy to also create verifytxoutproof, but want to verify I'm submitting this properly first.
-Ian