bitcoin-core / bitcoincore.org

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

RPC Docs: add 25.0.0 #977

Closed stickies-v closed 1 year ago

stickies-v commented 1 year ago

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 ```diff 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 commented 1 year ago

ACK 0a2bd268880418f3159cdb4b0fd525102ada6ff1