Manta-Network / manta-rs

Rust Crates for the Manta Network Ecosystem

Home Page:https://github.com/Manta-Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync protocol optimizations

SupremoUGH opened this issue · comments

A more interesting question is: can we just keep the Nullifiers that belong to us? I think we can by using the OutgoingNotes but I didn't want to overcomplicate this PR. That's a further optimization for when we are sure the bug is fixed.

Originally posted by @SupremoUGH in #347 (comment)

do you mind writing out the logic of why we mutate the assets/nullifiers here once and then at the end as well, to make it easier for new people to get into this part of the code.
Originally posted by @ghzlatarev in #347 (comment)