plugeth/rpc/api
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
..
admin_args.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
admin_js.go eth, rpc: standardize the chain sync progress counters 2015-09-15 14:45:53 +03:00
admin.go console: 2015-10-22 00:22:39 +02:00
api_test.go console: 2015-10-22 00:22:39 +02:00
api.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
args_test.go rpc: to in Call no longer required. Fixed eth_estimateGas 2015-07-29 15:12:12 +02:00
args.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
db_args.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
db_js.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
db.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
debug_args.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
debug_js.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
debug.go core: support inserting pure header chains 2015-10-19 10:03:09 +03:00
eth_args.go core, eth: receipt chain reconstruction 2015-10-19 10:03:09 +03:00
eth_js.go jsre, rpc/api: pull in new web3 and use hex numbers 2015-09-15 17:05:12 +03:00
eth.go core, eth, trie: fix data races and merge/review issues 2015-10-21 16:49:55 +03:00
mergedapi.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
miner_args.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
miner_js.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
miner.go all: Add GPU mining, disabled by default 2015-10-07 13:19:30 +02:00
net_js.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
net.go support for user agents 2015-08-12 12:22:16 +02:00
parsing.go core: differentiate receipt concensus and storage decoding 2015-10-19 10:03:09 +03:00
personal_args.go console: 2015-10-22 00:22:39 +02:00
personal_js.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
personal.go console: 2015-10-22 00:22:39 +02:00
shh_args.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
shh_js.go support for user agents 2015-08-12 12:22:16 +02:00
shh.go add missing shh_getMessages to RPC mappings 2015-08-25 14:42:57 -04:00
txpool_js.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
txpool.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
utils.go console: 2015-10-22 00:22:39 +02:00
web3_args.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
web3.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00