quorum/crypto
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
..
ecies remove elliptic.P224 usage 2015-07-30 12:47:45 +02:00
randentropy all: fix license headers one more time 2015-07-23 18:35:11 +02:00
secp256k1 core/secp256k1: update libsecp256k1 Go wrapper and tests 2015-10-09 14:47:55 +02:00
sha3 crypto/sha3: add full license headers 2015-07-24 12:32:58 +02:00
tests Change keystore to version 3 2015-06-24 06:03:23 +02:00
crypto.go console: 2015-10-22 00:22:39 +02:00
crypto_test.go crypto: correct sig validation, add more unit tests 2015-09-22 17:33:39 +02:00
curve.go crypto: fix build with Go 1.5 2015-07-27 19:13:45 +02:00
encrypt_decrypt_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
key.go common, crypto: add ICAP functions 2015-10-13 17:44:14 +02:00
key_store_passphrase.go Change go-uuid to use the current supported repository. 2015-09-12 16:49:24 +06:00
key_store_plain.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
key_store_test.go common, crypto: add ICAP functions 2015-10-13 17:44:14 +02:00