cea2c0eedf
all: fix license headers one more time
...
I forgot to update one instance of "go-ethereum" in commit 3f047be5a
.
Conflicts:
common/config.go
2015-07-28 14:02:23 +02:00
465796c3a8
web3: fixed toHex
2015-07-27 12:21:30 +02:00
0262ba58cb
web3: updated 0.9.1
2015-07-25 12:24:39 +02:00
b1fdb9f38e
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".
2015-07-23 10:46:37 +02:00
97d22be318
Merge pull request #1441 from obscuren/logs-return-fix
...
miner, xeth: fire log event during mining. Fix return raw tx
2015-07-09 07:24:35 -07:00
d25634662b
web3: updated
2015-07-08 15:47:33 +02:00
e84f3ec1d4
added net.version
2015-07-08 08:03:20 +02:00
c5972b4ac7
web3 update
2015-07-07 15:21:24 +02:00
bdae4fd573
all: add some godoc synopsis comments
2015-07-07 14:12:45 +02:00
ea54283b30
all: update license information
2015-07-07 14:12:44 +02:00
6ea28f93b9
output BigNumbers objects in console as strings
2015-07-07 10:43:49 +02:00
b0aec6402a
web3: updated
2015-07-06 14:01:03 +02:00
8150c0a726
upgrade web3 to version 0.7.1
2015-07-03 17:08:41 +02:00
5f8e5a4875
upgrade web3.js with _extend support
2015-06-11 14:01:41 +02:00
a1a475fb92
added console command
2015-06-11 14:01:39 +02:00
d6f4c515f5
jsre: print function arguments too
2015-06-09 17:23:44 +03:00
7842559353
jsre: sort pretty print output, fields before funcs
2015-06-09 17:19:56 +03:00
3f4ce70d92
jsre: fix wrong separator comma placing due to non consistent field orders
2015-06-09 13:27:45 +03:00
598e454d46
cmd/geth: updated web3
2015-05-28 13:24:09 +02:00
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.
2015-05-25 02:27:37 +02:00
ea893aca8f
update web3.js to 0.4.2
2015-05-20 02:58:49 +01:00
62dd9833ec
Merge branch 'develop' of github.com:ethereum/go-ethereum into develop
2015-05-08 17:55:53 +02:00
3a01e3e39b
Signing (almost) works.
2015-05-08 17:52:44 +02:00
f819ac7158
Merge pull request #882 from zsfelfoldi/develop
...
Otto.ToValue concurrency error fixed
2015-05-08 04:54:22 -07:00
d7dabce732
ToVal serialization fix
2015-05-08 13:29:48 +02:00
351d6b0d44
jsre, cmd/geth: updated web3.js and altered settimeout
2015-05-08 13:05:20 +02:00
1de1359e3b
Otto.ToValue concurrency error fixed
2015-05-08 12:27:35 +02:00
c54d123b31
setTimeout and sendAsync implemented
...
added and eval queue for serializing JSRE vm execution
2015-05-06 15:58:27 +02:00
a237ff65ea
web3: updated
2015-04-26 11:21:15 +02:00
92c6327593
cmd/geth, jsre: updated ethereum.js => web3.js
2015-04-24 11:37:58 +02:00
ec9fbf09aa
Added some quotes ....
2015-04-09 18:24:22 +02:00
c756633fb7
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
2015-04-07 13:10:21 +02:00
99907f94dc
Updated ethereum.js
2015-04-07 12:33:05 +02:00
b09d62bac7
fixed printing circular structures
2015-04-07 05:27:47 +02:00
24c8fdc1d0
do not print Plain Object prototype fields in geth console
2015-04-03 01:47:05 +02:00
1f122626be
printing object prototype functions in geth console
2015-04-03 00:49:18 +02:00
79828531b1
updated ethereum.js
2015-04-02 13:13:11 +02:00
f960fc066e
fixed printing BigNumbers
2015-04-02 11:02:39 +02:00
bb3ae3026e
print nonenumerable properties of object in geth console
2015-04-02 01:53:33 +02:00
ab5c007376
Updated ethereum.js
2015-04-01 23:28:45 +02:00
4ec38e3932
common: remove WriteFile and ReadAllFile (use ioutil instead)
2015-03-26 19:00:18 +00:00
4ba850639e
updated web3.js light for console
2015-03-26 12:15:12 +01:00
a2e3bf6f30
removed big num from pp
2015-03-25 14:51:10 +01:00
a1cae93d78
Improved pretty printer for console
2015-03-25 12:44:41 +01:00
c38a3b4cc7
Better error reporting in the console. Updated ethereum.js
2015-03-24 17:49:28 +01:00
c8e9ca0483
fixed bad uncles
2015-03-23 18:27:05 +01:00
3133372a6a
Merge pull request #536 from zsfelfoldi/develop
...
using robertkrimen/otto, godeps updated
2015-03-22 21:45:56 +01:00
fcacfabe19
Added new ethereum.js
2015-03-21 15:09:03 +01:00
85acdadcfa
fixed jsre test
2015-03-20 13:48:23 +01:00
8324b683b4
using robertkrimen/otto, godeps updated
2015-03-20 13:22:01 +01:00