docs: add release notes for 20.1.0 - #5910
Conversation
| - `fundrawtransaction` and `walletcreatefundedpsbt` when used with the `lockUnspents` argument now lock manually | ||
| selected coins, in addition to automatically selected coins. Note that locked coins are never used in automatic coin | ||
| selection, but can still be manually selected. | ||
| - The `testmempoolaccept` RPC returns `vsize` and a `fee` object with the `base` fee if the transaction passes |
There was a problem hiding this comment.
should we rename vsize to size due to no SegWit? if it will be renamed now before release - no breaking changes. Rename it later - it would be a breaking changes.
| support and will be removed in future releases. Importantly, even with an HD wallet, users can still import non-HD | ||
| private keys, ensuring flexibility in managing their funds. | ||
|
|
||
| ## Configuration option changes |
There was a problem hiding this comment.
| ## Configuration option changes | |
| ## Windows release | |
| Windows release is signed by a new certificate to replace old expired one. |
I think smth like:
I'd like to also ask @thephez to rephrase it to sound a bit better though :) |
Looks good. I just made a couple small changes... Legacy InstantSend was deprecated with the activation of Deterministic InstantSend but we kept the underlying logic for some time to ensure a smooth transition. v20.1 finally removes all Legacy InstantSend logic and will no longer support sending and receiving islock p2p message and inv p2p message with id equal 30. Such messages will be seen as unknown by v20.1 nodes. The protocol version was incremented to 70231 to indicate a change in network protocol. Please note that the |
thephez
left a comment
There was a problem hiding this comment.
The deterministic IS section is at the wrong heading level. Also, fixed a couple typos in that section.
2ddfce5 to
717257c
Compare
Co-authored-by: thephez <thephez@users.noreply.github.com> Co-authored-by: Konstantin Akimov <knstqq@gmail.com> Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
717257c to
a4edab6
Compare
032c8fa
7f57516 docs: add v20.0.4 release notes (pasta) Pull request description: ## Issue being fixed or feature implemented We didn't archive v20.0.4 release notes somehow in #5910 ## What was done? Archive 20.0.4 release notes ## How Has This Been Tested? ## Breaking Changes None ## Checklist: _Go over all the following points, and put an `x` in all the boxes that apply._ - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ Top commit has no ACKs. Tree-SHA512: d703dedf1aad2afb5eb8af291f89e38fa2dfb4185ef9e25194c273bb9f04ae8075ea87318552b468b1a487b39b95cf1dee794d3d3c5b8a863dbfd6d458ee8e72
7f57516 docs: add v20.0.4 release notes (pasta) Pull request description: ## Issue being fixed or feature implemented We didn't archive v20.0.4 release notes somehow in dashpay#5910 ## What was done? Archive 20.0.4 release notes ## How Has This Been Tested? ## Breaking Changes None ## Checklist: _Go over all the following points, and put an `x` in all the boxes that apply._ - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ Top commit has no ACKs. Tree-SHA512: d703dedf1aad2afb5eb8af291f89e38fa2dfb4185ef9e25194c273bb9f04ae8075ea87318552b468b1a487b39b95cf1dee794d3d3c5b8a863dbfd6d458ee8e72
Issue being fixed or feature implemented
Added release notes for 20.1.0
What was done?
Wrote release notes from WIP release-notes; trimmed some fat from release notes
How Has This Been Tested?
Ran linters
Breaking Changes
None; docs only
Checklist:
Go over all the following points, and put an
xin all the boxes that apply.