|
51 | 51 | 0.21.1 change log |
52 | 52 | ================= |
53 | 53 |
|
| 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) |
54 | 90 |
|
55 | 91 | Credits |
56 | 92 | ======= |
57 | 93 |
|
58 | 94 | Thanks to everyone who directly contributed to this release: |
59 | 95 |
|
| 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 |
60 | 112 |
|
61 | 113 | As well as to everyone that helped with translations on |
62 | 114 | [Transifex](https://www.transifex.com/bitcoin/bitcoin/). |
0 commit comments