Hi, I’ve been looking for a way to convert a one address to a checksum ETH(hex) address, and attempted to utilize pyhmy.util to do this, although it seems in all my attempts convert_one_to_hex is missing from util. Util has the rest of the functions found within the github source code(get_gopath, is_active_shard, etc.) though lacks this specific one; so when trying to import it directly an error is thrown.
It’s likely a fault on my end but I was wondering if any of you guys knew anything about this before I moved forward, thanks!