From 5073467dadb4a5d68cc7e52fc2d434383ea00f4f Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 22 Jun 2017 15:23:02 +1200 Subject: [PATCH] Move temporary release notes to final ones --- doc/release-notes.md | 14 -------------- doc/release-notes/release-notes-1.0.10.md | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/doc/release-notes.md b/doc/release-notes.md index 67ef103b3..a29094b51 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -4,17 +4,3 @@ release-notes at release time) Notable changes =============== -Signature validation using libsecp256k1 ---------------------------------------- - -ECDSA signatures inside Zcash transactions now use validation using -[https://github.com/bitcoin/secp256k1](libsecp256k1) instead of OpenSSL. - -Depending on the platform, this means a significant speedup for raw signature -validation speed. The advantage is largest on x86_64, where validation is over -five times faster. In practice, this translates to a raw reindexing and new -block validation times that are less than half of what it was before. - -Libsecp256k1 has undergone very extensive testing and validation upstream. - -A side effect of this change is that libconsensus no longer depends on OpenSSL. diff --git a/doc/release-notes/release-notes-1.0.10.md b/doc/release-notes/release-notes-1.0.10.md index 640b834a9..16d2a62ba 100644 --- a/doc/release-notes/release-notes-1.0.10.md +++ b/doc/release-notes/release-notes-1.0.10.md @@ -1,3 +1,24 @@ +Notable changes +=============== + +Signature validation using libsecp256k1 +--------------------------------------- + +ECDSA signatures inside Zcash transactions now use validation using +[https://github.com/bitcoin/secp256k1](libsecp256k1) instead of OpenSSL. + +Depending on the platform, this means a significant speedup for raw signature +validation speed. The advantage is largest on x86_64, where validation is over +five times faster. In practice, this translates to a raw reindexing and new +block validation times that are less than half of what it was before. + +Libsecp256k1 has undergone very extensive testing and validation upstream. + +A side effect of this change is that libconsensus no longer depends on OpenSSL. + +Changelog +========= + Boris Hajduk (1): documentatin z_validateaddress was missing param