bitcoin-core / bitcoincore.org

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

RPC Docs: add 24.0.0 #919

Closed stickies-v closed 1 year ago

stickies-v commented 1 year ago

Docs generated on v24.0 (dd314fe0c) as per instructions in contrib/doc-gen/generate.go.

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

cd _doc/en
diff -I '^permalink.*' -I '^btcversion.*' -r -q 24.0.0/ 23.0.0/
diff summary ```diff Files 24.0.0/rpc/blockchain/getblock.html and 23.0.0/rpc/blockchain/getblock.html differ Files 24.0.0/rpc/blockchain/getblockchaininfo.html and 23.0.0/rpc/blockchain/getblockchaininfo.html differ Files 24.0.0/rpc/blockchain/getdeploymentinfo.html and 23.0.0/rpc/blockchain/getdeploymentinfo.html differ Files 24.0.0/rpc/blockchain/getmempoolancestors.html and 23.0.0/rpc/blockchain/getmempoolancestors.html differ Files 24.0.0/rpc/blockchain/getmempooldescendants.html and 23.0.0/rpc/blockchain/getmempooldescendants.html differ Files 24.0.0/rpc/blockchain/getmempoolentry.html and 23.0.0/rpc/blockchain/getmempoolentry.html differ Files 24.0.0/rpc/blockchain/getmempoolinfo.html and 23.0.0/rpc/blockchain/getmempoolinfo.html differ Files 24.0.0/rpc/blockchain/getrawmempool.html and 23.0.0/rpc/blockchain/getrawmempool.html differ Files 24.0.0/rpc/blockchain/gettxout.html and 23.0.0/rpc/blockchain/gettxout.html differ Files 24.0.0/rpc/blockchain/gettxoutsetinfo.html and 23.0.0/rpc/blockchain/gettxoutsetinfo.html differ Only in 24.0.0/rpc/blockchain: gettxspendingprevout.html Files 24.0.0/rpc/blockchain/scantxoutset.html and 23.0.0/rpc/blockchain/scantxoutset.html differ Files 24.0.0/rpc/network/getnetworkinfo.html and 23.0.0/rpc/network/getnetworkinfo.html differ Files 24.0.0/rpc/network/getpeerinfo.html and 23.0.0/rpc/network/getpeerinfo.html differ Files 24.0.0/rpc/rawtransactions/createpsbt.html and 23.0.0/rpc/rawtransactions/createpsbt.html differ Files 24.0.0/rpc/rawtransactions/createrawtransaction.html and 23.0.0/rpc/rawtransactions/createrawtransaction.html differ Files 24.0.0/rpc/rawtransactions/decodepsbt.html and 23.0.0/rpc/rawtransactions/decodepsbt.html differ Files 24.0.0/rpc/rawtransactions/decoderawtransaction.html and 23.0.0/rpc/rawtransactions/decoderawtransaction.html differ Files 24.0.0/rpc/rawtransactions/fundrawtransaction.html and 23.0.0/rpc/rawtransactions/fundrawtransaction.html differ Files 24.0.0/rpc/rawtransactions/getrawtransaction.html and 23.0.0/rpc/rawtransactions/getrawtransaction.html differ Files 24.0.0/rpc/wallet/createwallet.html and 23.0.0/rpc/wallet/createwallet.html differ Files 24.0.0/rpc/wallet/gettransaction.html and 23.0.0/rpc/wallet/gettransaction.html differ Files 24.0.0/rpc/wallet/importaddress.html and 23.0.0/rpc/wallet/importaddress.html differ Files 24.0.0/rpc/wallet/importdescriptors.html and 23.0.0/rpc/wallet/importdescriptors.html differ Files 24.0.0/rpc/wallet/importmulti.html and 23.0.0/rpc/wallet/importmulti.html differ Files 24.0.0/rpc/wallet/importprivkey.html and 23.0.0/rpc/wallet/importprivkey.html differ Files 24.0.0/rpc/wallet/importpubkey.html and 23.0.0/rpc/wallet/importpubkey.html differ Files 24.0.0/rpc/wallet/importwallet.html and 23.0.0/rpc/wallet/importwallet.html differ Files 24.0.0/rpc/wallet/listdescriptors.html and 23.0.0/rpc/wallet/listdescriptors.html differ Files 24.0.0/rpc/wallet/listsinceblock.html and 23.0.0/rpc/wallet/listsinceblock.html differ Files 24.0.0/rpc/wallet/listtransactions.html and 23.0.0/rpc/wallet/listtransactions.html differ Files 24.0.0/rpc/wallet/listunspent.html and 23.0.0/rpc/wallet/listunspent.html differ Only in 24.0.0/rpc/wallet: migratewallet.html Files 24.0.0/rpc/wallet/send.html and 23.0.0/rpc/wallet/send.html differ Only in 24.0.0/rpc/wallet: sendall.html Files 24.0.0/rpc/wallet/sendmany.html and 23.0.0/rpc/wallet/sendmany.html differ Files 24.0.0/rpc/wallet/sendtoaddress.html and 23.0.0/rpc/wallet/sendtoaddress.html differ Files 24.0.0/rpc/wallet/setwalletflag.html and 23.0.0/rpc/wallet/setwalletflag.html differ Only in 24.0.0/rpc/wallet: simulaterawtransaction.html Files 24.0.0/rpc/wallet/walletcreatefundedpsbt.html and 23.0.0/rpc/wallet/walletcreatefundedpsbt.html differ ```
fanquake commented 1 year ago

v24.0 has now been tagged.

stickies-v commented 1 year ago

As expected, no RPC changes between rc4 and final, PR ready for review.

$ git diff --name-only v24.0rc4..v24.0
configure.ac
doc/man/bitcoin-cli.1
doc/man/bitcoin-qt.1
doc/man/bitcoin-tx.1
doc/man/bitcoin-util.1
doc/man/bitcoin-wallet.1
doc/man/bitcoind.1
doc/release-notes-empty-template.md
doc/release-notes.md

Also actually re-ran generate.go on v.24 (dd314fe0c) to double check, no diff.