Page MenuHomePhabricator

Remove Core release note file, update previous release notes, and fix generate() deprecation message
ClosedPublic

Authored by nakihito on May 14 2020, 19:22.

Details

Summary

The core release note file was added rather than adding the release
notes to our file in D5971. This also adjusts the version numbers to match our
own both in the release notes and in the rpc code.

Test Plan
ninja
./bitcoind
./bitcoin-cli generate 1

Verify the correct version numbers in the RPC deprecated message.

Event Timeline

Owners added a reviewer: Restricted Owners Package.May 14 2020, 19:22
jasonbcox requested changes to this revision.May 14 2020, 19:29
jasonbcox added a subscriber: jasonbcox.

Good catch.

doc/release-notes.md
7 ↗(On Diff #20054)

I don't think this patch needs its own release notes. It's a very minor bug fix.

If you insist on including it, at least provide a markdown link that will render well on Github.

This revision now requires changes to proceed.May 14 2020, 19:29

Removed note from current release notes.

This revision is now accepted and ready to land.May 14 2020, 19:34

Actually remove the Core release note file.