forked from zcash/librustzcash
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release zcash_client_sqlite version 0.11.1
Update audits for zcash_client_sqlite Support older `sqlite` versions. The `FALSE` constant was introduced in sqlite version 3.23.0, but Android does not support this version of sqlite until API level 30; we support back to Android API 27 so we have to use `0` as the constant for `FALSE` instead. zcash_client_sqlite: Verify sqlite version compatibility on wallet init. zcash_client_sqlite: Accept 2-part `major.minor` SQLite versions. Release zcash_client_sqlite version 0.11.2 add Display for NoteId set build server true changes to 'calculate_proposed_transaction' auto-generated build_server code added hdwallet dep and finished create_proposed_transactions updated rust version to 1.77.0 add .0 to rust version in Cargo.toml add clone to zcash_address::encoding::ParseError add clone to zcash_address::kind::unified::ParseError add pub fn to return ua from ZcashAddress add kind getter to ZcashAddress change IVK decryption of build_result transaction to External remove usk_to_tkey override remove hdwallet dep
- Loading branch information
Showing
16 changed files
with
3,206 additions
and
85 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.