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

Allow accounts to be controlled by Ethereum accounts, or multisigs #22

Closed critesjosh closed 10 months ago

critesjosh commented 11 months ago

updates circuits so that transfer, withdraws and locking validate an Ethereum signature instead of providing just private key.

critesjosh commented 10 months ago

this only implments the other controller logic for the transfer and withdraw functions. still need to implement for the lock function, but since there aren't any extensions yet, this is a lower priority. will create an issue for this.

critesjosh commented 10 months ago

Just a few more updates, then can merge: