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
Showing
- cmd/geth/js.go 32 additions, 23 deletionscmd/geth/js.go
- cmd/geth/main.go 35 additions, 31 deletionscmd/geth/main.go
- cmd/utils/cmd.go 3 additions, 1 deletioncmd/utils/cmd.go
- cmd/utils/flags.go 7 additions, 3 deletionscmd/utils/flags.go
- common/docserver/docserver.go 6 additions, 0 deletionscommon/docserver/docserver.go
- common/natspec/natspec_e2e_test.go 66 additions, 51 deletionscommon/natspec/natspec_e2e_test.go
- common/registrar/registrar.go 40 additions, 12 deletionscommon/registrar/registrar.go
- common/registrar/registrar_test.go 54 additions, 8 deletionscommon/registrar/registrar_test.go
- crypto/crypto.go 4 additions, 1 deletioncrypto/crypto.go
- eth/backend.go 29 additions, 0 deletionseth/backend.go
- rpc/api/admin.go 5 additions, 3 deletionsrpc/api/admin.go
- rpc/api/api_test.go 4 additions, 4 deletionsrpc/api/api_test.go
- rpc/api/personal.go 15 additions, 2 deletionsrpc/api/personal.go
- rpc/api/personal_args.go 8 additions, 9 deletionsrpc/api/personal_args.go
- rpc/api/utils.go 9 additions, 2 deletionsrpc/api/utils.go
- rpc/jeth.go 1 addition, 1 deletionrpc/jeth.go
- rpc/useragent/remote_frontend.go 25 additions, 0 deletionsrpc/useragent/remote_frontend.go
- xeth/frontend.go 4 additions, 0 deletionsxeth/frontend.go
Loading
Please register or sign in to comment