The format is based on Keep a Changelog and we follow Semantic Versioning.
- KeyWallet can now be configured with an optional DRep key, enabling users to participate in governance voting and issue DRep certificates. (#3)
-
signData
now acceptsAddress
as the first parameter and returnsMaybe 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)
Cardano.Wallet.Cip30.SignData
- unused module