Add change requirements to zcash toolchain.

Co-authored-by: Francisco Gindre <francisco.gindre@gmail.com>
This commit is contained in:
nighthawk24 2022-08-16 15:07:29 -04:00 committed by GitHub
parent 9e642a5efb
commit b19307a5d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -106,7 +106,14 @@ The following parties need to be part of the consensus:
the new fee. the new fee.
* Zcash documentation and community outreach must be undertaken to make the * Zcash documentation and community outreach must be undertaken to make the
change known. change known.
* Changes to librustzcash crates to:
* expose minimum recommended fee for a given number of recipients
* implement default fee equation and corresponding unit tests
* integration of such mechanism to Transaction Builder APIs
* adopt `librustzcash` changes to mobile SDK repos:
* ZcashLightClientKit
* zcash-light-client-ffi
* zcash-android-wallet-sdk
Security and privacy considerations Security and privacy considerations
----------------------------------- -----------------------------------