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
obscuren
598e454d46
cmd/geth: updated web3
10 years ago
Felix Lange
e221a449e0
cmd/geth, jsre, rpc: run all JS code on the event loop
...
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.
10 years ago
zelig
ea893aca8f
update web3.js to 0.4.2
10 years ago
Daniel A. Nagy
3a01e3e39b
Signing (almost) works.
10 years ago
zsfelfoldi
d7dabce732
ToVal serialization fix
10 years ago
obscuren
351d6b0d44
jsre, cmd/geth: updated web3.js and altered settimeout
10 years ago
zsfelfoldi
1de1359e3b
Otto.ToValue concurrency error fixed
10 years ago
zsfelfoldi
c54d123b31
setTimeout and sendAsync implemented
...
added and eval queue for serializing JSRE vm execution
10 years ago
obscuren
a237ff65ea
web3: updated
10 years ago
obscuren
92c6327593
cmd/geth, jsre: updated ethereum.js => web3.js
10 years ago
obscuren
ec9fbf09aa
Added some quotes ....
10 years ago
obscuren
99907f94dc
Updated ethereum.js
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
obscuren
79828531b1
updated ethereum.js
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
ab5c007376
Updated ethereum.js
10 years ago
zelig
4ec38e3932
common: remove WriteFile and ReadAllFile (use ioutil instead)
10 years ago
obscuren
4ba850639e
updated web3.js light for console
10 years ago
obscuren
a2e3bf6f30
removed big num from pp
10 years ago
obscuren
a1cae93d78
Improved pretty printer for console
10 years ago
obscuren
c38a3b4cc7
Better error reporting in the console. Updated ethereum.js
10 years ago
obscuren
c8e9ca0483
fixed bad uncles
10 years ago
obscuren
fcacfabe19
Added new ethereum.js
10 years ago
zsfelfoldi
85acdadcfa
fixed jsre test
10 years ago
zsfelfoldi
8324b683b4
using robertkrimen/otto, godeps updated
10 years ago
zelig
b4060da9eb
ethutil -> common
10 years ago
zelig
7bc40aa963
jsre: remove assetpath using GOPATH from test
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