• 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
..
abigen Loading commit data...
bootnode Loading commit data...
evm Loading commit data...
faucet Loading commit data...
geth Loading commit data...
internal/browser Loading commit data...
puppeth Loading commit data...
rlpdump Loading commit data...
swarm Loading commit data...
utils Loading commit data...
wnode Loading commit data...