2023-02-02 Aries Framework JS Meeting notes
Meeting recording
Remember the Hyperledger Code of Conduct
Anti-Trust Policy:
Linux Foundation meetings involve participation by industry competitors, and it is the intention of the Linux Foundation to conduct all of its activities in accordance with applicable antitrust and competition laws. It is therefore extremely important that attendees adhere to meeting agendas, and be aware of, and not participate in any activities that are prohibited under applicable US state, federal or foreign antitrust and competition laws.
Examples of types of actions that are prohibited at Linux Foundation meetings and in connection with Linux Foundation activities are described in the Linux Foundation Antitrust Policy available at http://www.linuxfoundation.org/antitrust-policy. If you have questions about these matters, please contact your company counsel, or if you are a member of the Linux Foundation, feel free to contact Andrew Updegrove of the firm of Gesmer Updegrove LLP, which provides legal counsel to the Linux Foundation.
Attendees
- Timo Glastra (Animo Solutions) <timo@animo.id>
- Akiff Manji (Petri Dish Development) <amanji@petridish.dev>
Resources
- Hyperledger Discord: https://discord.gg/hyperledger (#aries-javascript and #aries-bifold)
- Aries JavaScript Docs: https://aries.js.org/
- Repositories:
- Aries Framework JavaScript: https://github.com/hyperledger/aries-framework-javascript
- Aries Framework JavaScript Extension: https://github.com/hyperledger/aries-framework-javascript-ext
- Aries Mobile Agent React Native: https://github.com/hyperledger/aries-mobile-agent-react-native
Status updates
- Aries Bifold (Aries Bifold User Group Meetings)
- Demoed the OCA updates in the wallet
- PR in Bifold that conforms to this specification: https://github.com/hyperledger/aries-rfcs/pull/755
- Aries Call 2023-01-18 Aries Working Group Call
- Not much updates. Short call
- Releases
- AFJ 0.3.3 Released
- React Hooks 0.4.0 Released
- Works with AFJ 0.3.2+
- Changelog: https://github.com/hyperledger/aries-framework-javascript-ext/blob/main/packages/react-hooks/CHANGELOG.md#040-2023-01-19
- DIDComm v2
- https://github.com/hyperledger/aries-framework-javascript/pull/1141
- The PR above was started by SICPA but they currently don't have the resources to finish it, so we're looking for someone who would like to take over the effort.
- In the meantime, Timo will create a new branch where we keep the work that has been done in the PR and that we can keep up to date with the main to some extent.
- AFJ Feature branch: https://github.com/hyperledger/aries-framework-javascript/tree/feat/didcomm-v2
- Mostly talking about AIP 3 – how to support the effort
- Aries Interop Profile 3.0 continues to be discussed https://hackmd.io/_Kkl9ClTRBu8W4UmZVGdUQ
- Shared Components
- Indy VDR 0.1.0-dev.4
- React Native & Node.JS
- Aries Askar 0.2.8-dev.1
- React Native & Node.JS
- Some issues with broken build pipeline
- https://github.com/hyperledger/aries-framework-javascript/pull/1211
- ACA-Pug Call talking about Askar profiles: 2023-01-24 Aries Cloud Agent - Python Users Group Community Meeting
- AnonCreds 0.1.0-dev.4
- Node.JS
- React Native (only iOS)
- Berend made a demo: https://www.loom.com/share/8497e12cb1c64383aa01768ac2551078
- Indy VDR 0.1.0-dev.4
Agenda
- Record the meeting
- AnonCreds Api, AnonCreds Records, etc..
- Storage of created did documents
- Open Issues / Pull Requests
Meeting Notes
- ...
Future topics
Next Week:
- .devcontainers demo (Jason Leach)
- AFJ as a mediator. Thoughts and conversation on High Availability (HA) support. Anyone who runs a mediator in prod will probably want HA (3 pods, 3 servers, etc) (Jason Leach / Timo Glastra)
Future Topics:
- It would be good to discuss OCA implementation in AFJ and in Aries Bifold and where should be a boundary between the two in this feature.