MASQ-Project / Node

MASQ combines the benefits of VPN and Tor technology to create a superior next-generation privacy software, where users are rewarded for supporting an uncensored global web. Users gain privacy and anonymity online, while helping promote Internet Freedom.
https://masqbrowser.com
Other
175 stars 29 forks source link

Validate RPC result on merged_output_data #547

Open Syther007 opened 1 month ago

Syther007 commented 1 month ago

Currently we are zipping responses, hashes_and_paid_amounts & accounts based on order then matching the response for a successful or failed transaction.

The hashes in the responses should be matched against the hashes_and_paid_amounts. To make things easier we should zip hashes_and_paid_amounts with accounts and pass this new vector as a new argument into the merged_output_data function.

kauri-hero commented 3 weeks ago

RE: optimisizng test related outputs