Skip to content

Commit e3fff05

Browse files
committed
Correct/add/merge a few release notes entries
1 parent 95e6624 commit e3fff05

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

doc/release-notes.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Block-chain handling and storage:
108108
- Allow txindex to be removed and add a reindex dialog
109109
- Log aborted block database rebuilds
110110
- Store orphan blocks in serialized form, to save memory
111+
- Limit the number of orphan blocks in memory to 750
111112
- Fix non-standard disconnected transactions causing mempool orphans
112113
- Add a new checkpoint at block 279,000
113114

@@ -121,6 +122,7 @@ Wallet:
121122
- Don't count txins for priority to encourage sweeping
122123
- Don't create empty transactions when reading a corrupted wallet
123124
- Fix rescan to start from beginning after importprivkey
125+
- Only create signatures with low S values.
124126

125127
Mining:
126128

@@ -147,16 +149,12 @@ Protocol and network:
147149
Validation:
148150

149151
- Log reason for non-standard transaction rejection
150-
- Prune provably-unspendable outputs
152+
- Prune provably-unspendable outputs, and adapt consistency check for it.
151153
- Detect any sufficiently long fork and add a warning
152154
- Call the -alertnotify script when we see a long or invalid fork
153155
- Fix multi-block reorg transaction resurrection
154156
- Reject non-canonically-encoded serialization sizes
155-
- Only create signatures with even S, and verification mode to check
156157
- Reject dust amounts during validation
157-
- Use 'low S' as malleability breaker rather than 'even S'
158-
- Skip unspendable outputs in consistency check
159-
- Generalize the remove-outputs check for fully-prunable transactions
160158
- Accept nLockTime transactions that finalize in the next block
161159

162160
Build system:

0 commit comments

Comments
 (0)