bitcoin-core / bitcoincore.org

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

RPC Docs: add 22.0.0 #824

Closed andrewtoth closed 2 years ago

andrewtoth commented 2 years ago

Generated using this repo's contrib/doc-gen/generate.go. The first commit is updating that script to use the new version scheme introduced in 22.0.0.

Should be fully deterministic, so anyone wanting to review can install 22.0.0 and run the following:

bitcoind --daemon --regtest
cd contrib/doc-gen
go run generate.go

I lightly tested a local preview and didn't see anything broken this release.

Closes https://github.com/bitcoin-core/bitcoincore.org/issues/820.

Sjors commented 2 years ago

tACK ee81ea6

I was able to reproduce the same docs, lightly tested locally.

Dropping the trailing 0 would be good:

Schermafbeelding 2021-12-17 om 09 50 29
harding commented 2 years ago

Tested ACK ee81ea6b250ddcbd36f0d1dc31e572382c00bfc3 Thanks!

katesalazar commented 2 years ago

Dropping the trailing 0 would be good:

Schermafbeelding 2021-12-17 om 09 50 29

I saw this too, but checked places on bitcoin where 22.0.0 is presented, the very bump rev IIRC. This is acceptable as it is.

katesalazar commented 2 years ago

v23 is tagged now :))