-
Notifications
You must be signed in to change notification settings - Fork 37.7k
doc: add release note for bitcoin-cli -generate #19357
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
Conversation
followed by `generatetoaddress`, can generate blocks for command line testing | ||
purposes. This is a client-side version of the | ||
[former](https://github.com/bitcoin/bitcoin/issues/14299) `generate` RPC. See | ||
the help for details. (#19133) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't produce a link (see markdown preview). I think you need to use bitcoin/issues#19133
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW neither #<issue>
or bitcoin/issues#<issue>
produces a link in release notes (at least those published on the websites). They're markdown without github extensiosn. I don't think this is a problem though, people can look up the issue number of they want, it doesn't need to be full of links to github.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the goal is so that the verbose paragraphs refer to the list of merged pull requests below (and again those refer to the actual pull requests on github?)
ACK 9886c7d |
9886c7d doc: add release note for bitcoin-cli -generate (Jon Atack) Pull request description: Adds a release note for bitcoin#19133. ACKs for top commit: laanwj: ACK 9886c7d Tree-SHA512: 1354e5db0098447788c9ded6f2cd868fd6ea4a1443c99bec8026881b962c92b7257bfea45757769071605faeb989e9db48eaa2fbe9d273513aa2905ee479a8ec
9886c7d doc: add release note for bitcoin-cli -generate (Jon Atack) Pull request description: Adds a release note for bitcoin#19133. ACKs for top commit: laanwj: ACK 9886c7d Tree-SHA512: 1354e5db0098447788c9ded6f2cd868fd6ea4a1443c99bec8026881b962c92b7257bfea45757769071605faeb989e9db48eaa2fbe9d273513aa2905ee479a8ec
9886c7d doc: add release note for bitcoin-cli -generate (Jon Atack) Pull request description: Adds a release note for bitcoin#19133. ACKs for top commit: laanwj: ACK 9886c7d Tree-SHA512: 1354e5db0098447788c9ded6f2cd868fd6ea4a1443c99bec8026881b962c92b7257bfea45757769071605faeb989e9db48eaa2fbe9d273513aa2905ee479a8ec
9886c7d doc: add release note for bitcoin-cli -generate (Jon Atack) Pull request description: Adds a release note for bitcoin#19133. ACKs for top commit: laanwj: ACK 9886c7d Tree-SHA512: 1354e5db0098447788c9ded6f2cd868fd6ea4a1443c99bec8026881b962c92b7257bfea45757769071605faeb989e9db48eaa2fbe9d273513aa2905ee479a8ec
9886c7d doc: add release note for bitcoin-cli -generate (Jon Atack) Pull request description: Adds a release note for bitcoin#19133. ACKs for top commit: laanwj: ACK 9886c7d Tree-SHA512: 1354e5db0098447788c9ded6f2cd868fd6ea4a1443c99bec8026881b962c92b7257bfea45757769071605faeb989e9db48eaa2fbe9d273513aa2905ee479a8ec
9886c7d doc: add release note for bitcoin-cli -generate (Jon Atack) Pull request description: Adds a release note for bitcoin#19133. ACKs for top commit: laanwj: ACK 9886c7d Tree-SHA512: 1354e5db0098447788c9ded6f2cd868fd6ea4a1443c99bec8026881b962c92b7257bfea45757769071605faeb989e9db48eaa2fbe9d273513aa2905ee479a8ec
Summary: This is a backport of [[bitcoin/bitcoin#19357 | core#19357]] Depends on D9952 Test Plan: Proofreading Reviewers: #bitcoin_abc, majcosta Reviewed By: #bitcoin_abc, majcosta Differential Revision: https://reviews.bitcoinabc.org/D9953
Adds a release note for #19133.