Live data from Hacker News

Reviewing Ethereum Smart Contracts

blog.gdssecurity.com

31–32 of 32 posts

Re: Reviewing Ethereum Smart Contracts

#31
post #14

Earlier quoted context omitted.

The EVM itself is fucked, not just Solidity. It has poorly defined semantics and has a number of strange behaviors that you don't want in high integrity systems.

For example?

Exception semantics are unclear, requiring explicit checks only in some cases depending on how a function is called.
Post reply on HN