Skip to content

Commit

Permalink
Merge pull request zcash#3644 from sipa/cleannotes
Browse files Browse the repository at this point in the history
Correct/add/merge a few release notes entries
  • Loading branch information
laanwj committed Feb 8, 2014
2 parents 95e6624 + e3fff05 commit 679e92c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Block-chain handling and storage:
- Allow txindex to be removed and add a reindex dialog
- Log aborted block database rebuilds
- Store orphan blocks in serialized form, to save memory
- Limit the number of orphan blocks in memory to 750
- Fix non-standard disconnected transactions causing mempool orphans
- Add a new checkpoint at block 279,000

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

Mining:

Expand All @@ -147,16 +149,12 @@ Protocol and network:
Validation:

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

Build system:
Expand Down

0 comments on commit 679e92c

Please sign in to comment.