Live data from Hacker News

Viewing profile — varav

varav

HN member
Joined
Mon, Sep 01, 2014, 10:59 AM UTC
HN karma
26
Public activity
8 items

About varav

varav.in

Recent public activity

  1. story
  2. story
  3. 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…

  4. story
  5. 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…

  6. story
  7. 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

  8. comment
    Comment #8594572

    The `add1` method should be declared static