aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/natspec/natspec_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved ethutil => commonobscuren2015-03-161-97/+0
|
* include new minified natspec with RE fix; fix test for the improved error ↵zelig2015-03-121-11/+11
| | | | messages
* rename constructor Newzelig2015-03-081-1/+2
|
* natspec for poc-9zelig2015-03-081-29/+74
| | | | | | | | - 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-071-113/+1
| | | | (got rid of some messy code in test)
* Natspec + testFefe2015-03-061-0/+163