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

Add the ironfish prefix to crates, and use ironfish-jubjub #6

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

andiflabs
Copy link

  • Renamed zcash_primitives to ironfish-primitives
  • Renamed zcash_proofs to ironfish-proofs
  • Changed the jubjub dependency to ironfish-jubjub

Tried creating a symlink ironfish-primitives -> zcash_primitives (same for proofs) to reduce the delta from upstream, but sadly Cargo does not handle symlinks well, because it always resolves them and then complains about the name of the directory not matching the crate name. I'm open to ideas on how to reduce the delta.

Testing

cargo test --all-features

@andiflabs andiflabs merged commit db2dd3e into master Oct 25, 2024
3 of 22 checks passed
@andiflabs andiflabs deleted the andrea/dep-update branch October 25, 2024 19:32
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.

2 participants