Closed graup closed 6 years ago
Encoding addresses takes a considerable amount of time due to the hashing for the checksum. Let's keep the raw bytes on load and defer the encoding until it is actually needed to display the address as a string.
Fixed in 73bb5216a81ed6fae06dad139f609588b5bcd576
Encoding addresses takes a considerable amount of time due to the hashing for the checksum. Let's keep the raw bytes on load and defer the encoding until it is actually needed to display the address as a string.