plugeth/cmd/geth
zelig 8b81ad1fc4 console:
* lines with leading space are ommitted from history
* exit processed even with whitespace around
* all whitespace lines (not only empty ones) are ignored

add 7 missing commands to admin api autocomplete

registrar: methods now return proper error if reg addresses are not set. fixes #1457

rpc/console: fix personal.newAccount() regression. Now all comms accept interactive password

registrar: add registrar tests for errors

crypto: catch AES decryption error on presale wallet import + fix error msg format. fixes #1580

CLI: improve error message when starting a second instance of geth. fixes #1564

cli/accounts: unlock multiple accounts. fixes #1785
* make unlocking multiple accounts work with inline <() fd
* passwdfile now correctly read only once
* improve logs
* fix CLI help text for unlocking

fix regression with docRoot / admin API
* docRoot/jspath passed to rpc/api ParseApis, which passes onto adminApi
* docRoot field for JS console in order to pass when RPC is (re)started
* improve flag desc for jspath

common/docserver: catch http errors from response

fix rpc/api tests

common/natspec: fix end to end test (skipped because takes 8s)

registrar: fix major regression:
* deploy registrars on frontier
* register HashsReg and UrlHint in GlobalRegistrar.
* set all 3 contract addresses in code
* zero out addresses first in tests
2015-10-22 00:22:39 +02:00
..
blocktestcmd.go core/state, core, miner: handle missing root error from state.New 2015-10-16 02:22:06 +02:00
chaincmd.go core/state, core, miner: handle missing root error from state.New 2015-10-16 02:22:06 +02:00
info_test.json fix solc tests unskip 2015-05-20 02:47:13 +01:00
js_test.go Merge pull request #1869 from Gustav-Simonsson/gpu_miner 2015-10-16 06:25:33 -07:00
js.go console: 2015-10-22 00:22:39 +02:00
main.go console: 2015-10-22 00:22:39 +02:00
monitorcmd.go eth: update metrics collection to handle eth/62 algos 2015-08-25 17:48:47 +03:00