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

Upgrade orchard to v0.5 and integrate corresponding librustzcash upgrade #73

Closed
wants to merge 6 commits into from

Conversation

dmidem
Copy link

@dmidem dmidem commented Jun 14, 2023

This pull request focuses on upgrading the orchard repository to integrate it with a version of librustzcash repository compatible with orchard v0.5.

The necessary changes have been made in the upgrade_librustzcash_for_orchard_v05 branch, and merge conflicts have been resolved. upgrade_librustzcash_for_orchard_v05 branch was created from librustzcash_980736806 branch that contains previous attempt of upgading.

@what-the-diff
Copy link

what-the-diff bot commented Jun 14, 2023

PR Summary

  • Removed recipient field from ActionInfo struct
    The recipient field is no longer needed in the ActionInfo struct, simplifying data management.
  • Replaced diversify_hash function with derive_public
    The diversify_hash function from the spec module has been replaced with a call to derive_public in the note_encryption_v3 module, streamlining the code and improving efficiency.

@dmidem
Copy link
Author

dmidem commented Jun 20, 2023

Closing this in favor of PR #75

@dmidem dmidem closed this Jun 20, 2023
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.

1 participant