aboutsummaryrefslogtreecommitdiffstats
path: root/jsre/jsre.go
Commit message (Collapse)AuthorAgeFilesLines
* Better error reporting in the console. Updated ethereum.jsobscuren2015-03-251-1/+11
|
* using robertkrimen/otto, godeps updatedzsfelfoldi2015-03-201-1/+1
|
* ethutil -> commonzelig2015-03-161-2/+2
|
* jsre:zelig2015-03-151-0/+115
- 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