Hacker News new | past | comments | ask | show | jobs | submit login

This is exactly why ether contracts are so interesting. You can guarantee the code being executed is what you are looking at.



That's got nothing to do with ether. A simple hash of the code is just as effective (or ineffective) at proving the program is the same.

Unfortunately, in reality you quickly run into problems with different compiler versions, optimisation settings and other issues that make builds unreplicable. At least with chrome extensions you can look at the JS source. With ethereum, all you have to go on is the compiled bytecode.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: