forked from zcash/librustzcash
-
Notifications
You must be signed in to change notification settings - Fork 7
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
fluidvanadium
wants to merge
88
commits into
zingolabs:main
Choose a base branch
from
fluidvanadium:zupdate_24_06_17
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Zupdate 24 06 17 #14
Conversation
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
zcash_client_sqlite: Fix incorrect input selection filtering when sending to transparent.
… have an Orchard receiver.
…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
CI: Migrate to `codecov/[email protected]`
Signed-off-by: jimmycathy <[email protected]>
chore: remove repetitive words
This reverts commit d1443e5. Signed-off-by: Daira-Emma Hopwood <[email protected]>
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
Dependency updates
Signed-off-by: Daira-Emma Hopwood <[email protected]>
Add and prune audits
Signed-off-by: Daira-Emma Hopwood <[email protected]>
Signed-off-by: Daira-Emma Hopwood <[email protected]>
Bump general MSRV to 1.70
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.
No description provided.