Viewing profile — varav
varav
HN member- Joined
- Mon, Sep 01, 2014, 10:59 AM UTC
- HN karma
- 26
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About varav
varav.in
Recent public activity
- story
- story
-
comment
Comment #11921597
In case anybody is wondering how this happened, it looks like the attack is exploiting the "recursive call via default function" vulnerability [1]. [1]: http://vessenes.com/more-et…
- story
-
comment
Comment #11373334
> your code needs to trust an external system providing the data As for the reliability of external data sources to a contract running on Ethereum, there are multiple proposed solu…
- story
-
comment
Comment #8594874
Please read the article. I was referring to the method in the Java example. You cannot access `add1` from main since main is static
-
comment
Comment #8594572
The `add1` method should be declared static