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

Post-release merge of zcash_client_sqlite-0.12.1 back to main. #1568

Merged
merged 13 commits into from
Oct 11, 2024

Commits on Oct 10, 2024

  1. zcash_client_sqlite: recover_until_height is an exclusive end.

    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.
    nuttycom committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2584d95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acb0911 View commit details
    Browse the repository at this point in the history
  3. zcash_client_sqlite: Fix fallback tree size usage in scan progress.

    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.
    nuttycom committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c35c565 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d89b04c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    930f893 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa42b2e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f89b3ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4c6a3d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    c108281 View commit details
    Browse the repository at this point in the history
  2. zcash_client_backend: Clarify documentation of scan_progress and `r…

    …ecovery_progress` methods.
    nuttycom committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    370c83f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    279479c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1564 from nuttycom/hotfix/scan_progress

    zcash_client_sqlite: Fix errors in progress computation.
    nuttycom authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1f711e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cce254 View commit details
    Browse the repository at this point in the history