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

Zupdate 24 06 17 #14

Open
wants to merge 88 commits into
base: main
Choose a base branch
from

Conversation

fluidvanadium
Copy link

No description provided.

str4d and others added 30 commits March 27, 2024 21:49
zcash_client_sqlite: Fix incorrect input selection filtering when sending to transparent.
…t_ua

zcash_client_sqlite: Add a migration to ensure that default addresses…
zcash_client_sqlite: Use named column accessors for `to_spendable_note`
zcash_client_sqlite: Fix sloppy named-parameter reference.
This implements the necessary state machine for taking a wallet in some
arbitrary synchronization status, and fully scanning (the remainder of)
the chain.

Closes zcash#1169.
zcash_client_backend: Implement async wallet synchronization function
…addresses

Prior to this change, the recipient of a sent transaction would always
be shown as the protocol-level address, instead of any unified address
intended as the recipient. Now, instead of reencoding the recipient
address, we use the original `ZcashAddress` value from the payment
request.
zcash_client_sqlite: Fix broken `account_birthday` method.
…0.10.3

Release zcash_client_sqlite version 0.10.3
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4.
- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
- [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
- [Commits](peaceiris/actions-gh-pages@v3...v4)

---
updated-dependencies:
- dependency-name: peaceiris/actions-gh-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [supplypike/setup-bin](https://github.com/supplypike/setup-bin) from 3 to 4.
- [Release notes](https://github.com/supplypike/setup-bin/releases)
- [Commits](supplypike/setup-bin@v3...v4)

---
updated-dependencies:
- dependency-name: supplypike/setup-bin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
…pplypike/setup-bin-4

build(deps): bump supplypike/setup-bin from 3 to 4
nuttycom and others added 30 commits April 29, 2024 09:48
chore: remove repetitive words
This reverts commit d1443e5.

Signed-off-by: Daira-Emma Hopwood <[email protected]>
Signed-off-by: Daira-Emma Hopwood <[email protected]>
Remove zcash_primitives::zip339 module
…tty), bump MSRV to 1.66,

and fix new clippy lints for MSRV 1.66.

* tonic 0.10 -> 0.11
* tonic-build 0.10 -> 0.11
* cargo update
* cargo update -p [email protected] --precise 0.5.5
* cargo update -p [email protected] --precise 0.12.3
* cargo update -p [email protected] --precise 0.12.3
* cargo update -p [email protected] --precise 0.12.3
* cargo update -p [email protected] --precise 0.12.3
* cargo update -p [email protected] --precise 2.2.1

(The precise updates avoid a further MSRV bump to 1.70.)

Remaining duplicates are currently unavoidable.

Signed-off-by: Daira-Emma Hopwood <[email protected]>
Signed-off-by: Daira-Emma Hopwood <[email protected]>
The only default-enabled feature flag in `sapling-crypto` is the
`multicore` feature flag, which we re-export in each crate that includes
proof creation. We need to disable it as a default feature of our
dependency in order to enable it to be correctly disabled when a user of
e.g. `zcash_primitives` disables its default features.
Disable `sapling-crypto` default features by default
Signed-off-by: Daira-Emma Hopwood <[email protected]>
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.

7 participants