aboutsummaryrefslogtreecommitdiffstats
path: root/jsre/jsre_test.go
Commit message (Collapse)AuthorAgeFilesLines
* common: remove WriteFile and ReadAllFile (use ioutil instead)zelig2015-03-271-4/+4
|
* fixed jsre testzsfelfoldi2015-03-201-1/+1
|
* using robertkrimen/otto, godeps updatedzsfelfoldi2015-03-201-1/+1
|
* ethutil -> commonzelig2015-03-161-3/+3
|
* jsre: remove assetpath using GOPATH from testzelig2015-03-151-21/+20
|
* jsre:zelig2015-03-151-0/+85
- require became loadScript(), no require is supplied - bignumber_js.go: heredoc v2.0.3 minified fixed for otto Regexp incompatibility https://github.com/robertkrimen/otto#regular-expression-incompatibility - bignumber.min.js also updated in mist/assets/ext - ethereum_js.go: latest master minified - assetPath in constructor - Eval/Exec/Handle/ToVal nice API - jsre tests