hermeznetwork / circuits

Implements hermez network zk-Snarks circuits
GNU Affero General Public License v3.0
55 stars 21 forks source link

Update withdraw circuit #39

Closed krlosMata closed 3 years ago

krlosMata commented 3 years ago

Withdrawal circuit needs to be updated since account leaf will have new fields, exitBalance and accumulateHash, and exit tree will be removed.

krlosMata commented 3 years ago

implemented in https://github.com/hermeznetwork/circuits/pull/43