Bank-of-JubJub / base

This repo includes the base contracts and circuits for the Bank of JubJub.
MIT License
12 stars 4 forks source link

remove unnecessary circuits #33

Closed critesjosh closed 10 months ago

critesjosh commented 10 months ago

if an account is linked to an eth address, there is no point using the relayer network. we can just check that msg.sender is the registered account and use the regular transfer proof. this simplified things a lot.