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

update librustzcash #1

Open
wants to merge 2,705 commits into
base: master
Choose a base branch
from
Open

update librustzcash #1

wants to merge 2,705 commits into from

Conversation

ca333
Copy link

@ca333 ca333 commented Mar 3, 2023

No description provided.

nuttycom and others added 29 commits October 6, 2024 20:38
zcash_client_sqlite: Add unstable conversions between `AccountId` and `u32`.
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.
zcash_client_sqlite: Fix errors in progress computation.
…-merge

Post-release merge of `zcash_client_sqlite-0.12.1` back to `main`.
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
nuttycom and others added 30 commits December 16, 2024 21:23
- 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.
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>
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants