quorum/cmd/geth
Felix Lange bdf98b4fcd common: EIP55-compliant Address.Hex() (#14815)
This patch updates the Address type in common/types.go so that the Hex
function provides an EIP55-compliant output string. The implementation is pretty lightweight; 
on my laptop the benchmark gives 1100ns/op, with the majority of that value due to the Keccak hash.
2017-07-31 12:22:02 +02:00
..
testdata cmd/geth: add tests for account commands 2016-04-12 15:58:07 +02:00
accountcmd.go cmd/geth: fixed a minor typo in the comments 2017-06-16 15:03:19 +02:00
accountcmd_test.go cmd/geth: update tests for EIP55-compliant Address.Hex() 2017-07-16 13:29:20 +01:00
bugcmd.go cmd/geth: migrate bug command/flags 2017-05-03 14:33:08 +02:00
chaincmd.go core/state: access trie through Database interface, track errors (#14589) 2017-06-27 15:57:06 +02:00
config.go whisper: move flags from whisper package to utils 2017-06-21 10:49:14 +02:00
consolecmd.go whisper: use hexutil.UnmarshalFixedText for topic parsing 2017-06-21 12:58:00 +02:00
consolecmd_test.go swarm/test: add integration test for 'swarm up' (#14353) 2017-06-21 14:54:23 +02:00
dao_test.go params: remove redundant consts, disable metro on AllProtocolChanges 2017-07-04 12:28:58 +03:00
genesis_test.go swarm/test: add integration test for 'swarm up' (#14353) 2017-06-21 14:54:23 +02:00
main.go cmd, core, eth: journal local transactions to disk (#14784) 2017-07-28 15:09:39 +02:00
misccmd.go cmd/geth: reorganise misc commands/flags 2017-05-03 14:33:07 +02:00
monitorcmd.go cmd/geth: migrate metric command/flags 2017-05-03 14:33:08 +02:00
run_test.go swarm/test: add integration test for 'swarm up' (#14353) 2017-06-21 14:54:23 +02:00
usage.go cmd, core, eth: journal local transactions to disk (#14784) 2017-07-28 15:09:39 +02:00