AvailX / avail-wallet

An open source, private, self-custodial wallet. Built on the Aleo network.
https://avail.global
Apache License 2.0
20 stars 7 forks source link

Parallelise scanning with rayon #53

Closed Zack-Xb closed 7 months ago

Zack-Xb commented 7 months ago

Contact Details

None

contact

No response

What happened?

We currently only perform block scans sequentially, this can be updated to run in parallel using the rust crate rayon.

Version

v0.0.4-alpha

What operating system are you using?

None

Relevant log output

No response

Code of Conduct