Skip to content

Releases: polkadot-js/extension

v0.40.1

16 Sep 13:17
Compare
Choose a tag to compare
  • 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:

Changes:

  • Raw signing interfaces will now always place a <Bytes>...</Bytes> wrapper around signed data (via wrapBytes in extension-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

v0.39.3

16 Aug 06:10
Compare
Choose a tag to compare

Important Not published to the stores, aligns with latest released packages.

Changes:

  • Bump @polkadot/api to 5.5.1
  • Bump @polkadot/util to 7.2.1

v0.39.2

02 Aug 10:09
Compare
Choose a tag to compare

Important Not published to the stores, aligns with latest released packages.

Changes:

  • Bump @polkadot/api to 5.3.1
  • Bump @polkadot/util to 7.1.1

v0.39.1

11 Jul 13:41
Compare
Choose a tag to compare

Important Not published to the stores, aligns with latest released packages.

Changes:

  • Allow building as a completely stand-alone browser bundle (experimental)
  • Bump @polkadot/api to 5.0.1
  • Bump @polkadot/util to 7.0.1

v0.38.8

05 Jul 09:50
Compare
Choose a tag to compare

Important Not published to the stores, aligns with latest released packages.

Contributed:

Changes:

  • Bump @polkadot/api to 4.17.1
  • Bump @polkadot/util to 6.11.1

v0.38.7

26 Jun 10:23
Compare
Choose a tag to compare

Important Not published to the stores, aligns with latest released packages.

Changes:

  • Bump @polkadot/api to 4.16.1
  • Bump @polkadot/util to 6.10.1

v0.38.6

20 Jun 05:48
Compare
Choose a tag to compare

Important Not published to the stores, aligns with latest released packages.

Changes:

  • Bump @polkadot/api to 4.15.1
  • Bump @polkadot/util to 6.9.1

v0.38.5

14 Jun 10:08
Compare
Choose a tag to compare

Important Not published to the stores, aligns with latest released packages.

Changes:

  • Raw signing interface will not re-wrap Ethereum-type messages
  • Bump @polkadot/api to 4.14.1
  • Bump @polkadot/util to 6.8.1

v0.38.4

11 Jun 09:34
Compare
Choose a tag to compare

Important Not published to the stores, just made available to expose {unwrap, wrap}Bytes

Contributed:

Changes:

  • Raw signing interfaces will now always place a <Bytes>...</Bytes> wrapper around signed data

v0.38.3

31 May 05:22
Compare
Choose a tag to compare

Contributed: