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

Pass parameter paths as native strings to librustzcash #3633

Merged
merged 3 commits into from Oct 27, 2018

Commits on Oct 27, 2018

  1. Migrate to current librustzcash

    The only upstream change relative to the previous commit is that the
    various Zcash-specific dependencies have been pulled into a cargo
    workspace. The dependecies in the workspace use the same commits as the
    crates we had previously vendored.
    
    The patches are necessary to handle the fact that cargo requires that
    dev dependencies are available even if not used, and we would otherwise
    need to vendor all the underlying crates.
    str4d committed Oct 27, 2018
    Copy the full SHA
    eff2938 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ee3fa70 View commit details
    Browse the repository at this point in the history
  3. Build librustzcash package without changing directory

    This ensures that the depends system's custom PATH is applied correctly,
    and the pre-build Rust binaries are accessible.
    str4d committed Oct 27, 2018
    Copy the full SHA
    262cf38 View commit details
    Browse the repository at this point in the history