quorum/cmd
Felix Lange 0255951587 crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932)
ToECDSAPub was unsafe because it returned a non-nil key with nil X, Y in
case of invalid input. This change replaces ToECDSAPub with
UnmarshalPubkey across the codebase.
2018-06-12 15:26:08 +02:00
..
abigen cmd/abigen: support for reading solc output from stdin (#16683) 2018-06-05 12:22:02 +02:00
bootnode p2p, p2p/discover: misc connectivity improvements (#16069) 2018-02-12 14:36:09 +02:00
clef cmd: various golint fixes (#16700) 2018-05-09 10:38:03 +03:00
ethkey cmd/ethkey: add command to change key passphrase (#16516) 2018-06-08 15:07:07 +02:00
evm all: get rid of error when creating memory database (#16716) 2018-05-09 15:24:25 +03:00
faucet params: fix golint warnings (#16853) 2018-06-05 12:31:34 +02:00
geth cmd/geth: cap cache allowance 2018-06-04 13:46:39 +03:00
internal/browser
p2psim all: update license information (#16089) 2018-02-14 13:49:11 +01:00
puppeth cmd/puppeth: fixed a typo in a wizard input query (#16910) 2018-06-06 12:17:41 +03:00
rlpdump cmd/rlpdump: allow hex input to have leading '0x' 2017-10-27 09:40:52 +01:00
swarm cmd/swarm: fix some typos in manifest cmd (#16227) 2018-03-02 10:59:26 +01:00
utils core/rawdb: separate raw database access to own package (#16666) 2018-05-07 14:35:06 +03:00
wnode crypto: replace ToECDSAPub with error-checking func UnmarshalPubkey (#16932) 2018-06-12 15:26:08 +02:00