aergoio / herajs-client

Javascript client framework for aergo
https://herajs.readthedocs.io/
MIT License
9 stars 2 forks source link

Defer address encoding #8

Closed graup closed 6 years ago

graup commented 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.

graup commented 6 years ago

Fixed in 73bb5216a81ed6fae06dad139f609588b5bcd576