@aries-framework/node
Advanced tools
Changelog
0.1.0 (2021-12-23)
shutdown
method does not delete the wallet anymore. If you want to delete the wallet, you can do it via exposed wallet API.ProofsModule.getRequestedCredentialsForProofRequest
expected some low level message objects as input. This is not in line with the public API of the rest of the framework and has been simplified to only require a proof record id and optionally a boolean whether the retrieved credentials should be filtered based on the proof proposal (if available).BasicMessageReceivedEvent
has been replaced by the more general BasicMessageStateChanged
event which triggers when a basic message is received or sent.getTags()
method. Records should be updated with this method and return the properties from the record to include in the tags.