• Felix Lange's avatar
    common: EIP55-compliant Address.Hex() (#14815) · bdf98b4f
    Felix Lange authored
    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.
    bdf98b4f
Name
Last commit
Last update
..
testdata Loading commit data...
accountcmd.go Loading commit data...
accountcmd_test.go Loading commit data...
bugcmd.go Loading commit data...
chaincmd.go Loading commit data...
config.go Loading commit data...
consolecmd.go Loading commit data...
consolecmd_test.go Loading commit data...
dao_test.go Loading commit data...
genesis_test.go Loading commit data...
main.go Loading commit data...
misccmd.go Loading commit data...
monitorcmd.go Loading commit data...
run_test.go Loading commit data...
usage.go Loading commit data...