aboutsummaryrefslogtreecommitdiffstats
path: root/jsre/ethereum_js.go
Commit message (Collapse)AuthorAgeFilesLines
* updated web3.js light for consoleobscuren2015-03-261-1/+1
|
* Better error reporting in the console. Updated ethereum.jsobscuren2015-03-251-1/+1
|
* fixed bad unclesobscuren2015-03-241-1/+1
|
* Added new ethereum.jsobscuren2015-03-211-1/+1
|
* jsre:zelig2015-03-151-0/+3
- 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