aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/natspec
Commit message (Collapse)AuthorAgeFilesLines
* rename constructor Newzelig2015-03-082-2/+3
|
* natspec for poc-9zelig2015-03-083-103/+149
| | | | | | | | - 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 objectFefe2015-03-073-198/+53
| | | | (got rid of some messy code in test)
* Natspec + testFefe2015-03-063-0/+3778