v0.40.1
- Important The signatures generated now via the extension will be a wrapped data set, i.e.
signRaw
cannot be used directly to sign transactions, rather it is only meant to be used for actual messages
Contributed:
- Support signing of raw data via Qr (Thanks to https://github.com/Tbaut, prior 0.38.4)
- Add Polish language support (Thanks to https://github.com/ccris02, prior 0.38.8)
- Add Thai language support (Thanks to https://github.com/Chakrarin)
- Display Ethereum formatted addressed for compatible chains (Thanks to https://github.com/joelamouche)
- Allow import of Metamask addresses for compatible chains (Thanks to https://github.com/joelamouche)
- Add configurable popup location (Thanks to https://github.com/shawntabrizi)
Changes:
- Raw signing interfaces will now always place a
<Bytes>...</Bytes>
wrapper around signed data (viawrapBytes
inextension-dapp
) - Adjust raw signing outputs with data wrapper
- Adjust settings menu layouts
- Cater for v14 metadata formats
- Cater for
#
in phishing Urls as part of the checks - Bump
@polkadot/api
&@polkadot/util
to latest versions