Jeffrey Wilcke
b1e0143444
cmd, crypto: fixed nil public keys and updated web3
9 years ago
Péter Szilágyi
f27e826b14
jrse: fix #1082 , fail if setTimeout/setInterval lack callback
9 years ago
Péter Szilágyi
bddb13d436
jsre: fix #1876 , sleep too short on a slow test server
9 years ago
Bas van Kervel
2f65ddc501
jsre: timer bugfix when clearInterval was called from within the callback
9 years ago
Péter Szilágyi
d4d3fc6a70
jsre, rpc/api: pull in new web3 and use hex numbers
9 years ago
Felix Lange
1086e2f298
jsre: fix annoying indentation when printing arrays of objects
...
The pretty printer, dumb as it is, printed arrays of objects as
[{
...
}]
With this change, they now print as:
[{
...
}]
9 years ago
Felix Lange
49703bea0a
jsre: bind the pretty printer to "inspect" in JS
9 years ago
Felix Lange
0ef80bb3d0
cmd/geth, jsre: restore command line editing on windows
...
PR #856 broke command line editing by wrapping stdout with a filter that
interprets ANSI escape sequences to fix colored printing on windows.
Implement the printer in Go instead so it can do its own
platform-dependent coloring.
As a nice side effect, the JS console is now noticeably more responsive
when printing results.
Fixes #1608
Fixes #1612
9 years ago
Jeffrey Wilcke
bf6ea2919d
web3: updated
9 years ago
Jeffrey Wilcke
a33726b7db
web3: regression. Fixes #1613
9 years ago
Felix Lange
3832019964
common/compiler, common/docserver, jsre: fix tests on windows
9 years ago
Jeffrey Wilcke
5001f778aa
web3: updated 0.9.1
9 years ago
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
Jeffrey Wilcke
d25634662b
web3: updated
9 years ago
Bas van Kervel
e84f3ec1d4
added net.version
9 years ago
Jeffrey Wilcke
c5972b4ac7
web3 update
9 years ago
Felix Lange
bdae4fd573
all: add some godoc synopsis comments
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
Jeffrey Wilcke
b0aec6402a
web3: updated
9 years ago
Bas van Kervel
8150c0a726
upgrade web3 to version 0.7.1
9 years ago
Bas van Kervel
5f8e5a4875
upgrade web3.js with _extend support
10 years ago
Bas van Kervel
a1a475fb92
added console command
10 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
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