@polkadot/trie-hash
Advanced tools
Changelog
1.5.1 Sep 25, 2019
Changes:
Changelog
1.4.1 Sep 12, 2019
ss58Format
, you should now use setSS58Format
as opposed to the old setAddressPrefix
Changes:
keyring.setAddressPrefix
to keyring.setSS58Format
addressPrefix
on the keyring options, added the ss58Format
as a replacement (aligning with chain properties - the old version is still accepted)stringToHex
and hexToString
conversion utilities to @polkadot/util
Changelog
1.3.1 Sep 10, 2019
Changes:
ExtError
class, always prefer the standard JS Error
object for errors. This would bre a breaking change for any applications using ExtError