Elaine Ou

Results 52 comments of Elaine Ou

I think these updates should be made after the ux design, since the wording and placement is gonna change.

currently `estimateGas` only used here: `components/contracts/deploy.js`

ABI override also? Or does this have to be standard?

Is it worth revisiting the issue in the future?

@mikeyb ok i'll put it on my calendar 😆

Couldn't this be implemented in the contract itself, rather than at the EVM level?

I created [ECIP1012](https://github.com/ethereumproject/ECIPs/blob/master/ECIPs/ECIP1012.md) as one possible solution (increment starting nonce) to protect against replay attack. I know that @avtarsehra and @igetgames were discussing alternative solutions as well.

@igetgames ok cool. I hadn't thought of that as a potential solution.

@avtarsehra can you turn ECIP1011 into a PR to create a persistent discussion thread? Without reading the above convo, it looks fairly reasonable and has fewer client changes than ECIP1012.

What about building the 2FA into the wallet, rather than storing the hash separately? (eg, @Dexaran example here: https://github.com/Dexaran/Secret/blob/master/Secret.sol) the password could still be added after the fact. Something like:...