Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed printing circular structures | Marek Kotewicz | 2015-04-07 | 1 | -10/+6 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | removed big num from pp | obscuren | 2015-03-25 | 1 | -2/+0 |
| | |||||
* | Improved pretty printer for console | obscuren | 2015-03-25 | 1 | -8/+21 |
| | |||||
* | jsre: | zelig | 2015-03-15 | 1 | -0/+55 |
- 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 |