LoopringSecondary / protocol

Loopring Protocol Smart Contract on Ethereum

Home Page:https://loopring.github.io/protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Security enhancement for TokenTransferDelegate

kongliangzhong opened this issue · comments

TokenTransferDelegate need to support multisig, or 2 out of 3 confirmations for adding or removing protocol versions.

Community contributors, please discuss your solution here before creating a pull request.

Seems like something like this should do the trick: SimpleMultiSig. There's also an article about this here.

Will look into it.

done