release zcash_client_sqlite version 0.11.1 #28
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 use0
as the constant forFALSE
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