aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes
AgeCommit message (Collapse)Author
10 days[doc] archive v26.2 release notesglozow
2024-06-12doc: archive release notes for v27.1fanquake
2024-04-30doc: add release-notes-27064.mdMatthew Zipkin
2024-04-16doc: archive 27.0 release notesfanquake
2024-04-08doc: 25.2 historical release notesAva Chow
2024-04-02[doc] add historical release notes for 26.1glozow
2023-12-07doc: Missing additions to 26.0 release notesfanquake
2023-12-07doc: add historical release notes for 26.0fanquake
2023-10-24doc: remove release note fragments for 26.x branchfanquake
2023-10-23doc: add historical release notes for 24.2fanquake
2023-10-17doc: add historical release notes for 25.1fanquake
2023-10-04doc: add release notes for #27511stratospher
2023-05-26doc: Fix broken link in release notes MacrabFalke
Also, add missing unit "bytes" Co-authored-by: stickies-v <69010457+stickies-v@users.noreply.github.com>
2023-05-25doc: Add doc/release-notes/release-notes-25.0.mdMarcoFalke
2023-05-18doc: add 24.1 release notesfanquake
2023-05-18doc: add 23.2 release notesfanquake
2022-12-16doc: add 23.1 release notesfanquake
2022-12-15doc: add 22.1 release notesfanquake
Same as past releases / #26524 etc.
2022-12-06doc: move release notes to 24.0.1 and add noticefanquake
This mirrors what was done with 0.19.0.1.
2022-11-17doc: Add 24.0 release notesfanquake
2022-09-20doc: add historical 0.21.2 release notesfanquake
2022-09-20doc: add historical 0.20.2 release notesfanquake
2022-09-15doc: consolidate & remove release-note fragmentsfanquake
These have been moved here: https://github.com/bitcoin-core/bitcoin-devwiki/wiki/24.0-Release-Notes-draft.
2022-07-01doc: Add a release note about the "restore wallet" menu itemw0xlt
2022-05-05Add RPC to get mempool txs spending outputst-bast
We add an RPC to fetch the mempool transactions spending given outpoints. Without this RPC, application developers would need to first call `getrawmempool` which returns a long list of `txid`, then fetch each of these txs individually to check whether they spend the given outpoint(s). This RPC can later be enriched to also find confirmed transactions instead of being restricted to mempool transactions.
2022-04-25doc: Add 23.0 release noteslaanwj
2021-09-14doc: Add historical release notes for 22.0W. J. van der Laan
2021-05-02doc: Add doc/release-notes/release-notes-0.21.1.mdMarcoFalke
2021-01-15Fix 0.21.0 release note to specify correct option BIP 157 supportbenthecarman
2021-01-14doc: Add historic 0.21.0 release notesMarcoFalke
2020-08-01doc: Add historical release notes for 0.20.1Wladimir J. van der Laan
2020-06-02doc: Add release-notes-0.20.0.mdMarcoFalke
2020-03-09doc: Add historical release notes for 0.19.1Wladimir J. van der Laan
2019-11-24doc: Add historical release notes for 0.19.0.1Wladimir J. van der Laan
Add historical release notes for 0.19.0.1. And replace 0.19.0's release notes with a short explanation.
2019-11-08doc: add historical 0.19.0 release notesfanquake
2019-08-22Doc: move detached release notes into release-notes.mdDavid A. Harding
2019-08-14Add missing contributor to release notesMeshCollider
2019-08-09doc: Add historical release notes for 0.18.1Wladimir J. van der Laan
2019-07-19Merge #16152: Disable bloom filtering by default.fanquake
bead32e31e399090af30b2ee3539995d4105a66d Add release notes for DEFAULT_BLOOM change (Matt Corallo) f27309f55c4fa2b115525d72abb280757a568709 Move DEFAULT_PEERBLOOMFILTERS from validation.h to net_processing.h (Matt Corallo) 5efcb772838e404ca5757818d5548efcb872724b Disable bloom filtering by default. (Matt Corallo) Pull request description: BIP 37 bloom filters have been well-known to be a significant DoS target for some time. However, in order to provide continuity for SPV clients relying on it, the NODE_BLOOM service flag was added, and left as a default, to ensure sufficient nodes exist with such a flag. NODE_BLOOM is, at this point, well-established and, as long as there exist 0.18 nodes with default config (which I'd anticipate will be true for many years), will be available from some peers. By that time, the continued slowdown of BIP 37-based filtering will likely have rendered it useless (though this is already largely the case). Further, BIP 37 was deliberately never updated to support witness-based filtering as newer wallets are expected to migrate to some yet-to-be-network-exposed filters. ACKs for top commit: jnewbery: ACK bead32e31e399090af30b2ee3539995d4105a66d kallewoof: ACK bead32e31e399090af30b2ee3539995d4105a66d Tree-SHA512: ecd901898e8efe1a7c82b471af0acc2373c2282ac633eb58d9aae7c35deda1999d0f79fb0485e6cecbda7246aeda00206cd82c7fa36866e2ac64705ba93f9390
2019-07-18Add release notes for DEFAULT_BLOOM changeMatt Corallo
2019-06-11Fix spelling errors identified by codespell 1.15.0Ben Woosley
After this commit, the only remaining output is: $ test/lint/lint-spelling.sh src/test/base32_tests.cpp:14: fo ==> of, for src/test/base64_tests.cpp:14: fo ==> of, for ^ Warning: codespell identified likely spelling errors. Any false positives? Add them to the list of ignored words in test/lint/lint-spelling.ignore-words.txt Note: * I ignore several valid alternative spellings * homogenous is present in tinyformat, hence should be addressed upstream * process' is correct only if there are plural processes
2019-05-02doc: Add historical release notes for 0.18.0Wladimir J. van der Laan
Tree-SHA512: f41e87d1c6bf29440ebfe15ea2f92bf96d4c4c041fe598f8e5417113a62684cffb2e54277d9412c0d230f78c7481bcb56374858ffb7d1149c68226b9cb7a5c3e
2019-03-04doc: Remove pr release notes file in wrong dirMarcoFalke
2019-02-04init: Modify docs and add release note for 12255Carl Dong
2018-12-25doc: Add historical release notes for 0.17.1Wladimir J. van der Laan
2018-11-06doc: Add historical release notes for 0.17.0.1Wladimir J. van der Laan
Tree-SHA512: 3646e22b7e6c0d2e77ecc5933ee882bc4853b1b2524d8584f0c9e4e9d31efeb5886f42aa98ac8d210c3ccb43eabf1244d5c15e34d38e66df0a101735b3f5bfc7
2018-10-07[docs] path to descriptors.md fixedDamian Mee
2018-10-03doc: Remove "temporary file" notice from 0.17.0 release notesWladimir J. van der Laan
not that temporary anymore Tree-SHA512: c44bfca71573b3d70001d339138715fc6fbceae2e370f2e1e8ba5bdfdb19e8ec4b0a59d45ff8565e0f784d4659f51e8089a6d892a73362b428d8a98097fc8532
2018-10-03doc: Add historical release notes for 0.17.0Wladimir J. van der Laan
Tree-SHA512: 3b33d2e261b7c94a6556f55fa7854be06c4104276266e5af1870e815703a241c95b9508793ece4a91e447ade8b141326d1be965fdd6b3609a7aeec3127fab6e8
2018-09-28doc: Add historical release notes for 0.14.3 and 0.15.2Wladimir J. van der Laan
Tree-SHA512: 56c4293a9536a3d6cf747c911cb605f5509707f0a43b19574e9c3038c6717465a69c9225cf654eb1f31ee6e8e2b319bb6ec537a4dc579775d087e96c432b245c