release zcash_client_sqlite version 0.11.1#28
Open
zancas wants to merge 1 commit into
Open
Conversation
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
zancas
commented
Nov 1, 2024
| }) | ||
| .internal_account_note_transpose_option() | ||
| .expect("Wallet-internal outputs must be decryptable with the wallet's IVK"); | ||
| .expect("Wallet-external outputs must be decryptable with the wallet's IVK"); |
zancas
commented
Nov 1, 2024
| name = "zcash_client_sqlite" | ||
| description = "An SQLite-based Zcash light client" | ||
| version = "0.12.2" | ||
| version = "0.11.2" |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
sqliteversions.The
FALSEconstant 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 use0as the constant forFALSEinstead.zcash_client_sqlite: Verify sqlite version compatibility on wallet init.
zcash_client_sqlite: Accept 2-part
major.minorSQLite 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