- add
vc_zkp_propose_proof
toVade
andVadePlugin
to allow creating proof proposal via plugins
- add functions for handling DIDComm messages to
Vade
andVadePlugin
:didcomm_receive
didcomm_send
- add
run_custom_function
to support custom logic
- remove unwrap calls
- add
VadePlugin
trait - add
VadePluginResultValue
enum - update
Vade
to be able to work withVadePlugins
- remove
DidResolver
,Logger
,VcResolver
,MessageHandler
- traits
Vade
functions that use them- tests related to them
- remove
RustStorageCache
example implementation and tests
- add support for wasm compilation
- update documentation
- update documentation (grammar, wording)
- update links in docu
- update links in
Readme.md
and src files - add license file
- add badges
- fix links in
Readme.md
- fix unnecessary visibility qualifier
- add documentation link to
Cargo.toml
- initial version