diff options
| author | Ross Nicoll <[email protected]> | 2021-08-17 09:16:03 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2021-08-19 00:49:35 +0100 |
| commit | 5e2b2b2056d5fbbc6813f7b35cd84254612661d2 (patch) | |
| tree | 16f9b1f720ba65119fa73271a34e937d60cdf87c | |
| parent | Complete first version of 1.14.4 release notes (diff) | |
| download | discoin-5e2b2b2056d5fbbc6813f7b35cd84254612661d2.tar.xz discoin-5e2b2b2056d5fbbc6813f7b35cd84254612661d2.zip | |
Update release notes based on most recent additions.
| -rw-r--r-- | doc/release-notes.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 800a88ea3..22baca393 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -54,6 +54,7 @@ Synchronization Improvements * Disconnect peers which do not respond to requests for headers in a timely manner, to optimise synchronization rate. * Dogecoin Core will no longer request further headers from a peer it is already downloading headers from. This stops Dogecoin Core from requesting the same headers more than once, and reduces network bandwidth wasted. +* Proactively reject block headers which would build on an invalid chain. GUI Improvements ---------------- @@ -80,8 +81,9 @@ Minor Changes * Update libevent to 2.1.11 * Update ZMQ to 4.3.4 * Correctly set fixed seeds on startup. -* Add build instructions for NixOS +* Add build instructions for NixOS. * Fix a rare crash bug on shutdown due to ActivateBestChain() being called when there is no best chain. +* Fix port numbers in `contrib/seeds/generate-seeds.py`. Credits ======= @@ -97,6 +99,7 @@ Credits * David Millard * Demon * DÃdac Coll Pujals +* Escanor Liones * fanquake * Florian Schade * fmhc @@ -106,6 +109,7 @@ Credits * Ikko Ashimine * Jeroen Ooms * Jerry Park +* Joakim Taule Kartveit * katzenmalen * Khakim Hudaya * kregerl |