Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release zcash_client_sqlite version 0.11.1 #28

Open
wants to merge 1 commit into
base: ecc_main
Choose a base branch
from

Conversation

zancas
Copy link
Member

@zancas zancas commented Nov 1, 2024

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

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
@@ -1030,13 +1050,13 @@ where
})
})
.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");
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yikes!

@@ -1,7 +1,7 @@
[package]
name = "zcash_client_sqlite"
description = "An SQLite-based Zcash light client"
version = "0.12.2"
version = "0.11.2"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants