...
- If you are planning on attending aries-vcx call, feel free login to wiki and add your own points under the "Discussion" section!
- Alternatively you can simply join the call and we can discuss your questions and concerns
- Free discussion
- Items to add on agenda?Agenda additions and review
- Overview of recent work done
- refactoring: simplify messages crate https://github.com/hyperledger/aries-vcx/issues/697
- error handling refactoring: https://github.com/hyperledger/aries-vcx/issues/582
- Use
bs58
insteadrust-base58
https://github.com/hyperledger/aries-vcx/issues/694
- Check on work in progress
- Error handling refactoring https://github.com/hyperledger/aries-vcx/pull/702
- Messages/diddoc refactoring https://github.com/hyperledger/aries-vcx/pull/704
- CI: Cargo fmt check https://github.com/hyperledger/aries-vcx/pull/703
- CI: Clippy checks https://github.com/hyperledger/aries-vcx/pull/705
- AriesVCX-CLI POC https://github.com/hyperledger/aries-vcx/pull/692
- Support for Aries Askar wallet
- NodeJS: New FFI , possibly libvcx restructuring (no breaking changes for existing wrappers) https://github.com/hyperledger/aries-vcx/pull/665
- New tasks
- Decoupling: Extract
protocols
crate https://github.com/hyperledger/aries-vcx/issues/698 - Refactoring: Unify state machine interface approach https://github.com/hyperledger/aries-vcx/issues/696
- Eliminate usage of PublicAgent https://github.com/hyperledger/aries-vcx/issues/679
- Optimize codecov approach in CI https://github.com/hyperledger/aries-vcx/issues/677
- Implement issuer/verifier for modular profiles https://github.com/hyperledger/aries-vcx/issues/699
- Spit libvcx in 2 crates (no breaking changes for existing wrappers)
- Decoupling: Extract
- Discussion
- Reduction of error kinds? Do we have too many? What's the experience of consuming aries-vcx from a different crate?
- JSON-LD credential support?
...