Remember the Hyperledger Code of Conduct
...
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) <timo@animo.id>
- Lance Byrd (RootsID) <lance.byrd@rootsid.com>
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
...
- Aries Bifold (Aries Bifold User Group Meetings)
- Prepare for update to 0.3.0
- Expose metadata directly through react hooks extensions
- Aries Call
- Discussion on Push Notifications
- Removed ACK Fail - https://github.com/hyperledger/aries-rfcs/pull/727
- Relevant issue in AFJ: https://github.com/hyperledger/aries-framework-javascript/issues/1074
- Where are we?
- What would help?
- Comments welcome on spreadsheet??
- DIDComm v2 Adoption
- Comments welcome on spreadsheet for important DIDComm v2 considerations/attributes
- Discussion welcome in the d iscord discord channel
- Join the discord or reach out to Lance Byrd
- Berend Sliedrecht working on DIDComm TypeScript library
- Plan to set up a DIDComm v2 working group call to share thoughts of implementing DIDComm v2 support across Aries frameworks
- IIW is coming up - https://internetidentityworkshop.com
- November 15 - 17
Agenda
- Record the meeting
- 0.3.0 release
- Write migration guide like https://aries.js.org/guides/updating/versions/0.1-to-0.2
- Plan
- Write migration guide → need to wait for complete changelog
- Make 0.3.0 release
- Extensions updates
- Hooks → Bifold (BCGov/Indicio/Community)
- Rest → Animo
- Decline issuance / proof request PR - Credential delay
- First credential exchange has big delay from accepting offer to receiving credential
- Doesn't return did when it has found it on one ledger, continues to resolve it from all ledgers
- the more ledgers added, the larger the delay
- Qualified dids can provide a solution to this (Because we don't need to fetch the did from all ledgers)
- DIDComm v2 support1014
- Post 0.3.0
- Shared Components (0.4.0)
- JSON-LD credential issuance/verification (0.3.x)
- Ledger Agnostic AnonCreds – related to shared components (0.4.0/0.5.0)
- Type aware eslint rules (after JSON-LD issuance/verification, incremental)
- Slimming down core (incrementally)
- extract into separate package and depend on the separate package from core → remove in next major release
Meeting Notes
- Failures in Aries Agent Test Harness
- Performance issues multi-use invitation vs single-use invitation (using AFJ mediation)
- Might this be related to v1 vs v2
- OpenID connect integration with AFJ? (offline)
- Push on shared components
- URGENT!: How can we get
- 1096
- Main points:
- Do not add didcomm libarry to core, should be dynamically registered as didcomm/signing/key provider
- Keys should not leave the wallet, rather the content should be given to the wallet and signed / encrypted content should be returned
- https://hackmd.io/6eXZcMhdQR-QCNPMFYTvuA
- Ask whether they can present their work at the AFJ WG Call
- 0.3.0 release .... continuedframeworkjavascript795 merged as soon as possible
- It's costs maintenance overhead for Mike (Richardson)
- Please follow the guide
- Either:
- Open issues if things are missing in https://github.com/hyperledger/aries-javascript-docs OR
- Or:Comment on the PR https://github.com/hyperledger/aries-javascript-docs/pull/7474
- Indy SDK
- Migration to shared components
- Aries Askar
- Indy VDR
- Indy CredX (AnonCreds)
- Migration to shared components
Meeting Notes
Future topics
Next Week:
- Shared components how to finish asap
- Mikes PR merge
- potentially multi vs single use invite performance
Future Topics:
- Ledger Agnostic AnonCreds in AFJ
- React Native testing
- Monorepo dependencies
- TypeScript types
...