Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved ethutil => common | obscuren | 2015-03-16 | 1 | -63/+0 |
| | |||||
* | rename constructor New | zelig | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | natspec for poc-9 | zelig | 2015-03-08 | 1 | -30/+28 |
| | | | | | | | | - put natspec.js in a heredoc string (to help binary) - constructor takes no args, just sets up js vm - API: only exports Notice(transaction, abi, method, expression string) (string, error) - effort to turn natspec.js error strings to proper go errors - test errors | ||||
* | Now using github.com/obscuren/otto, no need for an Ethereum object | Fefe | 2015-03-07 | 1 | -16/+12 |
| | | | | (got rid of some messy code in test) | ||||
* | Natspec + test | Fefe | 2015-03-06 | 1 | -0/+69 |