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
Updating the witness map doesn't remove incremental witnesses of leaf positions in the commitment tree related with notes that have already been spent (i.e. whose nullifiers have been revealed).
If we could map nullifiers to note positions, we could stop updating their witnesses, thereby speeding up update_witness_map, and also decreasing the load on the database (since we won't need to store as much data, and likewise clients won't need to fetch as much data).
The text was updated successfully, but these errors were encountered:
Updating the witness map doesn't remove incremental witnesses of leaf positions in the commitment tree related with notes that have already been spent (i.e. whose nullifiers have been revealed).
namada-masp-indexer/chain/src/services/masp.rs
Lines 10 to 48 in 6cc34cd
If we could map nullifiers to note positions, we could stop updating their witnesses, thereby speeding up
update_witness_map
, and also decreasing the load on the database (since we won't need to store as much data, and likewise clients won't need to fetch as much data).The text was updated successfully, but these errors were encountered: