Releases: casper-ecosystem/signer
Releases · casper-ecosystem/signer
Signer v1.2.0
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
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
This release includes:
- The revival of the Import Account functionality. Including support for both
SECP256k1
andED25519
keys from a .PEM file. - Stability improvements.
- Security fixes.
Signer v1.0.1
This release includes:
- The addition of a
getVersion()
method to allow clients to verify and enforce minimum version.
Signer v1.0.0
This release includes:
- Support for creation and download of
ed25519
andsecp256k1
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
This release includes:
- A security enhancement: Changes to use the
chrome.storage
API overlocalStorage
. - 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
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
Signer v0.3.8
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
This release includes:
- New
getActivePublicKey()
rpc call, that returns hex-string of public key prefixed with01
or02
.