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

RPC Docs: add 25.0.0 #977

Merged
merged 1 commit into from
Jun 29, 2023
Merged

RPC Docs: add 25.0.0 #977

merged 1 commit into from
Jun 29, 2023

Conversation

stickies-v
Copy link
Contributor

Docs generated on v25.0 (8105bce) as per instructions in contrib/doc-gen/generate.go.

Changes since 24.0 seem reasonable (remove -q parameter for details).

cd _doc/en
diff -I '^permalink.*' -I '^btcversion.*' -r -q 25.0.0/ 24.0.0/
diff summary
Files 25.0.0/rpc/blockchain/getblockfrompeer.html and 24.0.0/rpc/blockchain/getblockfrompeer.html differ
Files 25.0.0/rpc/blockchain/getblockstats.html and 24.0.0/rpc/blockchain/getblockstats.html differ
Only in 25.0.0/rpc/blockchain: scanblocks.html
Files 25.0.0/rpc/blockchain/scantxoutset.html and 24.0.0/rpc/blockchain/scantxoutset.html differ
Files 25.0.0/rpc/blockchain/verifychain.html and 24.0.0/rpc/blockchain/verifychain.html differ
Files 25.0.0/rpc/control/logging.html and 24.0.0/rpc/control/logging.html differ
Files 25.0.0/rpc/network/getpeerinfo.html and 24.0.0/rpc/network/getpeerinfo.html differ
Files 25.0.0/rpc/rawtransactions/decoderawtransaction.html and 24.0.0/rpc/rawtransactions/decoderawtransaction.html differ
Files 25.0.0/rpc/rawtransactions/fundrawtransaction.html and 24.0.0/rpc/rawtransactions/fundrawtransaction.html differ
Files 25.0.0/rpc/rawtransactions/getrawtransaction.html and 24.0.0/rpc/rawtransactions/getrawtransaction.html differ
Files 25.0.0/rpc/rawtransactions/sendrawtransaction.html and 24.0.0/rpc/rawtransactions/sendrawtransaction.html differ
Files 25.0.0/rpc/rawtransactions/signrawtransactionwithkey.html and 24.0.0/rpc/rawtransactions/signrawtransactionwithkey.html differ
Files 25.0.0/rpc/rawtransactions/testmempoolaccept.html and 24.0.0/rpc/rawtransactions/testmempoolaccept.html differ
Files 25.0.0/rpc/util/deriveaddresses.html and 24.0.0/rpc/util/deriveaddresses.html differ
Files 25.0.0/rpc/wallet/bumpfee.html and 24.0.0/rpc/wallet/bumpfee.html differ
Files 25.0.0/rpc/wallet/createwallet.html and 24.0.0/rpc/wallet/createwallet.html differ
Files 25.0.0/rpc/wallet/gettransaction.html and 24.0.0/rpc/wallet/gettransaction.html differ
Files 25.0.0/rpc/wallet/importdescriptors.html and 24.0.0/rpc/wallet/importdescriptors.html differ
Files 25.0.0/rpc/wallet/importmulti.html and 24.0.0/rpc/wallet/importmulti.html differ
Files 25.0.0/rpc/wallet/listdescriptors.html and 24.0.0/rpc/wallet/listdescriptors.html differ
Files 25.0.0/rpc/wallet/listsinceblock.html and 24.0.0/rpc/wallet/listsinceblock.html differ
Files 25.0.0/rpc/wallet/listtransactions.html and 24.0.0/rpc/wallet/listtransactions.html differ
Files 25.0.0/rpc/wallet/listunspent.html and 24.0.0/rpc/wallet/listunspent.html differ
Files 25.0.0/rpc/wallet/loadwallet.html and 24.0.0/rpc/wallet/loadwallet.html differ
Files 25.0.0/rpc/wallet/migratewallet.html and 24.0.0/rpc/wallet/migratewallet.html differ
Files 25.0.0/rpc/wallet/psbtbumpfee.html and 24.0.0/rpc/wallet/psbtbumpfee.html differ
Files 25.0.0/rpc/wallet/rescanblockchain.html and 24.0.0/rpc/wallet/rescanblockchain.html differ
Files 25.0.0/rpc/wallet/restorewallet.html and 24.0.0/rpc/wallet/restorewallet.html differ
Files 25.0.0/rpc/wallet/send.html and 24.0.0/rpc/wallet/send.html differ
Files 25.0.0/rpc/wallet/sendall.html and 24.0.0/rpc/wallet/sendall.html differ
Files 25.0.0/rpc/wallet/sendmany.html and 24.0.0/rpc/wallet/sendmany.html differ
Files 25.0.0/rpc/wallet/signrawtransactionwithwallet.html and 24.0.0/rpc/wallet/signrawtransactionwithwallet.html differ
Files 25.0.0/rpc/wallet/unloadwallet.html and 24.0.0/rpc/wallet/unloadwallet.html differ
Files 25.0.0/rpc/wallet/walletcreatefundedpsbt.html and 24.0.0/rpc/wallet/walletcreatefundedpsbt.html differ

Closes #976

@fanquake
Copy link
Member

ACK 0a2bd26

@fanquake fanquake merged commit 7b18470 into bitcoin-core:master Jun 29, 2023
2 checks passed
@stickies-v stickies-v deleted the add-rpc-25 branch June 29, 2023 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RPC docs seem to be missing for 25.0
2 participants