summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2020-01-13 14:39:32 -0800
committerPieter Wuille <pieter.wuille@gmail.com>2020-01-19 14:47:33 -0800
commitd9ec5f43da4d6f79b96d585204e6652cca7016b4 (patch)
treeba2f6edb726fd9d30988a51a391dd1f1a1415fe9
parentcd8ea889875e6072db5b39821ac4f3fa0e139cb5 (diff)
downloadbips-d9ec5f43da4d6f79b96d585204e6652cca7016b4.tar.xz
Update acknowledgements, remove authors
-rw-r--r--bip-schnorr.mediawiki2
-rw-r--r--bip-taproot.mediawiki5
-rw-r--r--bip-tapscript.mediawiki2
3 files changed, 4 insertions, 5 deletions
diff --git a/bip-schnorr.mediawiki b/bip-schnorr.mediawiki
index 084b33f..fbfd408 100644
--- a/bip-schnorr.mediawiki
+++ b/bip-schnorr.mediawiki
@@ -257,4 +257,4 @@ The reference implementation is for demonstration purposes only and not to be us
== Acknowledgements ==
-This document is the result of many discussions around Schnorr based signatures over the years, and had input from Johnson Lau, Greg Maxwell, Jonas Nick, Andrew Poelstra, Tim Ruffing, Rusty Russell, and Anthony Towns.
+This document is the result of many discussions around Schnorr based signatures over the years, and had input from Johnson Lau, Greg Maxwell, Andrew Poelstra, Rusty Russell, and Anthony Towns. The authors further wish to thank all those who provided valuable feedback and reviews, including the participants of the [https://github.com/ajtowns/taproot-review structured reviews].
diff --git a/bip-taproot.mediawiki b/bip-taproot.mediawiki
index 7d2318e..d11f936 100644
--- a/bip-taproot.mediawiki
+++ b/bip-taproot.mediawiki
@@ -313,7 +313,6 @@ Depending on the implementation non-upgraded wallets may be able to send to Segw
== Acknowledgements ==
-This document is the result of discussions around script and signature improvements with many people, and had direct contributions from Jonas Nick, Anthony Towns, Greg Maxwell, and others. It further builds on top of earlier published proposals such as Taproot by Greg Maxwell, and Merkle branch constructions by Russell O'Connor, Johnson Lau, and Mark Friedenbach.
-
-Thanks to Arik Sosman for suggesting to sort Merkle node children before hashes, removing the need to transfer the position in the tree.
+This document is the result of discussions around script and signature improvements with many people, and had direct contributions from Greg Maxwell and others. It further builds on top of earlier published proposals such as Taproot by Greg Maxwell, and Merkle branch constructions by Russell O'Connor, Johnson Lau, and Mark Friedenbach.
+The authors wish the thank Arik Sosman for suggesting to sort Merkle node children before hashes, removing the need to transfer the position in the tree, as well as all those who provided valuable feedback and reviews, including the participants of the [https://github.com/ajtowns/taproot-review structured reviews].
diff --git a/bip-tapscript.mediawiki b/bip-tapscript.mediawiki
index e9c4278..ed729c7 100644
--- a/bip-tapscript.mediawiki
+++ b/bip-tapscript.mediawiki
@@ -143,4 +143,4 @@ In addition to changing the semantics of a number of opcodes, there are also som
==Acknowledgements==
-This document is the result of many discussions and contains contributions by Jonas Nick, Anthony Towns, and others.
+This document is the result of many discussions and contains contributions by a number of people. The authors wish to thank all those who provided valuable feedback and reviews, including the participants of the [https://github.com/ajtowns/taproot-review structured reviews].