aboutsummaryrefslogtreecommitdiffstats
path: root/jsre
Commit message (Collapse)AuthorAgeFilesLines
* web3: updatedobscuren2015-04-261-2/+2
|
* cmd/geth, jsre: updated ethereum.js => web3.jsobscuren2015-04-241-1/+3
|
* Added some quotes ....obscuren2015-04-101-2/+1
|
* Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into developobscuren2015-04-071-10/+6
|\
| * fixed printing circular structuresMarek Kotewicz2015-04-071-10/+6
| |
* | Updated ethereum.jsobscuren2015-04-071-1/+1
|/
* do not print Plain Object prototype fields in geth consoleMarek Kotewicz2015-04-031-1/+13
|
* printing object prototype functions in geth consoleMarek Kotewicz2015-04-031-3/+10
|
* updated ethereum.jsobscuren2015-04-021-1/+2
|
* fixed printing BigNumbersMarek Kotewicz2015-04-021-0/+7
|
* print nonenumerable properties of object in geth consoleMarek Kotewicz2015-04-021-7/+15
|
* Updated ethereum.jsobscuren2015-04-021-1/+1
|
* common: remove WriteFile and ReadAllFile (use ioutil instead)zelig2015-03-271-4/+4
|
* updated web3.js light for consoleobscuren2015-03-261-1/+1
|
* removed big num from ppobscuren2015-03-251-2/+0
|
* Improved pretty printer for consoleobscuren2015-03-251-8/+21
|
* Better error reporting in the console. Updated ethereum.jsobscuren2015-03-252-2/+12
|
* fixed bad unclesobscuren2015-03-241-1/+1
|
* Merge pull request #536 from zsfelfoldi/developJeffrey Wilcke2015-03-232-3/+3
|\ | | | | using robertkrimen/otto, godeps updated
| * fixed jsre testzsfelfoldi2015-03-201-1/+1
| |
| * using robertkrimen/otto, godeps updatedzsfelfoldi2015-03-202-2/+2
| |
* | Added new ethereum.jsobscuren2015-03-211-1/+1
|/
* ethutil -> commonzelig2015-03-162-5/+5
|
* jsre: remove assetpath using GOPATH from testzelig2015-03-151-21/+20
|
* jsre:zelig2015-03-155-0/+264
- 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