]> Git Repo - VerusCoin.git/commitdiff
Move temporary release notes to final ones
authorJack Grigg <[email protected]>
Thu, 22 Jun 2017 03:23:02 +0000 (15:23 +1200)
committerJack Grigg <[email protected]>
Thu, 22 Jun 2017 03:23:02 +0000 (15:23 +1200)
doc/release-notes.md
doc/release-notes/release-notes-1.0.10.md

index 67ef103b3dcd152399c6e1d47e7527ffb85c04ad..a29094b5174f4f68bc4e41426572289ddb6c8d49 100644 (file)
@@ -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.
index 640b834a95b0d22c3c6192bc54bb5c9c29106982..16d2a62bac5ca87f9c3fee711f0f915867a438c2 100644 (file)
@@ -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
 
This page took 0.026335 seconds and 4 git commands to generate.