Commit Graph

83 Commits

Author SHA1 Message Date
c08754971d doc: archive 27.0 release notes 2024-04-16 09:10:33 +01:00
93bd2e2f6c doc: 25.2 historical release notes 2024-04-08 05:12:28 -04:00
d32346c39e [doc] add historical release notes for 26.1 2024-04-02 09:37:10 +01:00
ca5937553b doc: Missing additions to 26.0 release notes 2023-12-07 15:35:44 +00:00
7d4e47d184 doc: add historical release notes for 26.0 2023-12-07 13:53:42 +00:00
1ac5584f80 doc: remove release note fragments for 26.x branch 2023-10-24 11:13:44 +01:00
3f482ac231 doc: add historical release notes for 24.2 2023-10-23 10:21:00 +01:00
2338715506 doc: add historical release notes for 25.1 2023-10-17 16:39:25 +01:00
bf589a50a0 doc: add release notes for #27511 2023-10-04 08:34:32 +05:30
034cb5ad4d doc: Fix broken link in release notes
Also, add missing unit "bytes"

Co-authored-by: stickies-v <69010457+stickies-v@users.noreply.github.com>
2023-05-26 09:47:15 +02:00
faaa97bb38 doc: Add doc/release-notes/release-notes-25.0.md 2023-05-25 13:16:44 +02:00
e0f69a7081 doc: add 24.1 release notes 2023-05-18 15:38:31 +01:00
f1e6f2d681 doc: add 23.2 release notes 2023-05-18 15:38:19 +01:00
a2724808ab doc: add 23.1 release notes 2022-12-16 09:43:56 +00:00
062e4e9fe9 doc: add 22.1 release notes
Same as past releases / #26524 etc.
2022-12-15 10:42:06 +00:00
896fca16a3 doc: move release notes to 24.0.1 and add notice
This mirrors what was done with 0.19.0.1.
2022-12-06 14:10:45 +00:00
2747adb68a doc: Add 24.0 release notes 2022-11-17 14:38:22 +00:00
cb075d245e doc: add historical 0.21.2 release notes 2022-09-20 09:30:10 +01:00
699f3429c6 doc: add historical 0.20.2 release notes 2022-09-20 09:30:04 +01:00
b0349a7d95 doc: consolidate & remove release-note fragments
These have been moved here:
https://github.com/bitcoin-core/bitcoin-devwiki/wiki/24.0-Release-Notes-draft.
2022-09-15 16:02:17 +01:00
bc13ec888c doc: Add a release note about the "restore wallet" menu item 2022-07-01 10:16:42 -03:00
4185570340 Add RPC to get mempool txs spending outputs
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-05-05 14:56:48 +02:00
2abfb6cb09 doc: Add 23.0 release notes 2022-04-25 15:49:59 +02:00
c88f43f1ac doc: Add historical release notes for 22.0 2021-09-14 13:20:48 +02:00
fab53ea72f doc: Add doc/release-notes/release-notes-0.21.1.md 2021-05-02 09:59:14 +02:00
9a42b5e655 Fix 0.21.0 release note to specify correct option BIP 157 support 2021-01-15 14:05:59 -06:00
faea902721 doc: Add historic 0.21.0 release notes 2021-01-14 10:40:43 +01:00
05e2740d92 doc: Add historical release notes for 0.20.1 2020-08-01 14:17:14 +02:00
fa1a91657f doc: Add release-notes-0.20.0.md 2020-06-02 18:16:51 -04:00
46a1ee7732 doc: Add historical release notes for 0.19.1 2020-03-09 18:41:39 +01:00
14feda0814 doc: Add historical release notes for 0.19.0.1
Add historical release notes for 0.19.0.1. And replace 0.19.0's release
notes with a short explanation.
2019-11-24 11:15:03 +01:00
fec230edcc doc: add historical 0.19.0 release notes 2019-11-08 16:20:37 -05:00
e7415a5a95 Doc: move detached release notes into release-notes.md 2019-08-22 13:21:41 -10:00
862cbf3966 Add missing contributor to release notes 2019-08-14 23:01:36 +12:00
61c5c64b31 doc: Add historical release notes for 0.18.1 2019-08-09 13:22:15 +02:00
59ce537a49 Merge #16152: Disable bloom filtering by default.
bead32e31e Add release notes for DEFAULT_BLOOM change (Matt Corallo)
f27309f55c Move DEFAULT_PEERBLOOMFILTERS from validation.h to net_processing.h (Matt Corallo)
5efcb77283 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 bead32e31e
  kallewoof:
    ACK bead32e31e

