wallet-cli
wallet-cli copied to clipboard
Parallize fetching_notes
Since we have a fix amount of addresses (255) to calculate the vk(s) for we can split that number with https://docs.rs/num_cpus/latest/num_cpus/
Once we do that we can spawn a rayon thread to parallize part of each address chunk