Hacker News new | ask | show | jobs
by notlambda 3257 days ago
After seeing how many contracts get hacked I wonder why ethereum doesn't implement a way to patch them. I know the blockchain is immutable but they could publish a diff and allow developers to patch bugs before it's too late
1 comments

Not familiar with this too much, but what would stop developers from patching the contract all the time?
Maybe define who can patch the contract at time of creation. In many cases you are already trusting the developer not to suicide the contract and run away with the money so I don't see how that would change things.
The point of all this automated contract enforcement is so that you don't have to trust the counterparty to abide by the terms.

If you trust the counterparty enough to allow the entity to change the terms of the contract, why use Ethereum?

M of n signatories required to patch.