Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | upgrade web3.js with _extend support | Bas van Kervel | 2015-06-11 | 1 | -2750/+151 |
| | |||||
* | added console command | Bas van Kervel | 2015-06-11 | 1 | -183/+4594 |
| | |||||
* | jsre: print function arguments too | Péter Szilágyi | 2015-06-09 | 1 | -1/+1 |
| | |||||
* | jsre: sort pretty print output, fields before funcs | Péter Szilágyi | 2015-06-09 | 1 | -3/+20 |
| | |||||
* | jsre: fix wrong separator comma placing due to non consistent field orders | Péter Szilágyi | 2015-06-09 | 1 | -7/+7 |
| | |||||
* | cmd/geth: updated web3 | obscuren | 2015-05-28 | 1 | -1546/+146 |
| | |||||
* | cmd/geth, jsre, rpc: run all JS code on the event loop | Felix Lange | 2015-05-25 | 2 | -155/+92 |
| | | | | | | Some JSRE methods (PrettyPrint, ToVal) bypassed the event loop. All calls to the JS VM are now wrapped. In order to make this somewhat more foolproof, the otto VM is now a local variable inside the event loop. | ||||
* | update web3.js to 0.4.2 | zelig | 2015-05-20 | 1 | -475/+2061 |
| | |||||
* | Merge branch 'develop' of github.com:ethereum/go-ethereum into develop | Daniel A. Nagy | 2015-05-08 | 1 | -2/+17 |
|\ | |||||
| * | 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 |
| | | | |||||
* | | | Signing (almost) works. | Daniel A. Nagy | 2015-05-08 | 1 | -2/+3690 |
|/ / | |||||
* / | 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 |