Merge pull request #1473 from arcalinea/update-documentation

Update documentation
This commit is contained in:
Jay Graber 2016-10-03 13:39:54 -07:00 committed by GitHub
commit cadf968511
1 changed files with 8 additions and 2 deletions

View File

@ -4,8 +4,7 @@ Security Warnings
Security Audit
--------------
Zcash has not yet been subjected to a formal third-party security review. This
section will be updated with links to security audit reports in the future.
Zcash has been subjected to a formal third-party security review. For high priority security announcements, check https://z.cash.
x86-64 Linux Only
-----------------------
@ -44,3 +43,10 @@ REST Interface
The REST interface is a feature inherited from upstream Bitcoin. By default,
it is disabled. We do not recommend you enable it until it has undergone a
security review.
Block Chain Reorganizations
----------------------------
Users should be aware of new behavior in Zcash that differs significantly from Bitcoin: in the case of a block chain reorganization, Bitcoin's coinbase maturity rule helps ensure that any reorg shorter than the maturity interval will not invalidate any of the rolled-back transactions. However for Zcash, all JoinSplits which were anchored within the reorg interval will become invalid, rolling back transactions and reverting funds to the original owner. The transaction rebroadcast mechanism inherited from Bitcoin will not successfully rebroadcast transactions containing JoinSplits if the anchor needs to change—the JoinSplit creator must do that.
For receivers of funds from a JoinSplit, using a higher minconf (minimum number of confirmations) can help mitigate the risk of relying on funds received from transactions that may be rolled back.