Skip to content

Releases: casper-ecosystem/signer

Signer v1.2.0

04 Jun 13:15
a06a517
Compare
Choose a tag to compare

This release includes:

  • Fixes problems with displaying different deploy types on UI
  • Additional fields visible on the UI
  • Amount formatting (motes with thousands separator)

Signer v1.1.1

03 Jun 08:30
5889db6
Compare
Choose a tag to compare

This release includes:

  • Fixes problems with displaying different deploy types on UI
  • Additional fields visible on the UI
  • Amount formatting (motes with thousands separator)

Signer v1.1.0

01 Jun 12:37
0f994b7
Compare
Choose a tag to compare

This release includes:

  • The revival of the Import Account functionality. Including support for both SECP256k1 and ED25519 keys from a .PEM file.
  • Stability improvements.
  • Security fixes.

Signer v1.0.1

28 May 14:58
f87a0f4
Compare
Choose a tag to compare

This release includes:

  • The addition of a getVersion() method to allow clients to verify and enforce minimum version.

Signer v1.0.0

28 May 10:26
e1d0b3c
Compare
Choose a tag to compare

This release includes:

  • Support for creation and download of ed25519 and secp256k1 keypairs.
  • The addition of a Connected Sites page to allow more granular control of which sites you want to give permission to.
  • A new Deploy Info screen displayed on signing requests to allow users to verify details of what they are about to sign.
  • General bug fixes and improvements to performance and stability.
  • General UI/UX tweaks.

Signer v0.4.1

14 May 12:51
cc121c2
Compare
Choose a tag to compare

This release includes:

  • A security enhancement: Changes to use the chrome.storage API over localStorage.
  • A migration feature which will work in the background to seamlessly recover vaults stored using the old API.
  • Necessary for the above - the 'Storage' permission has been added to the extension manifest.

Signer v0.4.0

05 May 11:11
62bb6f5
Compare
Choose a tag to compare

This release:

  • Temporarily disables the 'Import Account' functionality until it can be extended to support SECP256k1 keys.
  • Corrects formatting and labelling of keys and hash on account page.

As it stands the Signer will only support ED25519 keys however this should be extended in the next feature release.

Signer v0.3.9

03 May 10:19
d5fc914
Compare
Choose a tag to compare

This release includes:

  • Fixes to the Account Page which now displays the correctly formatted Public Key along with the hex-encoded Account Hash.
    Screenshot:
    New-Account-View

Note: Currently only supports ed25519 keys, soon to be extended to support secp256k1

Signer v0.3.8

27 Apr 16:34
46eb995
Compare
Choose a tag to compare

This release includes:

  • A new method disconnectFromSite() which will allow clients to disconnect from the Signer programmatically. This allows for 'logging out' functionalities to be created.

Signer v0.3.7

23 Apr 10:05
a8b87a4
Compare
Choose a tag to compare

This release includes:

  • New getActivePublicKey() rpc call, that returns hex-string of public key prefixed with 01 or 02.