Felix Lange
bfbcfbe4a9
all: fix license headers one more time
...
I forgot to update one instance of "go-ethereum" in commit 3f047be5a
.
9 years ago
Felix Lange
3f047be5aa
all: update license headers to distiguish GPL/LGPL
...
All code outside of cmd/ is licensed as LGPL. The headers
now reflect this by calling the whole work "the go-ethereum library".
9 years ago
Bas van Kervel
e84f3ec1d4
added net.version
9 years ago
Felix Lange
ea54283b30
all: update license information
9 years ago
Bas van Kervel
6ea28f93b9
output BigNumbers objects in console as strings
9 years ago
Péter Szilágyi
d6f4c515f5
jsre: print function arguments too
10 years ago
Péter Szilágyi
7842559353
jsre: sort pretty print output, fields before funcs
10 years ago
Péter Szilágyi
3f4ce70d92
jsre: fix wrong separator comma placing due to non consistent field orders
10 years ago
Marek Kotewicz
b09d62bac7
fixed printing circular structures
10 years ago
Marek Kotewicz
24c8fdc1d0
do not print Plain Object prototype fields in geth console
10 years ago
Marek Kotewicz
1f122626be
printing object prototype functions in geth console
10 years ago
Marek Kotewicz
f960fc066e
fixed printing BigNumbers
10 years ago
Marek Kotewicz
bb3ae3026e
print nonenumerable properties of object in geth console
10 years ago
obscuren
a2e3bf6f30
removed big num from pp
10 years ago
obscuren
a1cae93d78
Improved pretty printer for console
10 years ago
zelig
da44097800
jsre:
...
- 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
10 years ago
obscuren
6ea7aae29c
Removed some methods from the JS REPL
10 years ago
Erez Wanderman
7227552f42
Fix ethereum compilation and functioning on Windows.
...
repl console output is now colored.
repl "exit" command now works.
10 years ago
obscuren
ce8f24e57a
Moved JSRE to it's own package for sharing between ethere(um/al)
10 years ago
obscuren
28948d061c
Moved the repl to a new package
10 years ago
obscuren
dd869064a6
delete?
11 years ago
obscuren
92eaa98e83
Added js interpret mode
11 years ago
obscuren
017bbbb582
Improved REPL output
11 years ago