I just happened upon this: https://github.com/ethereum/cpp-ethereum/wiki/Provisional-PoC-5-JS-bindings From what I can gather here (specifically the last paragraph), is the idea that you point the cl… (View Post)
I like caybloo's idea. While I'm all for an agnostic network and fungible currency, it would really be nice to avoid contributing any computing power towards running contracts whose purpose runs cont… (View Post)
@gavofyork? Nice to see you posting :) As you can see, people are interested in getting serious about contract coding. I noticed your YellowPaper and think it's a huge step forward in formal clarity … (View Post)
Here is my understanding of some of the points you guys are discussing based on my study of the most recent github code for cpp-ethereum. There is no need to refund gas from within your contract. Aft… (View Post)
If I understand correctly, this would allow contracts to take an input that names another contract to call, and then verify that the contract they are being asked to call conforms to some exactly spe… (View Post)