iron-fish / ironfish

A novel cryptocurrency focused on privacy and accessibility.
https://ironfish.network
Mozilla Public License 2.0
964 stars 579 forks source link

DecryptNotes: move the code that groups notes by account from WorkerPool to the response class #5089

Closed andiflabs closed 1 week ago

andiflabs commented 1 week ago

Summary

The goal of this PR is to move that chunk of code to a location where it's more easily reusable. The plan is to use the new method introduced here in PR-5058: that PR will be changed to not call WorkerPool.decryptNotes() anymore, but rather call WorkerPool.execute() to obtain the individual jobs.

Testing Plan

Unit tests

Documentation

N/A

Breaking Change

N/A