...
- 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 rewrite
- AATH testing updates
- sync up with latest version
- include oob https://github.com/hyperledger/aries-vcx/issues/678
- 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 Compile time protocol registry boundary
- 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 Eliminate usage of MediatedConnection in tests (in favor of (non-mediated) Connection)
- DDO as first class citizen
- Create DID parser, DID type
- Implement DID resolver https://github.com/hyperledger/aries-vcx/issues/678
- Eliminate usage of MediatedConnection in tests
- DDO as first class citizen
- 706
- Add more typing across codebase
- use did type
- use url type
- ... maybe others?
- New protocols: DidExchange protocol, Presentation Protocol 2.0, Issuance Protocol 2.0
- Aries mediator client (pick protocol V2)
- Reduce cloning