Tree-SHA512: ecd901898e8efe1a7c82b471af0acc2373c2282ac633eb58d9aae7c35deda1999d0f79fb0485e6cecbda7246aeda00206cd82c7fa36866e2ac64705ba93f9390
2019-07-19 17:33:56 +08:00
bead32e31e Add release notes for DEFAULT_BLOOM change 2019-07-18 17:29:24 -04:00
b748bf6f50 Fix spelling errors identified by codespell 1.15.0
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-06-11 17:18:16 +02:00
da9f1ace5d doc: Add historical release notes for 0.18.0
Tree-SHA512: f41e87d1c6bf29440ebfe15ea2f92bf96d4c4c041fe598f8e5417113a62684cffb2e54277d9412c0d230f78c7481bcb56374858ffb7d1149c68226b9cb7a5c3e
2019-05-02 16:10:19 +02:00
fad76e7a49 doc: Remove pr release notes file in wrong dir 2019-03-04 14:09:04 -05:00
bad1716c6d init: Modify docs and add release note for 12255 2019-02-04 09:18:28 -05:00
488563ea1c doc: Add historical release notes for 0.17.1 2018-12-25 10:18:10 +01:00
825f779dc7 doc: Add historical release notes for 0.17.0.1
Tree-SHA512: 3646e22b7e6c0d2e77ecc5933ee882bc4853b1b2524d8584f0c9e4e9d31efeb5886f42aa98ac8d210c3ccb43eabf1244d5c15e34d38e66df0a101735b3f5bfc7
2018-11-06 09:23:50 +01:00
64937fda62 [docs] path to descriptors.md fixed 2018-10-07 11:16:22 +09:00
1f59c6f3eb doc: Remove "temporary file" notice from 0.17.0 release notes
not that temporary anymore

Tree-SHA512: c44bfca71573b3d70001d339138715fc6fbceae2e370f2e1e8ba5bdfdb19e8ec4b0a59d45ff8565e0f784d4659f51e8089a6d892a73362b428d8a98097fc8532
2018-10-03 12:47:17 +02:00
5aaf1a0473 doc: Add historical release notes for 0.17.0
Tree-SHA512: 3b33d2e261b7c94a6556f55fa7854be06c4104276266e5af1870e815703a241c95b9508793ece4a91e447ade8b141326d1be965fdd6b3609a7aeec3127fab6e8
2018-10-03 11:16:29 +02:00
0809e68a90 doc: Add historical release notes for 0.14.3 and 0.15.2
Tree-SHA512: 56c4293a9536a3d6cf747c911cb605f5509707f0a43b19574e9c3038c6717465a69c9225cf654eb1f31ee6e8e2b319bb6ec537a4dc579775d087e96c432b245c
2018-09-28 17:27:46 +02:00
fd5c95cc4e doc: Add historical release notes for 0.16.3 2018-09-18 21:20:13 +02:00
222e627322 doc: Add historical release notes for 0.16.2
Tree-SHA512: 39601090cbfbc51b00426696c118758953d3eb5e0323e9105a5aabb63ab22eb1b3edbabb541bb7a24869c53624dee3c220fd2c1f3fbe627f8d9d168a23064393
2018-07-29 19:02:26 +02:00
280924e672 doc: Add historical release notes for 0.16.1
Tree-SHA512: cca8188f954eeded58f705749b2ae51b08aadf4feddafaaafc57df2f84c10a3340a373c1602e9aa290c54b67cdcce53f61f4ca2db87bd98de5449afc53e25f86
2018-06-15 18:31:20 +02:00