Hacker News new | ask | show | jobs
by zapdrive 1864 days ago
Don't worry. If anything goes wrong (like a hacker stealing everybody's coins), they can just rollback the transaction. That's not a new thing for ethereum, to just rollback transactions. Lol.

For the uninitiated read about the dao hack and the debate that ensued. Basically, they just rolled back the transaction, just like a bank.

1 comments

You're mixing up two different issues. One is a bug in the implementation of Ethereum, the other is a bug in a smart contract (that runs on Ethereum).

Undoing the former by rolling back the chain and fixing the bug is the only logical thing to do. Bitcoin devs have done the same a couple of times (e.g. [1]).

The DAO hack, however, was not caused by a bug in Ethereum. It was caused by a bug in the code of a smart contract. Ethereum executed this smart contract faithfully (there was no bug in Ethereum). Bitcoin has never done this.

[1] https://en.bitcoin.it/wiki/Value_overflow_incident