Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #882 from zsfelfoldi/develop | Jeffrey Wilcke | 2015-05-08 | 1 | -2/+17 |
|\ | | | | | Otto.ToValue concurrency error fixed | ||||
| * | ToVal serialization fix | zsfelfoldi | 2015-05-08 | 1 | -2/+3 |
| | | |||||
| * | Otto.ToValue concurrency error fixed | zsfelfoldi | 2015-05-08 | 1 | -2/+16 |
| | | |||||
* | | jsre, cmd/geth: updated web3.js and altered settimeout | obscuren | 2015-05-08 | 2 | -7/+7 |
|/ | |||||
* | setTimeout and sendAsync implemented | zsfelfoldi | 2015-05-06 | 2 | -13/+248 |
| | | | | added and eval queue for serializing JSRE vm execution | ||||
* | web3: updated | obscuren | 2015-04-26 | 1 | -2/+2 |
| | |||||
* | cmd/geth, jsre: updated ethereum.js => web3.js | obscuren | 2015-04-24 | 1 | -1/+3 |
| | |||||
* | Added some quotes .... | obscuren | 2015-04-10 | 1 | -2/+1 |
| | |||||
* | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-07 | 1 | -10/+6 |
|\ | |||||
| * | fixed printing circular structures | Marek Kotewicz | 2015-04-07 | 1 | -10/+6 |
| | | |||||
* | | Updated ethereum.js | obscuren | 2015-04-07 | 1 | -1/+1 |
|/ | |||||
* | do not print Plain Object prototype fields in geth console | Marek Kotewicz | 2015-04-03 | 1 | -1/+13 |
| | |||||
* | printing object prototype functions in geth console | Marek Kotewicz | 2015-04-03 | 1 | -3/+10 |
| | |||||
* | updated ethereum.js | obscuren | 2015-04-02 | 1 | -1/+2 |
| | |||||
* | fixed printing BigNumbers | Marek Kotewicz | 2015-04-02 | 1 | -0/+7 |
| | |||||
* | print nonenumerable properties of object in geth console | Marek Kotewicz | 2015-04-02 | 1 | -7/+15 |
| | |||||
* | Updated ethereum.js | obscuren | 2015-04-02 | 1 | -1/+1 |
| | |||||
* | common: remove WriteFile and ReadAllFile (use ioutil instead) | zelig | 2015-03-27 | 1 | -4/+4 |
| | |||||
* | updated web3.js light for console | obscuren | 2015-03-26 | 1 | -1/+1 |
| | |||||
* | removed big num from pp | obscuren | 2015-03-25 | 1 | -2/+0 |
| | |||||
* | Improved pretty printer for console | obscuren | 2015-03-25 | 1 | -8/+21 |
| | |||||
* | Better error reporting in the console. Updated ethereum.js | obscuren | 2015-03-25 | 2 | -2/+12 |
| | |||||
* | fixed bad uncles | obscuren | 2015-03-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #536 from zsfelfoldi/develop | Jeffrey Wilcke | 2015-03-23 | 2 | -3/+3 |
|\ | | | | | using robertkrimen/otto, godeps updated | ||||
| * | fixed jsre test | zsfelfoldi | 2015-03-20 | 1 | -1/+1 |
| | | |||||
| * | using robertkrimen/otto, godeps updated | zsfelfoldi | 2015-03-20 | 2 | -2/+2 |
| | | |||||
* | | Added new ethereum.js | obscuren | 2015-03-21 | 1 | -1/+1 |
|/ | |||||
* | ethutil -> common | zelig | 2015-03-16 | 2 | -5/+5 |
| | |||||
* | jsre: remove assetpath using GOPATH from test | zelig | 2015-03-15 | 1 | -21/+20 |
| | |||||
* | jsre: | zelig | 2015-03-15 | 5 | -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 |