forked from zcash/librustzcash
-
Notifications
You must be signed in to change notification settings - Fork 3
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
update librustzcash #1
Open
ca333
wants to merge
2,705
commits into
KomodoPlatform:master
Choose a base branch
from
zcash:main
base: master
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
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: Add unstable conversions between `AccountId` and `u32`.
pczt: Empty library crate
In scan progress computation, `recover_until_height` was incorrectly being treated as an inclusive end, meaning that it was possible for a block's notes to be counted both within the recovery range and within the scanning range.
We now compute the fallback tree size at the birthday height and the recover-until height separately in order to avoid the mixing of concerns.
…ecovery_progress` methods.
zcash_client_sqlite: Fix errors in progress computation.
…_sqlite-0.12.1-merge
…-merge Post-release merge of `zcash_client_sqlite-0.12.1` back to `main`.
…progress` with a single `progress` value.
zcash_client_sqlite: Migrate from `schemer` to `schemerz`
Update the `rusqlite` and `arti-client` crates
Make transparent tests generic over backend implementation and move to `zcash_client_backend` crate
Release/zcash primitives 0.21
- A typo in a panic guard condition instead exposed the panic. - The match logic wasn't correctly handling the first element of the path.
transparent: Fix bugs in `AccountPubKey::derive_pubkey_at_bip32_path`
zcash_keys: Enable `no_std` usage.
PCZT improvements
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
pczt: Add a Redactor role
Add CI workflow to check no_std builds for `pczt` and `zcash_keys`
…/codecov-action-5.1.2 build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2
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.