Просмотр исходного кода

daod: add list of anonymity leaks

narodnik 4 лет назад
Родитель
Сommit
2bf4579dd5
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      bin/daod/src/demo.rs

+ 5 - 0
bin/daod/src/demo.rs

@@ -45,6 +45,11 @@ use darkfi::{
 
 
 use crate::{dao_contract, money_contract, util::poseidon_hash};
 use crate::{dao_contract, money_contract, util::poseidon_hash};
 
 
+// TODO: Anonymity leaks in this proof of concept:
+//
+// * Vote updates are linked to the proposal_bulla
+// * Nullifier of vote will link vote with the coin when it's spent
+
 // TODO: reenable unused vars warning and fix it
 // TODO: reenable unused vars warning and fix it
 // TODO: strategize and cleanup Result/Error usage
 // TODO: strategize and cleanup Result/Error usage
 // TODO: fix up code doc
 // TODO: fix up code doc