- add
vc_zkp_propose_prooftoVadeandVadePluginto allow creating proof proposal via plugins
- add functions for handling DIDComm messages to
VadeandVadePlugin:didcomm_receivedidcomm_send
- add
run_custom_functionto support custom logic
- remove unwrap calls
- add
VadePlugintrait - add
VadePluginResultValueenum - update
Vadeto be able to work withVadePlugins
- remove
DidResolver,Logger,VcResolver,MessageHandler- traits
Vadefunctions that use them- tests related to them
- remove
RustStorageCacheexample implementation and tests
- add support for wasm compilation
- update documentation
- update documentation (grammar, wording)
- update links in docu
- update links in
Readme.mdand src files - add license file
- add badges
- fix links in
Readme.md
- fix unnecessary visibility qualifier
- add documentation link to
Cargo.toml
- initial version