Meeting time: Thursday 2023-02-23, 09:00UTC
Zoom link: https://zoom.us/j/97759680284?pwd=VytRRlJSd3c5NXJ1V25XbUxNU0Jndz09#success
Note:
- If you are planning on attending aries-vcx call, feel free login to wiki and update the agenda below to include your discussion topic / question
- Alternatively you can simply join the call and we can discuss your questions and concerns
Agenda:
- Start meeting discussion
- feel free to add your discussion point here (you need to login)
- Overview of recent work done
- release 0.52.0
- updated README files (aries-vcx included in HL edEx course)
- 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