monerium / smart-contracts

ERC20 compatible e-money deployed on Ethereum
https://monerium.com
Apache License 2.0
36 stars 21 forks source link

Remove signature requirement on redemption #14

Closed arnigudj closed 6 years ago

arnigudj commented 6 years ago

User is not required to sign withdrawal orders anymore. Signature needs to be removed.

Signature has been moved to IBAN off chain. see https://github.com/monerium/customer-web-client/issues/67

gislik commented 6 years ago

We can achieve the same security properties by requiring the user to provide signature upon adding new bank accounts while significantly improving the user experience.