aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/natspec/natspec_js.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved ethutil => commonobscuren2015-03-161-4/+0
|
* include new minified natspec with RE fix; fix test for the improved error ↵zelig2015-03-121-3518/+2
| | | | messages
* natspec for poc-9zelig2015-03-081-0/+3520
- 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