-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add replay attack protection on the Mist Wallet #1039
Comments
Contract for split protection of ether and tokens
deployed at abi:
|
So when calling |
Yes. We will hardcode the chain signature on the wallet. Another way to do this would be if I included a block hash or block number on the constructor function so that it automatically set a bool to a given number. |
Yeah, the ReplaySafeContract seems to take the simpler block number approach - http://etherscan.io/address/0xaa1a6e3e6ef20068f7f8d8c835d2d22fd5116444#code |
Where would we add this though? Would we add it internally to all invocations of sendTransaction? We would then also have to take into account contract creation and method call transactions. |
We might want this in conjunction with the contract:
|
Shouldn't the solution for this go in a different layer of the stack? |
@whatisgravity There's a current EIP for this long term, probably the Metropolis HF: ethereum/EIPs#134 But adding it to Mist is a solution that can be achieve in the short term. |
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
Add a replay attack protection for the Mist Wallet
The text was updated successfully, but these errors were encountered: