bitcoin-core / bitcoincore.org

Bitcoin Core project website
https://bitcoincore.org/
MIT License
593 stars 463 forks source link

RPC Docs: add 26.0.0 #997

Closed stickies-v closed 6 months ago

stickies-v commented 7 months ago

Docs generated on v26.0 (44d8b13) as per instructions in contrib/doc-gen/generate.go.

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

cd _doc/en
diff -I '^permalink.*' -I '^btcversion.*' -r -q 26.0.0/ 25.0.0/
diff summary ``` Only in 26.0.0/rpc/blockchain: dumptxoutset.html Files 26.0.0/rpc/blockchain/getblockfrompeer.html and 25.0.0/rpc/blockchain/getblockfrompeer.html differ Only in 26.0.0/rpc/blockchain: getchainstates.html Files 26.0.0/rpc/blockchain/getmempoolinfo.html and 25.0.0/rpc/blockchain/getmempoolinfo.html differ Files 26.0.0/rpc/blockchain/gettxoutsetinfo.html and 25.0.0/rpc/blockchain/gettxoutsetinfo.html differ Only in 26.0.0/rpc/blockchain: importmempool.html Only in 26.0.0/rpc/blockchain: loadtxoutset.html Files 26.0.0/rpc/blockchain/scanblocks.html and 25.0.0/rpc/blockchain/scanblocks.html differ Files 26.0.0/rpc/control/getmemoryinfo.html and 25.0.0/rpc/control/getmemoryinfo.html differ Files 26.0.0/rpc/control/logging.html and 25.0.0/rpc/control/logging.html differ Files 26.0.0/rpc/mining/getblocktemplate.html and 25.0.0/rpc/mining/getblocktemplate.html differ Only in 26.0.0/rpc/mining: getprioritisedtransactions.html Files 26.0.0/rpc/network/addnode.html and 25.0.0/rpc/network/addnode.html differ Only in 26.0.0/rpc/network: getaddrmaninfo.html Files 26.0.0/rpc/network/getnettotals.html and 25.0.0/rpc/network/getnettotals.html differ Files 26.0.0/rpc/network/getpeerinfo.html and 25.0.0/rpc/network/getpeerinfo.html differ Files 26.0.0/rpc/rawtransactions/createpsbt.html and 25.0.0/rpc/rawtransactions/createpsbt.html differ Files 26.0.0/rpc/rawtransactions/createrawtransaction.html and 25.0.0/rpc/rawtransactions/createrawtransaction.html differ Only in 26.0.0/rpc/rawtransactions: descriptorprocesspsbt.html Files 26.0.0/rpc/rawtransactions/fundrawtransaction.html and 25.0.0/rpc/rawtransactions/fundrawtransaction.html differ Only in 26.0.0/rpc/rawtransactions: submitpackage.html Files 26.0.0/rpc/rawtransactions/utxoupdatepsbt.html and 25.0.0/rpc/rawtransactions/utxoupdatepsbt.html differ Files 26.0.0/rpc/wallet/addmultisigaddress.html and 25.0.0/rpc/wallet/addmultisigaddress.html differ Files 26.0.0/rpc/wallet/backupwallet.html and 25.0.0/rpc/wallet/backupwallet.html differ Files 26.0.0/rpc/wallet/bumpfee.html and 25.0.0/rpc/wallet/bumpfee.html differ Files 26.0.0/rpc/wallet/createwallet.html and 25.0.0/rpc/wallet/createwallet.html differ Files 26.0.0/rpc/wallet/dumpprivkey.html and 25.0.0/rpc/wallet/dumpprivkey.html differ Files 26.0.0/rpc/wallet/dumpwallet.html and 25.0.0/rpc/wallet/dumpwallet.html differ Files 26.0.0/rpc/wallet/getbalances.html and 25.0.0/rpc/wallet/getbalances.html differ Files 26.0.0/rpc/wallet/gettransaction.html and 25.0.0/rpc/wallet/gettransaction.html differ Files 26.0.0/rpc/wallet/getwalletinfo.html and 25.0.0/rpc/wallet/getwalletinfo.html differ Files 26.0.0/rpc/wallet/importaddress.html and 25.0.0/rpc/wallet/importaddress.html differ Files 26.0.0/rpc/wallet/importdescriptors.html and 25.0.0/rpc/wallet/importdescriptors.html differ Files 26.0.0/rpc/wallet/importmulti.html and 25.0.0/rpc/wallet/importmulti.html differ Files 26.0.0/rpc/wallet/importprivkey.html and 25.0.0/rpc/wallet/importprivkey.html differ Files 26.0.0/rpc/wallet/importpubkey.html and 25.0.0/rpc/wallet/importpubkey.html differ Files 26.0.0/rpc/wallet/importwallet.html and 25.0.0/rpc/wallet/importwallet.html differ Files 26.0.0/rpc/wallet/listsinceblock.html and 25.0.0/rpc/wallet/listsinceblock.html differ Files 26.0.0/rpc/wallet/listtransactions.html and 25.0.0/rpc/wallet/listtransactions.html differ Files 26.0.0/rpc/wallet/listunspent.html and 25.0.0/rpc/wallet/listunspent.html differ Files 26.0.0/rpc/wallet/loadwallet.html and 25.0.0/rpc/wallet/loadwallet.html differ Files 26.0.0/rpc/wallet/psbtbumpfee.html and 25.0.0/rpc/wallet/psbtbumpfee.html differ Files 26.0.0/rpc/wallet/restorewallet.html and 25.0.0/rpc/wallet/restorewallet.html differ Files 26.0.0/rpc/wallet/send.html and 25.0.0/rpc/wallet/send.html differ Files 26.0.0/rpc/wallet/sendall.html and 25.0.0/rpc/wallet/sendall.html differ Files 26.0.0/rpc/wallet/sethdseed.html and 25.0.0/rpc/wallet/sethdseed.html differ Files 26.0.0/rpc/wallet/simulaterawtransaction.html and 25.0.0/rpc/wallet/simulaterawtransaction.html differ Files 26.0.0/rpc/wallet/unloadwallet.html and 25.0.0/rpc/wallet/unloadwallet.html differ Files 26.0.0/rpc/wallet/walletcreatefundedpsbt.html and 25.0.0/rpc/wallet/walletcreatefundedpsbt.html differ Files 26.0.0/rpc/wallet/walletprocesspsbt.html and 25.0.0/rpc/wallet/walletprocesspsbt.html differ ```
stickies-v commented 7 months ago

With v26 finalized, this is now ready for review.

achow101 commented 6 months ago

ACK 8519a51c721273c168ff4eab84deee2ac905130e