Skip to content

Commit 5577e0a

Browse files
committed
doc: Add PR and author list to release notes for 0.21.1
Tree-SHA512: c74b12dee645bd8d3dcff8d572a82369ea0895339d0d12e5360182421fa8cef4d3eba309ff7668e97dc24cd6afc800ab9ceb4eca5458085acf12c368f6c2f859
1 parent 329eafa commit 5577e0a

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

doc/release-notes.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,64 @@ RPC
5151
0.21.1 change log
5252
=================
5353

54+
### Consensus
55+
- #21377 Speedy trial support for versionbits (ajtowns)
56+
- #21686 Speedy trial activation parameters for Taproot (achow101)
57+
58+
### P2P protocol and network code
59+
- #20852 allow CSubNet of non-IP networks (vasild)
60+
- #21043 Avoid UBSan warning in ProcessMessage(…) (practicalswift)
61+
62+
### Wallet
63+
- #21166 Introduce DeferredSignatureChecker and have SignatureExtractorClass subclass it (achow101)
64+
- #21083 Avoid requesting fee rates multiple times during coin selection (achow101)
65+
66+
### RPC and other APIs
67+
- #21201 Disallow sendtoaddress and sendmany when private keys disabled (achow101)
68+
69+
### Build system
70+
- #21486 link against -lsocket if required for `*ifaddrs` (fanquake)
71+
- #20983 Fix MSVC build after gui#176 (hebasto)
72+
73+
### Tests and QA
74+
- #21380 Add fuzzing harness for versionbits (ajtowns)
75+
- #20812 fuzz: Bump FuzzedDataProvider.h (MarcoFalke)
76+
- #20740 fuzz: Update FuzzedDataProvider.h from upstream (LLVM) (practicalswift)
77+
- #21446 Update vcpkg checkout commit (sipsorcery)
78+
- #21397 fuzz: Bump FuzzedDataProvider.h (MarcoFalke)
79+
- #21081 Fix the unreachable code at `feature_taproot` (brunoerg)
80+
- #20562 Test that a fully signed tx given to signrawtx is unchanged (achow101)
81+
- #21571 Make sure non-IP peers get discouraged and disconnected (vasild, MarcoFalke)
82+
- #21489 fuzz: cleanups for versionbits fuzzer (ajtowns)
83+
84+
### Miscellaneous
85+
- #20861 BIP 350: Implement Bech32m and use it for v1+ segwit addresses (sipa)
86+
87+
### Documentation
88+
- #21384 add signet to bitcoin.conf documentation (jonatack)
89+
- #21342 Remove outdated comment (hebasto)
5490

5591
Credits
5692
=======
5793

5894
Thanks to everyone who directly contributed to this release:
5995

96+
- Aaron Clauson
97+
- Andrew Chow
98+
- Anthony Towns
99+
- Bruno Garcia
100+
- Fabian Jahr
101+
- fanquake
102+
- Hennadii Stepanov
103+
- Jon Atack
104+
- Luke Dashjr
105+
- MarcoFalke
106+
- Pieter Wuille
107+
- practicalswift
108+
- randymcmillan
109+
- Sjors Provoost
110+
- Vasil Dimov
111+
- W. J. van der Laan
60112

61113
As well as to everyone that helped with translations on
62114
[Transifex](https://www.transifex.com/bitcoin/bitcoin/).

0 commit comments

Comments
 (0)