2023-04-27 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)
- Ariel Gentile - 2060.io (a@2060.io)
- Alexander Shenshin (DSR Corporation) <alexander.shenshin@dsr-corporation.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
Status updates
- Aries Bifold (Aries Bifold User Group Meetings)
- Short meeting to catch up on open PRs
- Restructuring of repo to monorepo/workspaces has been merged
- PR open for shared components (draft)
- https://github.com/hyperledger/aries-mobile-agent-react-native/pull/666
- Issue with older android versions fixed
- New issue discovered with missing symbols in x86 architecture
- https://hackmd.io/rUDkxrRzQNCSd4koK67ncA
- https://github.com/android/ndk/issues/1614
- Short meeting to catch up on open PRs
- Aries Call 2023-02-08 Aries Working Group Call
- DIDComm v2.1 discussed
- body field will be optional now
- serviceEndpoint can be array or single endpoint
- DIDComm v2.1 discussed
- Releases
- AFJ 0.4.0-alpha releases (104)
- DIDComm v2
- Aries Interop Profile 3.0 continues to be discussed https://hackmd.io/_Kkl9ClTRBu8W4UmZVGdUQ
- Shared Components
- Indy VDR 0.1.0-dev.12
- React Native & Node.JS
- No support for older Android versions yet
- Aries Askar 0.2.8-dev.6
- React Native & Node.JS
- 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.11
- Node.JS
- React Native
- Berend made a demo: https://www.loom.com/share/8497e12cb1c64383aa01768ac2551078
- Indy VDR 0.1.0-dev.12
- Open Source Summit in Vancouver
Agenda
- Record the meeting
- also copy the
.db-wal
before askar migration - https://github.com/hyperledger/aries-askar/issues/131
- updates on older android versions
- Fix in this branch for indy-vdr https://github.com/cvarjao-o/indy-vdr/commits/building-for-android
- Need to make same changes for AnonCreds and Askar
- Timo Glastra Berend Sliedrecht will pick this up
- Could WAL be causing delays on open?
- Can we call
shutdown
on the agent when the app closes to commit on close?
- Can we call
- Revocation PR merge before 0.4.0, but don't implement the interfaces for Indy and cheqd yet. That can be done in a future release.
Meeting Notes
- New meeting invite:
Hyperledger Community is inviting you to a scheduled Zoom meeting.
Topic: Aries JavaScript Meeting
Time: Mar 23, 2023 06:00 AM Pacific Time (US and Canada)
Every week on Thu, until May 9, 2024, 60 occurrence(s)
https://zoom.us/j/99751084865?pwd=TW1rU0FDVTBqUlhnWnY2NERkd1diZz09
Recording
Future topics
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.
- Wallet API redesign (Ariel Gentile )
- Cheqd integration (Daev Mithran )
- AFJ Interop tests not running