Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

45 lines (32 loc) · 1.67 KB

Changelog

The format is based on Keep a Changelog and we follow Semantic Versioning.

v2.0.0

Added

  • KeyWallet can now be configured with an optional DRep key, enabling users to participate in governance voting and issue DRep certificates. (#3)

Changed

  • signData now accepts Address as the first parameter and returns Maybe DataSignature. The supplied address is inspected, and the keys associated with that address are used to generate a signature. Additionally, KeyWallet now supports signing with the DRep key as specified in CIP-95. NOTE: If the wallet does not have the required keys, Nothing is returned. Also, pointer addresses are not supported. (#3)

  • The internal logic of signTx has been updated. The contents of the supplied transaction are now inspected to determine if a DRep signature needs to be attached. Note that the logic here differs from the one used with the stake witness, where a stake key signature is always attached if the key is present. (#3)

Removed

  • Cardano.Wallet.Cip30.SignData - unused module

v1.0.0