You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the masp vp verifies spend, convert and output notes in sequence. We should evaluate the possibility to run this verification in parallel to speed up the process. This will also have consequences on the gas consumed by the tx as we should probably follow the same discounted gas strategy we apply when evaluating the vps in parallel.
The text was updated successfully, but these errors were encountered:
Currently the masp vp verifies spend, convert and output notes in sequence. We should evaluate the possibility to run this verification in parallel to speed up the process. This will also have consequences on the gas consumed by the tx as we should probably follow the same discounted gas strategy we apply when evaluating the vps in parallel.
The text was updated successfully, but these errors were encountered: