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

Use an optimized method for note decryption when multiple accounts are present #5119

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

andiflabs
Copy link
Contributor

Summary

When multiple accounts are present, instead of decrypting each note for each account, one by one, use an optimized method that can save some computation cycles.

This is a draft because it requires iron-fish/jubjub#4 to be merged first.

Testing Plan

  • unit tests
  • ironfish wallet:rescan

Documentation

N/A

Breaking Change

N/A

…e present

When multiple accounts are present, instead of decrypting each note for
each account, one by one, use an optimized method that can save some
computation cycles.
@andiflabs andiflabs force-pushed the andrea/note-decrypt-multiply-many branch from 9301143 to 2e42f19 Compare July 11, 2024 16:40
@andiflabs andiflabs marked this pull request as ready for review July 11, 2024 16:40
@andiflabs andiflabs requested a review from a team as a code owner July 11, 2024 16:40
@andiflabs andiflabs merged commit 2e42f19 into staging Jul 11, 2024
15 checks passed
@andiflabs andiflabs deleted the andrea/note-decrypt-multiply-many branch July 11, 2024 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants