...
- Overview of recent work done
- release 0.52.0
- updated README files (aries-vcx included in HL edEx course)
- Libvcx deprecation notice
- libvcx crate split https://github.com/hyperledger/aries-vcx/pull/759
- Check on work in progress
- messages crate refactoring
- messages crate refactoring
- Upcoming work
- End meeting discussion
- feel free to add your discussion point here (you need to login)
Task backlog:
- Reduce cloning
diddoc
crates - Replace some of macros (for example
threadlike_optional
) with traits instead - Apply State pattern for issuance, presentation state machines
- Issuer with credx
- 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
- 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
- Reduce cloning