2022-12-29 Aries-vcx community call
PLEASE NOTE:
- 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
- Agenda additions and review
- Overview of recent work done
- 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
- Split libvcx in 2 submodules api_c, api_vcx https://github.com/hyperledger/aries-vcx/pull/710
- Check on work in progress
- AriesVCX-CLI POC https://github.com/hyperledger/aries-vcx/pull/692
- NodeJS: New FFI https://github.com/hyperledger/aries-vcx/pull/665
- Verifier using credx https://github.com/hyperledger/aries-vcx/pull/708
- New tasks
- Issuer using credx (not as PR yet)
- Implement DDO resolver https://github.com/hyperledger/aries-vcx/issues/706
- Discussion
Task backlog:
- 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
- Split libvcx in 2 crates (no breaking changes for existing wrappers)
- Enable OOB tests in AATH https://github.com/hyperledger/aries-vcx/issues/678
- Eliminate usage of MediatedConnection in tests
- DDO as first class citizen
- Add more typing across codebase
- New protocols: DidExchange protocol, Presentation Protocol 2.0, Issuance Protocol 2.0
- Decoupling: Extract