Contributed:
- Add Ledger support for Acala (Thanks to https://github.com/ntduan)
Changes:
- Optimize
u8aToHexwith direct (non-hex) conversion - Change all occurences of
.substr(...)to.substring(...) - Sync with upstream Substrate ss58 registry
- Mark deprecated function signatures (no removals)
- Re-enable auto init of
cryptoWaitReady() - Upgrade to
@polkadot/wasm-crypto6.1.1