...
- Free discussion
- 2022 review and current state
- Modularization & decoupling
- Simplifications and refactoring
- Increased community focus
- Testing improvements
- AATH integration
- NodeJS Wrapper
- 2023 outlook
- 2022 review and current state
- Overview of recent work done
- Removal of PublicAgent API https://github.com/hyperledger/aries-vcx/pull/715
- Minor refactoring PRs
- Check on work in progress
- NodeJS: napi-rs based bindings for NodeJS wrapper https://github.com/hyperledger/aries-vcx/pull/665
- Expanded support for (non-mediated) Connection (https://github.com/hyperledger/aries-vcx/pull/717, https://github.com/hyperledger/aries-vcx/pull/718)
- Verifier using credx https://github.com/hyperledger/aries-vcx/pull/708
...
- Implement DDO resolver https://github.com/hyperledger/aries-vcx/issues/706
- 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